Lines Matching refs:aSize
212 Size aSize = aView.GetAllMarkedRect().GetSize(); in PasteDraw() local
213 lcl_AdjustInsertPos( GetViewData(), aPos, aSize ); in PasteDraw()
308 Size aSize; in PasteObject() local
312 aSize = aObjRef.GetSize( &aMapMode ); in PasteObject()
323 aSize = OutputDevice::LogicToLogic( *pDescSize, aMap100, aMapObj ); in PasteObject()
325 aSz.Width = aSize.Width(); in PasteObject()
326 aSz.Height = aSize.Height(); in PasteObject()
340 aSize = Size( aSz.Width, aSz.Height ); in PasteObject()
341 aSize = OutputDevice::LogicToLogic( aSize, aMapObj, aMap100 ); // fuer SdrOle2Obj in PasteObject()
343 if( aSize.Height() == 0 || aSize.Width() == 0 ) in PasteObject()
346 aSize.Width() = 5000; in PasteObject()
347 aSize.Height() = 5000; in PasteObject()
348 aSize = OutputDevice::LogicToLogic( aSize, aMap100, aMapObj ); in PasteObject()
349 aSz.Width = aSize.Width(); in PasteObject()
350 aSz.Height = aSize.Height(); in PasteObject()
358 aInsPos.X() -= aSize.Width(); in PasteObject()
359 Rectangle aRect( aInsPos, aSize ); in PasteObject()
440 Size aSize = pWin->LogicToLogic( rGraphic.GetPrefSize(), &aSourceMap, &aDestMap ); in PasteGraphic() local
443 aPos.X() -= aSize.Width(); in PasteGraphic()
446 Rectangle aRect(aPos, aSize); in PasteGraphic()