Lines Matching refs:rPage

1166 static void CalcAutoLayoutRectangles( SdPage& rPage, int nLayout, Rectangle* rRectangle )  in CalcAutoLayoutRectangles()  argument
1171 if( rPage.GetPageKind() != PK_HANDOUT ) in CalcAutoLayoutRectangles()
1173 SdPage& rMasterPage = static_cast<SdPage&>(rPage.TRG_GetMasterPage()); in CalcAutoLayoutRectangles()
1176 …SdrObject* pMasterOutline = rMasterPage.GetPresObj( rPage.GetPageKind()==PK_NOTES ? PRESOBJ_NOTES … in CalcAutoLayoutRectangles()
1182 aTitleRect = rPage.GetTitleRect(); in CalcAutoLayoutRectangles()
1189 aLayoutRect = rPage.GetLayoutRect(); in CalcAutoLayoutRectangles()
1205 …sal_Bool bRightToLeft = ( rPage.GetModel() && static_cast< SdDrawDocument* >( rPage.GetModel() )->… in CalcAutoLayoutRectangles()
1312 Size aPageSize ( rPage.GetSize() ); in CalcAutoLayoutRectangles()
1313 aPageSize.Height() -= rPage.GetUppBorder() + rPage.GetLwrBorder(); in CalcAutoLayoutRectangles()
1333 Size aPageSize ( rPage.GetSize() ); in CalcAutoLayoutRectangles()
1334 aPageSize.Height() -= rPage.GetUppBorder() + rPage.GetLwrBorder(); in CalcAutoLayoutRectangles()
1378 void findAutoLayoutShapesImpl( SdPage& rPage, const LayoutDescriptor& rDescriptor, std::vector< Sdr… in findAutoLayoutShapesImpl() argument
1394 while( (pObj = rPage.GetPresObj( eKind, PresObjIndex[eKind], true )) != 0 ) in findAutoLayoutShapesImpl()
1422 const int nShapeCount = rPage.GetObjCount(); in findAutoLayoutShapesImpl()
1426 pObj = rPage.GetObj(nShapeIndex++); in findAutoLayoutShapesImpl()
1468 else if( rPage.GetModel() ) in findAutoLayoutShapesImpl()
1470 SdrModel* pSdrModel = rPage.GetModel(); in findAutoLayoutShapesImpl()
2074 SdrObject* convertPresentationObjectImpl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKi… in convertPresentationObjectImpl() argument
2076 SdDrawDocument* pModel = static_cast< SdDrawDocument* >( rPage.GetModel() ); in convertPresentationObjectImpl()
2082 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()
2087 pNewObj = rPage.CreatePresObj(PRESOBJ_OUTLINE, bVertical, aRect); in convertPresentationObjectImpl()
2106 String aName(rPage.GetLayoutName()); in convertPresentationObjectImpl()
2115 SfxStyleSheet* pSubtitleSheet = rPage.GetStyleSheetForPresObj(PRESOBJ_TEXT); in convertPresentationObjectImpl()
2138 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2147 pNewObj = rPage.CreatePresObj(PRESOBJ_TEXT, bVertical, aRect); in convertPresentationObjectImpl()
2175 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj(PRESOBJ_TEXT); in convertPresentationObjectImpl()
2183 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()