Lines Matching refs:bInit
764 void SdPage::CreateTitleAndLayout(sal_Bool bInit, sal_Bool bCreate ) in CreateTitleAndLayout() argument
791 if( mePageKind == PK_HANDOUT && bInit ) in CreateTitleAndLayout()
1394 …t LayoutDescriptor& rDescriptor, std::vector< SdrObject* >& rShapes, bool bInit, bool bSwitchLayou… in findAutoLayoutShapesImpl() argument
1425 if( bMissing && bInit ) in findAutoLayoutShapesImpl()
1555 void SdPage::SetAutoLayout(AutoLayout eLayout, sal_Bool bInit, sal_Bool bCreate ) in SetAutoLayout() argument
1567 CreateTitleAndLayout(bInit, bCreate); in SetAutoLayout()
1583 findAutoLayoutShapesImpl( *this, aDescriptor, aLayoutShapes, bInit, bSwitchLayout ); in SetAutoLayout()
1591 … InsertAutoLayoutShape( aLayoutShapes[i], eKind, aDescriptor.mbVertical[i], aRectangle[i], bInit ); in SetAutoLayout()
1597 if( bInit ) in SetAutoLayout()
2257 …toLayoutShape( SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Rectangle aRect, bool bInit ) in InsertAutoLayoutShape() argument
2262 if (!pObj && bInit) in InsertAutoLayoutShape()
2266 else if ( pObj && (pObj->GetUserCall() || bInit) ) in InsertAutoLayoutShape()
2269 if( bInit ) in InsertAutoLayoutShape()
2337 if(pObj && bInit ) in InsertAutoLayoutShape()
2362 …if ( pObj && (pObj->GetUserCall() || bInit) && ( pObj->IsEmptyPresObj() || !pObj->ISA(SdrGrafObj) … in InsertAutoLayoutShape()