Searched refs:aDestMap (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | drawvie4.cxx | 339 MapMode aDestMap( MAP_100TH_MM ); in SetMarkedOriginalSize() local 346 aDestMap.SetScaleX(aNormScaleX); in SetMarkedOriginalSize() 347 aDestMap.SetScaleY(aNormScaleY); in SetMarkedOriginalSize() 355 rGraphic.GetPrefSize(), &aSourceMap, &aDestMap ); in SetMarkedOriginalSize()
|
H A D | viewfun7.cxx | 428 MapMode aDestMap( MAP_100TH_MM ); in PasteGraphic() local 436 aDestMap.SetScaleX(aScaleX); in PasteGraphic() 437 aDestMap.SetScaleY(aScaleY); in PasteGraphic() 440 Size aSize = pWin->LogicToLogic( rGraphic.GetPrefSize(), &aSourceMap, &aDestMap ); in PasteGraphic()
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | fuins1.cxx | 187 MapMode aDestMap( MAP_100TH_MM ); in lcl_InsertGraphic() local 192 aDestMap.SetScaleX(aScaleX); in lcl_InsertGraphic() 193 aDestMap.SetScaleY(aScaleY); in lcl_InsertGraphic() 196 rGraphic.GetPrefSize(), &aSourceMap, &aDestMap ); in lcl_InsertGraphic()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 575 …MapMode aDestMap( pModel->GetScaleUnit(), Point(), pModel->GetScaleFraction(), pModel->GetScal… in GetTransformedGraphic() local 606 return GetGraphicObject().GetTransformedGraphic( aDestSize, aDestMap, aActAttr ); in GetTransformedGraphic()
|
Completed in 65 milliseconds