Home
last modified time | relevance | path

Searched refs:MapMode (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/AOO41X/main/vcl/source/gdi/
H A Dmapmod.cxx33 DBG_NAME( MapMode ) in DBG_NAME() argument
113 inline void MapMode::ImplMakeUnique() in ImplMakeUnique()
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()
138 DBG_CHKOBJ( &rMapMode, 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
[all …]
H A Doutmap.cxx184 static void ImplCalcMapResolution( const MapMode& rMapMode, in ImplCalcMapResolution()
367 inline void ImplCalcMapResolution( const MapMode& rMapMode, in ImplCalcMapResolution()
825 mpMetaFile->AddAction( new MetaMapModeAction( MapMode() ) ); in SetMapMode()
830 maMapMode = MapMode(); in SetMapMode()
855 void OutputDevice::SetMapMode( const MapMode& rNewMapMode ) in SetMapMode()
956 void OutputDevice::SetRelativeMapMode( const MapMode& rNewMapMode ) in SetRelativeMapMode()
1011 MapMode aNewMapMode( MAP_RELATIVE, Point( -aPt.X(), -aPt.Y() ), aXF, aYF ); in SetRelativeMapMode()
1096 basegfx::B2DHomMatrix OutputDevice::GetViewTransformation( const MapMode& rMapMode ) const in GetViewTransformation()
1121 basegfx::B2DHomMatrix OutputDevice::GetInverseViewTransformation( const MapMode& rMapMode ) const in GetInverseViewTransformation()
1326 const MapMode& rMapMode ) const in LogicToPixel()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dmapmod.hxx44 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 Doutdev.hxx355 MapMode maMapMode;
964 virtual void SetMapMode( const MapMode& rNewMapMode );
965 virtual void SetRelativeMapMode( const MapMode& rNewMapMode );
966 const MapMode& GetMapMode() const { return maMapMode; } in GetMapMode()
978 basegfx::B2DHomMatrix GetViewTransformation( const MapMode& rMapMode ) const;
979 basegfx::B2DHomMatrix GetInverseViewTransformation( const MapMode& rMapMode ) const;
1023 const MapMode& rMapMode ) const;
1025 const MapMode& rMapMode ) const;
1027 const MapMode& rMapMode ) const;
1029 const MapMode& rMapMode ) const;
[all …]
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx67 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;
214 Point ScEditObjectViewForwarder::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const in LogicToPixel()
236 Point ScEditObjectViewForwarder::PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const in PixelToLogic()
276 virtual Point LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) const;
277 virtual Point PixelToLogic( const Point& rPoint, const MapMode& rMapMode ) const;
[all …]
/AOO41X/main/svx/source/table/
H A Dcelleditsource.cxx155 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 …]
/AOO41X/main/sd/source/ui/accessibility/
H A DAccessibleOutlineEditSource.cxx141 MapMode aMapMode(mrWindow.GetMapMode()); in GetVisArea()
149 …Point AccessibleOutlineEditSource::LogicToPixel( const Point& rPoint, const MapMode& rMapMode ) co… in LogicToPixel()
154MapMode(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()
/AOO41X/main/sd/source/ui/view/
H A DDocumentRenderer.cxx332 MapMode maMap;
353 const MapMode aOriginalMapMode (rPrinter.GetMapMode()); in PrintPage()
724 const MapMode& rMapMode, in PrinterPage()
759 const MapMode maMap;
780 const MapMode& rMapMode, in RegularPrinterPage()
844 : PrinterPage(ePageKind, MapMode(), bPrintMarkedOnly, rsPageString, in TiledPrinterPage()
866 MapMode aMap (rPrinter.GetMapMode()); in Print()
923 const MapMode& rMapMode, in BookletPrinterPage()
949 MapMode aMap (maMap); in Print()
999 const MapMode& rMapMode, in HandoutPrinterPage()
[all …]
/AOO41X/main/svx/source/unodraw/
H A Dunoshtxt.cxx162 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 …]
/AOO41X/main/basctl/source/dlged/
H A Ddlgedobj.cxx170 aPos = pDevice->LogicToPixel( aPos, MapMode( MAP_100TH_MM ) ); in TransformSdrToControlCoordinates()
171 aSize = pDevice->LogicToPixel( aSize, MapMode( MAP_100TH_MM ) ); in TransformSdrToControlCoordinates()
172 aFormPos = pDevice->LogicToPixel( aFormPos, 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()
221 aSize = pDevice->LogicToPixel( aSize, 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()
[all …]
/AOO41X/main/sc/source/ui/view/
H A Doutput3.cxx97 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()
H A Dnotemark.cxx47 … 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()
/AOO41X/main/editeng/source/uno/
H A Dunoviwed.cxx60 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 Dunoviwou.cxx77 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()
/AOO41X/main/sw/source/core/docnode/
H A Dndnotxt.cxx130 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()
/AOO41X/main/sc/source/ui/inc/
H A Dprevloc.hxx92 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& rRange…
H A Dprintfun.hxx87 MapMode aUserMapMode;
147 MapMode aOldPrinterMode; // MapMode vor dem Aufruf
196 MapMode aLogicMode; // in DoPrint gesetzt
197 MapMode aOffsetMode;
198 MapMode aTwipMode;
/AOO41X/main/svtools/source/misc/
H A Dimap.cxx169 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()
/AOO41X/main/sd/source/ui/docshell/
H A Ddocshel2.cxx119 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()
/AOO41X/main/svx/source/dialog/
H A D_contdlg.cxx201 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()
/AOO41X/main/svtools/source/control/
H A Dscrwin.cxx213 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()
/AOO41X/main/starmath/source/
H A Dview.cxx103 SetMapMode( MapMode(MAP_100TH_MM, Point(), aFraction, aFraction)); in SmGraphicWindow()
409 SetMapMode( MapMode(MAP_100TH_MM, Point(), aFraction, aFraction) ); in IMPL_LINK_INLINE_END()
423 SetMapMode(MapMode(MAP_100TH_MM)); in ZoomToFitInWindow()
1143 MapMode OutputMapMode; in Impl_Print()
1150 OutputMapMode = MapMode(MAP_100TH_MM); in Impl_Print()
1157 … aOutRect.GetHeight()), MapMode(MAP_100TH_MM))); in Impl_Print()
1158 Size GraphicSize (rOutDev.LogicToPixel(aSize, MapMode(MAP_100TH_MM))); in Impl_Print()
1163 OutputMapMode = MapMode(MAP_100TH_MM, aZeroPoint, aFraction, aFraction); in Impl_Print()
1166 OutputMapMode = MapMode(MAP_100TH_MM); in Impl_Print()
1173 OutputMapMode = MapMode(MAP_100TH_MM, aZeroPoint, aFraction, aFraction); in Impl_Print()
[all …]
/AOO41X/main/sw/source/core/access/
H A Daccmap.cxx706 MapMode GetMapModeForPreview( ) const;
713 void AdjustMapMode( MapMode& rMapMode,
804 void SwAccPreviewData::AdjustMapMode( MapMode& rMapMode, in AdjustMapMode()
3264 MapMode aSrc( MAP_TWIP ); in GetVisibleArea()
3265 MapMode aDest( MAP_100TH_MM ); in GetVisibleArea()
3273 MapMode aSrc( MAP_100TH_MM ); in LogicToPixel()
3274 MapMode aDest( MAP_TWIP ); in LogicToPixel()
3283 MapMode aMapMode; in LogicToPixel()
3294 MapMode aSrc( MAP_100TH_MM ); in LogicToPixel()
3295 MapMode aDest( MAP_TWIP ); in LogicToPixel()
[all …]
/AOO41X/main/svtools/source/filter/
H A Dfilter2.cxx400 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()
/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx336 const MapMode aMap100( MAP_100TH_MM ); in ImplGetCropParams()
362 MapMode m(maGraphic.GetPrefMapMode()); in ImplGetCropParams()
830 const MapMode aOutMapMode( pOut->GetMapMode() ); in DrawTiled()
831 …const MapMode aMapMode( aOutMapMode.GetMapUnit(), Point(), aOutMapMode.GetScaleX(), aOutMapMode.… in DrawTiled()
958 Graphic GraphicObject::GetTransformedGraphic( const Size& rDestSize, const MapMode& rDestMap, const… in GetTransformedGraphic()
966 const MapMode aMapGraph( aTransGraphic.GetPrefMapMode() ); in GetTransformedGraphic()
967 const MapMode aMap100( MAP_100TH_MM ); in GetTransformedGraphic()
1005 const MapMode aMtfMapMode( aMtf.GetPrefMapMode() ); in GetTransformedGraphic()
1029 MapMode aNewMap( rDestMap ); in GetTransformedGraphic()
1496 const MapMode aMapMode100thmm(MAP_100TH_MM); in calculateCropScaling()

12345678910>>...18