/trunk/main/svx/source/dialog/ |
H A D | graphctl.cxx | 80 aMap100 ( MAP_100TH_MM ), in GraphCtrl() 108 aMap100 ( MAP_100TH_MM ), in GraphCtrl() 160 SetMapMode( aMap100 ); in SetWinStyle() 192 pModel->SetScaleUnit( aMap100.GetMapUnit() ); in InitSdrModel() 253 aGraphSize = Application::GetDefaultDevice()->PixelToLogic( aGraphic.GetPrefSize(), aMap100 ); in SetGraphic() 255 …aphSize = OutputDevice::LogicToLogic( aGraphic.GetPrefSize(), aGraphic.GetPrefMapMode(), aMap100 ); in SetGraphic() 280 MapMode aDisplayMap( aMap100 ); in Resize() 308 aDisplayMap.SetOrigin( LogicToLogic( aNewPos, aMap100, aDisplayMap ) ); in Resize()
|
H A D | _contdlg.cxx | 555 const MapMode aMap100( MAP_100TH_MM ); in SetPolyPolygon() local 571 rPt = pOutDev->PixelToLogic( rPt, aMap100 ); in SetPolyPolygon() 592 const MapMode aMap100( MAP_100TH_MM ); in GetPolyPolygon() local 605 rPt = pOutDev->LogicToPixel( rPt, aMap100 ); in GetPolyPolygon()
|
/trunk/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 329 const MapMode aMap100( MAP_100TH_MM ); in ImplGetCropParams() local 352 … aSize100 = Application::GetDefaultDevice()->PixelToLogic( maGraphic.GetPrefSize(), aMap100 ); in ImplGetCropParams() 356 aSize100 = pOut->LogicToLogic( maGraphic.GetPrefSize(), &m, &aMap100 ); in ImplGetCropParams() 960 const MapMode aMap100( MAP_100TH_MM ); in GetTransformedGraphic() local 974 aMap100); in GetTransformedGraphic() 977 aMap100); in GetTransformedGraphic() 984 aMap100, in GetTransformedGraphic() 988 aMap100, in GetTransformedGraphic() 1047 aMap100); in GetTransformedGraphic() 1050 aMap100); in GetTransformedGraphic()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | grafctrl.cxx | 975 const MapMode aMap100( MAP_100TH_MM ); in ExecuteGrafAttr() local 991 … Size( 200000, 200000 ), aMap100, aMapTwip ) ) ) ); in ExecuteGrafAttr() 993 … pObj->GetLogicRect().GetSize(), aMap100, aMapTwip ) ) ); in ExecuteGrafAttr() 997 … Size( rCrop.GetLeft(), rCrop.GetTop() ), aMap100, aMapTwip ) ); in ExecuteGrafAttr() 999 … Size( rCrop.GetRight(), rCrop.GetBottom() ), aMap100, aMapTwip ) ); in ExecuteGrafAttr() 1030 …e = OutputDevice::LogicToLogic( Size( rNewCrop.GetLeft(), rNewCrop.GetTop() ), aMapTwip, aMap100 ); in ExecuteGrafAttr() 1031 …OutputDevice::LogicToLogic( Size( rNewCrop.GetRight(), rNewCrop.GetBottom() ), aMapTwip, aMap100 ); in ExecuteGrafAttr() 1040 … Size aNewGrfSize( OutputDevice::LogicToLogic( rGrfSize, aMapTwip, aMap100 ) ); in ExecuteGrafAttr()
|
/trunk/main/sd/source/ui/docshell/ |
H A D | sdclient.cxx | 205 MapMode aMap100( MAP_100TH_MM ); in ViewChanged() local 207 Size aSize = pSdrOle2Obj->GetOrigObjSize( &aMap100 ); in ViewChanged() 218 aMap100 ); in ViewChanged()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun7.cxx | 318 MapUnit aMap100 = MAP_100TH_MM; in PasteObject() local 323 aSize = OutputDevice::LogicToLogic( *pDescSize, aMap100, aMapObj ); in PasteObject() 341 aSize = OutputDevice::LogicToLogic( aSize, aMapObj, aMap100 ); // fuer SdrOle2Obj in PasteObject() 348 aSize = OutputDevice::LogicToLogic( aSize, aMap100, aMapObj ); in PasteObject()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews8.cxx | 494 const MapMode aMap100( MAP_100TH_MM ); in ScannerEvent() local 500 aBmpSize = GetActiveWindow()->PixelToLogic( aBmpSize, aMap100 ); in ScannerEvent() 502 … aBmpSize = OutputDevice::LogicToLogic( aBmpSize, aScanBmp.GetPrefMapMode(), aMap100 ); in ScannerEvent()
|
H A D | sdview.cxx | 930 MapMode aMap100( MAP_100TH_MM ); in SetMarkedOriginalSize() local 931 aOleSize = ((SdrOle2Obj*)pObj)->GetOrigObjSize( &aMap100 ); in SetMarkedOriginalSize() 959 const MapMode aMap100( MAP_100TH_MM ); in SetMarkedOriginalSize() local 963 …GetDefaultDevice()->PixelToLogic( static_cast< SdrGrafObj* >( pObj )->GetGrafPrefSize(), aMap100 ); in SetMarkedOriginalSize() 968 aMap100 ); in SetMarkedOriginalSize()
|
/trunk/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 334 MapMode aMap100( MAP_100TH_MM ); in FuInsertOLE() local 340 aSize = aObjRef.GetSize( &aMap100 ); in FuInsertOLE() 369 MapMode( aMapUnit ), aMap100 ); in FuInsertOLE() 373 MapMode( aMapUnit ), aMap100 ); in FuInsertOLE()
|
/trunk/main/svtools/source/misc/ |
H A D | imap.cxx | 363 MapMode aMap100( MAP_100TH_MM ); in ImpConstruct() local 365 aCenter = Application::GetDefaultDevice()->PixelToLogic( rCenter, aMap100 ); in ImpConstruct() 366 nRadius = Application::GetDefaultDevice()->PixelToLogic( Size( nRad, 0 ), aMap100 ).Width(); in ImpConstruct()
|
/trunk/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 1956 const MapMode aMap100( MAP_100TH_MM ); in GetHitIMapObject() local 1958 Point aRelPoint( rCmpWnd.LogicToLogic( rWinPoint, &aWndMode, &aMap100 ) ); in GetHitIMapObject() 1959 Rectangle aLogRect = rCmpWnd.LogicToLogic( pObj->GetLogicRect(), &aWndMode, &aMap100 ); in GetHitIMapObject() 1991 aMap100 ); in GetHitIMapObject() 1995 aMap100 ); in GetHitIMapObject()
|
/trunk/main/sd/source/core/ |
H A D | drawdoc2.cxx | 1144 const MapMode aMap100( MAP_100TH_MM ); in GetHitIMapObject() local 1171 …aGraphSize = Application::GetDefaultDevice()->PixelToLogic( pGrafObj->GetGrafPrefSize(), aMap100 ); in GetHitIMapObject() 1174 pGrafObj->GetGrafPrefMapMode(), aMap100 ); in GetHitIMapObject()
|
/trunk/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 1058 const MapMode aMap100( MAP_100TH_MM ); in CreateAnimObj() local 1077 aTmpSizeLog = pDefDev->PixelToLogic( aGraphic.GetPrefSize(), aMap100 ); in CreateAnimObj() 1079 … aTmpSizeLog = pDefDev->LogicToLogic( aGraphic.GetPrefSize(), aGraphic.GetPrefMapMode(), aMap100 ); in CreateAnimObj()
|
/trunk/main/svx/inc/svx/ |
H A D | graphctl.hxx | 58 MapMode aMap100; member in GraphCtrl
|