Lines Matching refs:rPos
69 void lcl_AdjustInsertPos( ScViewData* pData, Point& rPos, Size& rSize ) in lcl_AdjustInsertPos() argument
77 long x = aPgSize.Width() - rPos.X() - rSize.Width(); in lcl_AdjustInsertPos()
78 long y = aPgSize.Height() - rPos.Y() - rSize.Height(); in lcl_AdjustInsertPos()
81 rPos.X() += x + 80; in lcl_AdjustInsertPos()
83 rPos.Y() += y + 200; in lcl_AdjustInsertPos()
84 rPos.X() += rSize.Width() / 2; // Position bei Paste gibt Mittelpunkt an in lcl_AdjustInsertPos()
85 rPos.Y() += rSize.Height() / 2; in lcl_AdjustInsertPos()
290 sal_Bool ScViewFunc::PasteObject( const Point& rPos, const uno::Reference < embed::XEmbeddedObject … in PasteObject() argument
356 Point aInsPos = rPos; in PasteObject()
373 sal_Bool ScViewFunc::PasteBitmapEx( const Point& rPos, const BitmapEx& rBmpEx ) in PasteBitmapEx() argument
377 return PasteGraphic( rPos, aGraphic, aEmpty, aEmpty ); in PasteBitmapEx()
380 sal_Bool ScViewFunc::PasteMetaFile( const Point& rPos, const GDIMetaFile& rMtf ) in PasteMetaFile() argument
384 return PasteGraphic( rPos, aGraphic, aEmpty, aEmpty ); in PasteMetaFile()
387 sal_Bool ScViewFunc::PasteGraphic( const Point& rPos, const Graphic& rGraphic, in PasteGraphic() argument
403 pScDrawView->PickObj(rPos, pScDrawView->getHitTolLog(), pPickObj, pPageView); in PasteGraphic()
425 Point aPos( rPos ); in PasteGraphic()