Lines Matching refs:rPage

1182 static void CalcAutoLayoutRectangles( SdPage& rPage, int nLayout, Rectangle* rRectangle )  in CalcAutoLayoutRectangles()  argument
1187 if( rPage.GetPageKind() != PK_HANDOUT ) in CalcAutoLayoutRectangles()
1189 SdPage& rMasterPage = static_cast<SdPage&>(rPage.TRG_GetMasterPage()); in CalcAutoLayoutRectangles()
1192 …SdrObject* pMasterOutline = rMasterPage.GetPresObj( rPage.GetPageKind()==PK_NOTES ? PRESOBJ_NOTES … in CalcAutoLayoutRectangles()
1198 aTitleRect = rPage.GetTitleRect(); in CalcAutoLayoutRectangles()
1205 aLayoutRect = rPage.GetLayoutRect(); in CalcAutoLayoutRectangles()
1221 …sal_Bool bRightToLeft = ( rPage.GetModel() && static_cast< SdDrawDocument* >( rPage.GetModel() … in CalcAutoLayoutRectangles()
1328 Size aPageSize ( rPage.GetSize() ); in CalcAutoLayoutRectangles()
1329 aPageSize.Height() -= rPage.GetUppBorder() + rPage.GetLwrBorder(); in CalcAutoLayoutRectangles()
1349 Size aPageSize ( rPage.GetSize() ); in CalcAutoLayoutRectangles()
1350 aPageSize.Height() -= rPage.GetUppBorder() + rPage.GetLwrBorder(); in CalcAutoLayoutRectangles()
1394 void findAutoLayoutShapesImpl( SdPage& rPage, const LayoutDescriptor& rDescriptor, std::vector< Sdr… in findAutoLayoutShapesImpl() argument
1410 while( (pObj = rPage.GetPresObj( eKind, PresObjIndex[eKind], true )) != 0 ) in findAutoLayoutShapesImpl()
1438 const int nShapeCount = rPage.GetObjCount(); in findAutoLayoutShapesImpl()
1442 pObj = rPage.GetObj(nShapeIndex++); in findAutoLayoutShapesImpl()
1484 else if( rPage.GetModel() ) in findAutoLayoutShapesImpl()
1486 SdrModel* pSdrModel = rPage.GetModel(); in findAutoLayoutShapesImpl()
2112 SdrObject* convertPresentationObjectImpl( SdPage& rPage, SdrObject* pSourceObj, PresObjKind& eObjKi… in convertPresentationObjectImpl() argument
2114 SdDrawDocument* pModel = static_cast< SdDrawDocument* >( rPage.GetModel() ); in convertPresentationObjectImpl()
2120 const bool bUndo = pUndoManager && pUndoManager->IsInListAction() && rPage.IsInserted(); in convertPresentationObjectImpl()
2125 pNewObj = rPage.CreatePresObj(PRESOBJ_OUTLINE, bVertical, aRect); in convertPresentationObjectImpl()
2144 String aName(rPage.GetLayoutName()); in convertPresentationObjectImpl()
2153 SfxStyleSheet* pSubtitleSheet = rPage.GetStyleSheetForPresObj(PRESOBJ_TEXT); in convertPresentationObjectImpl()
2176 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()
2185 pNewObj = rPage.CreatePresObj(PRESOBJ_TEXT, bVertical, aRect); in convertPresentationObjectImpl()
2213 SfxStyleSheet* pSheet = rPage.GetStyleSheetForPresObj(PRESOBJ_TEXT); in convertPresentationObjectImpl()
2221 rPage.RemoveObject( pSourceObj->GetOrdNum() ); in convertPresentationObjectImpl()