/aoo4110/main/vcl/source/gdi/ |
H A D | mapmod.cxx | 33 DBG_NAME( MapMode ) in DBG_NAME() argument 126 MapMode::MapMode() in MapMode() function in MapMode 128 DBG_CTOR( MapMode, NULL ); in MapMode() 135 MapMode::MapMode( const MapMode& rMapMode ) in MapMode() function in MapMode 137 DBG_CTOR( MapMode, NULL ); in MapMode() 150 MapMode::MapMode( MapUnit eUnit ) in MapMode() function in MapMode 152 DBG_CTOR( MapMode, NULL ); in MapMode() 159 MapMode::MapMode( MapUnit eUnit, const Point& rLogicOrg, in MapMode() function in MapMode 173 MapMode::~MapMode() in ~MapMode() 230 MapMode& MapMode::operator=( const MapMode& rMapMode ) in operator =() [all …]
|
H A D | outmap.cxx | 830 maMapMode = MapMode(); in SetMapMode() 1349 const MapMode& rMapMode ) const in LogicToPixel() 1401 const MapMode& rMapMode ) const in LogicToPixel() 1745 const MapMode& rMapMode ) const in PixelToLogic() 1799 const MapMode& rMapMode ) const in PixelToLogic() 2174 const MapMode* pMapModeSource, in LogicToLogic() 2192 const MapMode* pMapModeSource, in LogicToLogic() 2253 const MapMode& rMapModeDest ) in LogicToLogic() 2288 const MapMode& rMapModeSource, in LogicToLogic() 2289 const MapMode& rMapModeDest ) in LogicToLogic() [all …]
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | mapmod.hxx | 44 friend class MapMode; 68 class VCL_DLLPUBLIC MapMode class 78 MapMode(); 79 MapMode( const MapMode& rMapMode ); 80 MapMode( MapUnit eUnit ); 81 MapMode( MapUnit eUnit, const Point& rLogicOrg, 83 ~MapMode(); 100 MapMode& operator=( const MapMode& rMapMode ); 101 sal_Bool operator==( const MapMode& rMapMode ) const; 102 sal_Bool operator!=( const MapMode& rMapMode ) const in operator !=() [all …]
|
H A D | outdev.hxx | 355 MapMode maMapMode; 964 virtual void SetMapMode( const MapMode& rNewMapMode ); 966 const MapMode& GetMapMode() const { return maMapMode; } in GetMapMode() 1023 const MapMode& rMapMode ) const; 1025 const MapMode& rMapMode ) const; 1027 const MapMode& rMapMode ) const; 1029 const MapMode& rMapMode ) const; 1033 const MapMode& rMapMode ) const; 1037 const MapMode& rMapMode ) const; 1047 const MapMode& rMapMode ) const; [all …]
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 67 virtual Point LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const; 68 virtual Point PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const; 118 Point ScViewForwarder::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const in LogicToPixel() 133 Point ScViewForwarder::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const in PixelToLogic() 171 virtual Point LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const; 172 virtual Point PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const; 276 virtual Point LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const; 277 virtual Point PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const; 318 MapMode aMapMode(pWindow->GetMapMode().GetMapUnit()); in LogicToPixel() 337 MapMode aMapMode(pWindow->GetMapMode()); in PixelToLogic() [all …]
|
/aoo4110/main/svx/source/table/ |
H A D | celleditsource.cxx | 155 Point LogicToPixel( const Point&, const MapMode& rMapMode ); 156 Point PixelToLogic( const Point&, const MapMode& rMapMode ); 821 MapMode aMapMode(mpWindow->GetMapMode()); in GetVisArea() 829 Point CellEditSourceImpl::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) in LogicToPixel() 852 MapMode(mpModel->GetScaleUnit()) ) ); in LogicToPixel() 853 MapMode aMapMode(mpWindow->GetMapMode()); in LogicToPixel() 861 Point CellEditSourceImpl::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) in PixelToLogic() 878 MapMode aMapMode(mpWindow->GetMapMode()); in PixelToLogic() 882 MapMode(mpModel->GetScaleUnit()), in PixelToLogic() 1010 Point CellEditSource::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const in LogicToPixel() [all …]
|
/aoo4110/main/sd/source/ui/accessibility/ |
H A D | AccessibleOutlineEditSource.cxx | 141 MapMode aMapMode(mrWindow.GetMapMode()); in GetVisArea() 149 …Point AccessibleOutlineEditSource::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) co… in LogicToPixel() 154 … MapMode(mrView.GetModel()->GetScaleUnit()) ) ); in LogicToPixel() 155 MapMode aMapMode(mrWindow.GetMapMode()); in LogicToPixel() 163 …Point AccessibleOutlineEditSource::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) co… in PixelToLogic() 167 MapMode aMapMode(mrWindow.GetMapMode()); in PixelToLogic() 171 MapMode(mrView.GetModel()->GetScaleUnit()), in PixelToLogic()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 332 MapMode maMap; 724 const MapMode& rMapMode, in PrinterPage() 759 const MapMode maMap; 780 const MapMode& rMapMode, in RegularPrinterPage() 923 const MapMode& rMapMode, in BookletPrinterPage() 949 MapMode aMap (maMap); in Print() 1717 MapMode aMap (rInfo.maMap); in PrepareOutline() 1903 MapMode aMap (rInfo.maMap); in PrepareHandout() 2003 MapMode aMap (rInfo.maMap); in PrepareStdOrNotes() 2131 MapMode aMap (rInfo.maMap); in PrepareBooklet() [all …]
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshtxt.cxx | 162 Point LogicToPixel( const Point&, const MapMode& rMapMode ); 163 Point PixelToLogic( const Point&, const MapMode& rMapMode ); 962 MapMode aMapMode(mpWindow->GetMapMode()); in GetVisArea() 971 Point SvxTextEditSourceImpl::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) in LogicToPixel() 994 MapMode(mpModel->GetScaleUnit()) ) ); in LogicToPixel() 995 MapMode aMapMode(mpWindow->GetMapMode()); in LogicToPixel() 1003 Point SvxTextEditSourceImpl::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) in PixelToLogic() 1020 MapMode aMapMode(mpWindow->GetMapMode()); in PixelToLogic() 1024 MapMode(mpModel->GetScaleUnit()), in PixelToLogic() 1144 Point SvxTextEditSource::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const in LogicToPixel() [all …]
|
/aoo4110/main/basctl/source/dlged/ |
H A D | dlgedobj.cxx | 170 aPos = pDevice->LogicToPixel( aPos, MapMode( MAP_100TH_MM ) ); in TransformSdrToControlCoordinates() 171 aSize = pDevice->LogicToPixel( aSize, MapMode( MAP_100TH_MM ) ); in TransformSdrToControlCoordinates() 193 aPos = pDevice->PixelToLogic( aPos, MapMode( MAP_APPFONT ) ); in TransformSdrToControlCoordinates() 194 aSize = pDevice->PixelToLogic( aSize, MapMode( MAP_APPFONT ) ); in TransformSdrToControlCoordinates() 220 aPos = pDevice->LogicToPixel( aPos, MapMode( MAP_100TH_MM ) ); in TransformSdrToFormCoordinates() 243 aPos = pDevice->PixelToLogic( aPos, MapMode( MAP_APPFONT ) ); in TransformSdrToFormCoordinates() 244 aSize = pDevice->PixelToLogic( aSize, MapMode( MAP_APPFONT ) ); in TransformSdrToFormCoordinates() 286 aPos = pDevice->LogicToPixel( aPos, MapMode( MAP_APPFONT ) ); in TransformControlToSdrCoordinates() 305 aPos = pDevice->PixelToLogic( aPos, MapMode( MAP_100TH_MM ) ); in TransformControlToSdrCoordinates() 332 aPos = pDevice->LogicToPixel( aPos, MapMode( MAP_APPFONT ) ); in TransformFormToSdrCoordinates() [all …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | notemark.cxx | 47 const MapMode& rMap, sal_Bool bLeftEdge, sal_Bool bForce, sal_Bool bKeyboard ) : in ScNoteMarker() 120 void lcl_DrawWin( SdrObject* pObject, Window* pWindow, const MapMode& rMap ) in lcl_DrawWin() 122 MapMode aOld = pWindow->GetMapMode(); in lcl_DrawWin() 138 MapMode lcl_MoveMapMode( const MapMode& rMap, const Size& rMove ) in lcl_MoveMapMode() 140 MapMode aNew = rMap; in lcl_MoveMapMode()
|
H A D | output3.cxx | 97 MapMode aOldMode = pDev->GetMapMode(); in PrePrintDrawingLayer() 99 …pDev->SetMapMode( MapMode( MAP_100TH_MM, aMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PrePrintDrawingLayer() 121 MapMode aOldMode = pDev->GetMapMode(); in PostPrintDrawingLayer() 125 …pDev->SetMapMode( MapMode( MAP_100TH_MM, rMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PostPrintDrawingLayer() 169 MapMode aOldMode = pDev->GetMapMode(); in PrintDrawingLayer() 173 …pDev->SetMapMode( MapMode( MAP_100TH_MM, rMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PrintDrawingLayer()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unoviwed.cxx | 60 MapMode aMapMode(pOutDev->GetMapMode()); in GetVisArea() 72 Point SvxEditEngineViewForwarder::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const in LogicToPixel() 78 MapMode aMapMode(pOutDev->GetMapMode()); in LogicToPixel() 88 Point SvxEditEngineViewForwarder::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const in PixelToLogic() 94 MapMode aMapMode(pOutDev->GetMapMode()); in PixelToLogic()
|
H A D | unoviwou.cxx | 77 MapMode aMapMode(pOutDev->GetMapMode()); in GetVisArea() 89 Point SvxDrawOutlinerViewForwarder::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) co… in LogicToPixel() 102 MapMode aMapMode(pOutDev->GetMapMode()); in LogicToPixel() 112 Point SvxDrawOutlinerViewForwarder::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) co… in PixelToLogic() 118 MapMode aMapMode(pOutDev->GetMapMode()); in PixelToLogic()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndnotxt.cxx | 130 const MapMode aGrfMap( GetGraphic().GetPrefMapMode() ); in HasContour() 132 const MapMode aContourMap( bPixelGrf ? MAP_PIXEL : MAP_100TH_MM ); in HasContour() 224 const MapMode aGrfMap( GetGraphic().GetPrefMapMode() ); in GetContourAPI() 225 const MapMode aContourMap( MAP_100TH_MM ); in GetContourAPI() 227 aGrfMap == MapMode( MAP_PIXEL ), in GetContourAPI() 257 const MapMode aGrfMap( GetGraphic().GetPrefMapMode() ); in IsPixelContour()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | prevloc.hxx | 92 MapMode aCellMapMode; 93 MapMode aDrawMapMode[SC_PREVIEW_MAXRANGES]; 107 void SetCellMapMode( const MapMode& rMapMode ); 111 const MapMode& rDrawMap ); 124 …void GetDrawRange( sal_uInt16 nPos, Rectangle& rPixelRect, MapMode& rMapMode, sal_uInt8& rRangeId …
|
H A D | printfun.hxx | 87 MapMode aUserMapMode; 147 MapMode aOldPrinterMode; // MapMode vor dem Aufruf 196 MapMode aLogicMode; // in DoPrint gesetzt 197 MapMode aOffsetMode; 198 MapMode aTwipMode;
|
/aoo4110/main/svtools/source/misc/ |
H A D | imap.cxx | 169 return Application::GetDefaultDevice()->LogicToPixel( rLogPoint, MapMode( MAP_100TH_MM ) ); in GetPixelPoint() 181 return Application::GetDefaultDevice()->PixelToLogic( rPixelPoint, MapMode( MAP_100TH_MM ) ); in GetLogPoint() 229 aRect = Application::GetDefaultDevice()->PixelToLogic( rRect, MapMode( MAP_100TH_MM ) ); in ImpConstruct() 294 aNewRect = Application::GetDefaultDevice()->LogicToPixel( aRect, MapMode( MAP_100TH_MM ) ); in GetRectangle() 363 MapMode aMap100( MAP_100TH_MM ); in ImpConstruct() 452 aNewPoint = Application::GetDefaultDevice()->LogicToPixel( aCenter, MapMode( MAP_100TH_MM ) ); in GetCenter() 471 …nNewRadius = Application::GetDefaultDevice()->LogicToPixel( Size( nRadius, 0 ), MapMode( MAP_100TH… in GetRadius() 557 aPoly = Application::GetDefaultDevice()->PixelToLogic( rPoly, MapMode( MAP_100TH_MM ) ); in ImpConstruct() 631 aNewPoly = Application::GetDefaultDevice()->LogicToPixel( aPoly, MapMode( MAP_100TH_MM ) ); in GetPolygon()
|
/aoo4110/main/sd/source/ui/docshell/ |
H A D | docshel2.cxx | 119 MapMode aOldMapMode = pOut->GetMapMode(); in Draw() 123 MapMode aMapMode = aOldMapMode; in Draw() 176 MapMode aSrcMapMode(MAP_PIXEL); in GetVisArea() 177 MapMode aDstMapMode(MAP_100TH_MM); in GetVisArea() 264 MapMode aMapMode( MAP_100TH_MM ); in GetPagePreviewBitmap() 343 aVDev.SetMapMode( MapMode() ); in GetPagePreviewBitmap()
|
/aoo4110/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 201 MapMode aTransMap; in CreateAutoContour() 283 const MapMode aDispMap( eUnit ); in ScaleContour() 284 const MapMode aGrfMap( rGraphic.GetPrefMapMode() ); in ScaleContour() 423 aPos.X() += aTbxSize.Width() + LogicToPixel( Size( 3, 0 ), MapMode( MAP_APPFONT ) ).Width(); in SvxSuperContourDlg() 555 const MapMode aMap100( MAP_100TH_MM ); in SetPolyPolygon() 556 const MapMode aGrfMap( aGraphic.GetPrefMapMode() ); in SetPolyPolygon() 592 const MapMode aMap100( MAP_100TH_MM ); in GetPolyPolygon() 593 const MapMode aGrfMap( aGraphic.GetPrefMapMode() ); in GetPolyPolygon() 687 const MapMode aMapMode( MAP_100TH_MM ); in ReducePoints() 950 …const Rectangle aWorkRect = aContourWnd.LogicToPixel( aContourWnd.GetWorkRect(), MapMode( MAP_100T… in IMPL_LINK()
|
/aoo4110/main/svtools/source/control/ |
H A D | scrwin.cxx | 213 MapMode aMap( GetMapMode() ); in Resize() 255 Window::SetMapMode( MapMode( MAP_PIXEL ) ); in Resize() 315 void ScrollableWindow::SetMapMode( const MapMode& rNewMapMode ) in SetMapMode() 317 MapMode aMap( rNewMapMode ); in SetMapMode() 324 MapMode ScrollableWindow::GetMapMode() const in GetMapMode() 326 MapMode aMap( Window::GetMapMode() ); in GetMapMode() 483 MapMode aMap( GetMapMode() ); in Scroll()
|
/aoo4110/main/starmath/source/ |
H A D | view.cxx | 107 SetMapMode( MapMode(MAP_100TH_MM, Point(), aFraction, aFraction)); in SmGraphicWindow() 413 SetMapMode( MapMode(MAP_100TH_MM, Point(), aFraction, aFraction) ); in IMPL_LINK_INLINE_END() 427 SetMapMode(MapMode(MAP_100TH_MM)); in ZoomToFitInWindow() 1148 MapMode OutputMapMode; in Impl_Print() 1155 OutputMapMode = MapMode(MAP_100TH_MM); in Impl_Print() 1168 OutputMapMode = MapMode(MAP_100TH_MM, aZeroPoint, aFraction, aFraction); in Impl_Print() 1171 OutputMapMode = MapMode(MAP_100TH_MM); in Impl_Print() 1178 OutputMapMode = MapMode(MAP_100TH_MM, aZeroPoint, aFraction, aFraction); in Impl_Print() 1184 MapMode(MAP_100TH_MM)); in Impl_Print() 1189 aPos = rOutDev.PixelToLogic(rOutDev.LogicToPixel(aPos, MapMode(MAP_100TH_MM)), in Impl_Print() [all …]
|
/aoo4110/main/sw/source/core/access/ |
H A D | accmap.cxx | 3264 MapMode aSrc( MAP_TWIP ); in GetVisibleArea() 3274 MapMode aDest( MAP_TWIP ); in LogicToPixel() 3283 MapMode aMapMode; in LogicToPixel() 3295 MapMode aDest( MAP_TWIP ); in LogicToPixel() 3300 MapMode aMapMode; in LogicToPixel() 3316 MapMode aMapMode; in PixelToLogic() 3319 MapMode aSrc( MAP_TWIP ); in PixelToLogic() 3333 MapMode aMapMode; in PixelToLogic() 3336 MapMode aSrc( MAP_TWIP ); in PixelToLogic() 3512 MapMode aMapMode; in PixelToCore() [all …]
|
/aoo4110/main/svtools/source/filter/ |
H A D | filter2.cxx | 400 MapMode aMap; in ImpDetectJPG() 404 aLogSize = OutputDevice::LogicToLogic( aPixSize, aMap, MapMode( MAP_100TH_MM ) ); in ImpDetectJPG() 570 MapMode aMap( MAP_INCH, Point(), in ImpDetectPCX() 573 MapMode( MAP_100TH_MM ) ); in ImpDetectPCX() 1227 MapMode( (MapUnit) nTemp16 ), in ImpDetectSVM() 1228 MapMode( MAP_100TH_MM ) ); in ImpDetectSVM() 1250 MapMode aMapMode; in ImpDetectSVM() 1255 aLogSize = OutputDevice::LogicToLogic( aLogSize, aMapMode, MapMode( MAP_100TH_MM ) ); in ImpDetectSVM()
|
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 329 const MapMode aMap100( MAP_100TH_MM ); in ImplGetCropParams() 355 MapMode m(maGraphic.GetPrefMapMode()); in ImplGetCropParams() 823 const MapMode aOutMapMode( pOut->GetMapMode() ); in DrawTiled() 824 …const MapMode aMapMode( aOutMapMode.GetMapUnit(), Point(), aOutMapMode.GetScaleX(), aOutMapMode.Ge… in DrawTiled() 951 Graphic GraphicObject::GetTransformedGraphic( const Size& rDestSize, const MapMode& rDestMap, const… in GetTransformedGraphic() 959 const MapMode aMapGraph( aTransGraphic.GetPrefMapMode() ); in GetTransformedGraphic() 960 const MapMode aMap100( MAP_100TH_MM ); in GetTransformedGraphic() 998 const MapMode aMtfMapMode( aMtf.GetPrefMapMode() ); in GetTransformedGraphic() 1022 MapMode aNewMap( rDestMap ); in GetTransformedGraphic() 1462 const MapMode aMapMode100thmm(MAP_100TH_MM); in calculateCropScaling()
|