Searched refs:maMapMode (Results 1 – 12 of 12) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | outmap.cxx | 827 if ( mbMap || !maMapMode.IsDefault() ) in SetMapMode() 830 maMapMode = MapMode(); in SetMapMode() 871 if ( maMapMode == rNewMapMode ) in SetMapMode() 892 maMapMode = rNewMapMode; in SetMapMode() 926 maMapMode.SetOrigin( aOrigin ); in SetMapMode() 927 maMapMode.SetScaleX( aScaleX ); in SetMapMode() 928 maMapMode.SetScaleY( aScaleY ); in SetMapMode() 931 maMapMode = rNewMapMode; in SetMapMode() 961 if ( maMapMode == rNewMapMode ) in SetRelativeMapMode() 964 MapUnit eOld = maMapMode.GetMapUnit(); in SetRelativeMapMode() [all …]
|
H A D | metaact.cxx | 3445 maMapMode ( rMapMode ) in IMPL_META_ACTION() 3453 pOut->SetMapMode( maMapMode ); in Execute() 3469 Point aPoint( maMapMode.GetOrigin() ); in Scale() 3472 maMapMode.SetOrigin( aPoint ); in Scale() 3479 return maMapMode == ((MetaMapModeAction&)rMetaAction).maMapMode; in Compare() 3487 rOStm << maMapMode; in Write() 3495 rIStm >> maMapMode; in Read()
|
H A D | outdev.cxx | 2540 pData->mpMapMode = new MapMode( maMapMode ); in Push()
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFontProvider.cxx | 78 maMapMode() in FontProvider() 103 if (maMapMode != rDevice.GetMapMode()) in GetFont() 122 maMapMode = rDevice.GetMapMode(); in GetFont()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocumentPagePreview.cxx | 539 MapMode maMapMode; member in ScIAccessibleViewForwarder 553 maMapMode(aMapMode), in ScIAccessibleViewForwarder() 580 aVisRect = pWin->PixelToLogic(aVisRect, maMapMode); in GetVisibleArea() 594 aPoint = pWin->LogicToPixel(rPoint, maMapMode) + aRect.TopLeft(); in LogicToPixel() 606 aSize = pWin->LogicToPixel(rSize, maMapMode); in LogicToPixel() 618 aPoint = pWin->PixelToLogic(rPoint - aRect.TopLeft(), maMapMode); in PixelToLogic() 629 aSize = pWin->PixelToLogic(rSize, maMapMode); in PixelToLogic() 681 MapMode maMapMode; member 1142 maShapeRanges[nRangeId].maMapMode = aMapMode; in FillShapes()
|
/trunk/main/extensions/source/scanner/ |
H A D | sanedlg.cxx | 49 maMapMode( MAP_APPFONT ), in SaneDlg() 768 SetMapMode( maMapMode ); in Paint() 1101 SetMapMode( maMapMode ); in DrawDrag() 1114 return LogicToPixel( aConvert, maMapMode ); in GetPixelPos() 1119 Point aConvert = PixelToLogic( rIn, maMapMode ); in GetLogicPos()
|
H A D | sanedlg.hxx | 57 MapMode maMapMode; member in SaneDlg
|
/trunk/main/svtools/source/control/ |
H A D | ruler.cxx | 317 maMapMode( MAP_100TH_MM ), in Ruler() 469 Size aPixSize = maVirDev.LogicToPixel( Size( nTick3, nTick3 ), maMapMode ); in ImplDrawTicks() 493 long nMaxWidth = maVirDev.PixelToLogic( Size( mpData->nPageWidth, 0 ), maMapMode ).Width(); in ImplDrawTicks() 529 aPixSize = maVirDev.LogicToPixel( Size( nTick3, nTick3 ), maMapMode ); in ImplDrawTicks() 567 aPixSize = maVirDev.LogicToPixel( Size( nTick, nTick ), maMapMode ); in ImplDrawTicks() 2823 maMapMode.SetMapUnit( aImplRulerUnitTab[mnUnitIndex].eMapUnit ); in SetUnit() 2837 maMapMode.SetScaleX( maZoom ); in SetZoom() 2838 maMapMode.SetScaleY( maZoom ); in SetZoom()
|
/trunk/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsFontProvider.hxx | 77 MapMode maMapMode; member in sd::slidesorter::view::FontProvider
|
/trunk/main/vcl/inc/vcl/ |
H A D | metaact.hxx | 1281 MapMode maMapMode; member in MetaMapModeAction 1292 const MapMode& GetMapMode() const { return maMapMode; } in GetMapMode()
|
H A D | outdev.hxx | 355 MapMode maMapMode; member in OutputDevice 966 const MapMode& GetMapMode() const { return maMapMode; } in GetMapMode()
|
/trunk/main/svtools/inc/svtools/ |
H A D | ruler.hxx | 665 MapMode maMapMode; member in Ruler
|
Completed in 151 milliseconds