Lines Matching refs:bInit
754 void SdPage::CreateTitleAndLayout(sal_Bool bInit, sal_Bool bCreate ) in CreateTitleAndLayout() argument
781 if( mePageKind == PK_HANDOUT && bInit ) in CreateTitleAndLayout()
1378 …t LayoutDescriptor& rDescriptor, std::vector< SdrObject* >& rShapes, bool bInit, bool bSwitchLayou… in findAutoLayoutShapesImpl() argument
1409 if( bMissing && bInit ) in findAutoLayoutShapesImpl()
1539 void SdPage::SetAutoLayout(AutoLayout eLayout, sal_Bool bInit, sal_Bool bCreate ) in SetAutoLayout() argument
1551 CreateTitleAndLayout(bInit, bCreate); in SetAutoLayout()
1567 findAutoLayoutShapesImpl( *this, aDescriptor, aLayoutShapes, bInit, bSwitchLayout ); in SetAutoLayout()
1575 … InsertAutoLayoutShape( aLayoutShapes[i], eKind, aDescriptor.mbVertical[i], aRectangle[i], bInit ); in SetAutoLayout()
1581 if( bInit ) in SetAutoLayout()
2219 …toLayoutShape( SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Rectangle aRect, bool bInit ) in InsertAutoLayoutShape() argument
2224 if (!pObj && bInit) in InsertAutoLayoutShape()
2228 else if ( pObj && (pObj->GetUserCall() || bInit) ) in InsertAutoLayoutShape()
2231 if( bInit ) in InsertAutoLayoutShape()
2299 if(pObj && bInit ) in InsertAutoLayoutShape()
2324 …if ( pObj && (pObj->GetUserCall() || bInit) && ( pObj->IsEmptyPresObj() || !pObj->ISA(SdrGrafObj) … in InsertAutoLayoutShape()