Home
last modified time | relevance | path

Searched refs:GetPrefMapMode (Results 1 – 25 of 96) sorted by relevance

1234

/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx293 rMtf.GetPrefMapMode() == aPrefMapMode ) in operator ==()
321 rMtf.GetPrefMapMode() == aPrefMapMode ) in IsEqual()
479 MapMode aDrawMap( GetPrefMapMode() ); in Play()
814 aMapVDev.SetMapMode( GetPrefMapMode() ); in Move()
849 aMapVDev.SetMapMode( GetPrefMapMode() ); in Move()
871 aOffset = aMapVDev.LogicToPixel( aBaseOffset, GetPrefMapMode() ); in Move()
922 aMapVDev.SetMapMode( GetPrefMapMode() ); in Clip()
1032 aMapVDev.SetMapMode( GetPrefMapMode() ); in Rotate()
1036 const Point aOrigin( GetPrefMapMode().GetOrigin().X(), GetPrefMapMode().GetOrigin().Y() ); in Rotate()
1508 aMapVDev.SetMapMode( GetPrefMapMode() ); in GetBoundRect()
[all …]
H A Dgdimetafiletools.cxx221 aAlpha.SetPrefMapMode(rBitmapEx.GetPrefMapMode()); in handleBitmapContent()
727 if(MAP_PIXEL == rBitmapEx.GetPrefMapMode().GetMapUnit()) in clipMetafileContentAgainstOwnRegions()
733 …aLogicalSize = OutputDevice::LogicToLogic(aLogicalSize, rBitmapEx.GetPrefMapMode(), aMapModes.back… in clipMetafileContentAgainstOwnRegions()
754 if(MAP_PIXEL == rBitmap.GetPrefMapMode().GetMapUnit()) in clipMetafileContentAgainstOwnRegions()
760 …aLogicalSize = OutputDevice::LogicToLogic(aLogicalSize, rBitmap.GetPrefMapMode(), aMapModes.back()… in clipMetafileContentAgainstOwnRegions()
1067 aTarget.SetPrefMapMode(rSource.GetPrefMapMode()); in clipMetafileContentAgainstOwnRegions()
H A Dimpgraph.cxx560 … Size aDrawSize(aVDev.LogicToPixel(maMetaFile.GetPrefSize(), maMetaFile.GetPrefMapMode())); in ImplGetBitmap()
727 pThat->maMetaFile.SetPrefMapMode(maEx.GetPrefMapMode()); in ImplGetGDIMetaFile()
850 aMapMode = maEx.GetPrefMapMode(); in ImplGetPrefMapMode()
858 return maMetaFile.GetPrefMapMode(); in ImplGetPrefMapMode()
1774 rImpGraphic.ImplSetPrefMapMode( aLink.GetPrefMapMode() ); in operator >>()
H A Dpdfwriter.cxx200 rBitmap.GetPrefMapMode(), in DrawBitmap()
220 rBitmap.GetPrefMapMode(), in DrawBitmapEx()
243 rBitmap.GetPrefMapMode(), in DrawMask()
H A Dpdfwriter_impl2.cxx268 pDummyVDev->SetMapMode( i_rMtf.GetPrefMapMode() ); in playMetafile()
457 Point aMtfOrigin( aTmpMtf.GetPrefMapMode().GetOrigin() ); in playMetafile()
511 MapMode aMapMode( aSubstitute.GetPrefMapMode() ); in playMetafile()
790 aBitmapEx.GetPrefMapMode(), pDummyVDev->GetMapMode() ) ); in playMetafile()
818 aBitmapEx.GetPrefMapMode(), pDummyVDev->GetMapMode() ) ); in playMetafile()
H A Dgfxlink.cxx211 const MapMode& GfxLink::GetPrefMapMode() const in GetPrefMapMode() function in GfxLink
337 rOStream << rGfxLink.GetPrefSize() << rGfxLink.GetPrefMapMode(); in operator <<()
/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx179 MapMode aMetaMode = pGDIMeta->GetPrefMapMode(); in getWinMetaFileFromGDI_Impl()
182 if ( aWinMode == pGDIMeta->GetPrefMapMode() ) in getWinMetaFileFromGDI_Impl()
190 pGDIMeta->GetPrefMapMode(), in getWinMetaFileFromGDI_Impl()
296 const Point aTLPix( aVDev.LogicToPixel( aNullPt, rMtf.GetPrefMapMode() ) ); in createThumb_Impl()
297 …oint( rMtf.GetPrefSize().Width() - 1, rMtf.GetPrefSize().Height() - 1 ), rMtf.GetPrefMapMode() ) ); in createThumb_Impl()
298 Size aDrawSize( aVDev.LogicToPixel( rMtf.GetPrefSize(), rMtf.GetPrefMapMode() ) ); in createThumb_Impl()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx199 maPrefMapMode = maGraphic.GetPrefMapMode(); in ImplAssignGraphicData()
351 if( maGraphic.GetPrefMapMode() == MAP_PIXEL ) in ImplGetCropParams()
355 MapMode m(maGraphic.GetPrefMapMode()); in ImplGetCropParams()
959 const MapMode aMapGraph( aTransGraphic.GetPrefMapMode() ); in GetTransformedGraphic()
998 const MapMode aMtfMapMode( aMtf.GetPrefMapMode() ); in GetTransformedGraphic()
1467 if(MAP_PIXEL == GetPrefMapMode().GetMapUnit()) in calculateCropScaling()
1473 …aBitmapSize = Application::GetDefaultDevice()->LogicToLogic(aBitmapSize, GetPrefMapMode(), aMapMod… in calculateCropScaling()
H A Dprovider.cxx527 if( rGraphic.GetPrefMapMode().GetMapUnit() != MAP_PIXEL ) in ImplCalculateCropRect()
529 …aSize100thMM = OutputDevice::LogicToLogic( rGraphic.GetPrefSize(), rGraphic.GetPrefMapMode(), MAP_… in ImplCalculateCropRect()
554 MapMode aPrefMapMode( aBmpEx.GetPrefMapMode() ); in ImplApplyBitmapScaling()
653 …Size aMtfSize( aDummyVDev.LogicToLogic( aMtf.GetPrefSize(), aMtf.GetPrefMapMode(), MAP_100TH_MM ) … in ImplApplyFilterData()
/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx291 aGraph.GetPrefSize(), aGraph.GetPrefMapMode(), MAP_TWIP ); in ImportOle()
342 aFinalSize, MAP_TWIP, rWMF.GetPrefMapMode() ); in ImportOleWMF()
376 rGraph.GetPrefSize(), rGraph.GetPrefMapMode(), MAP_TWIP ); in ImportOleBase()
390 rGraph.GetPrefSize(), rGraph.GetPrefMapMode(), MAP_TWIP ); in ImportOleBase()
/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx130 const MapMode aGrfMap( GetGraphic().GetPrefMapMode() ); in HasContour()
224 const MapMode aGrfMap( GetGraphic().GetPrefMapMode() ); in GetContourAPI()
257 const MapMode aGrfMap( GetGraphic().GetPrefMapMode() ); in IsPixelContour()
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx242 Size aSizePix( aVDev.LogicToPixel( aTmpGrf.GetPrefSize(), aTmpGrf.GetPrefMapMode() ) ); in CreateAutoContour()
265 aBmp.SetPrefMapMode( rGraphic.GetPrefMapMode() ); in CreateAutoContour()
284 const MapMode aGrfMap( rGraphic.GetPrefMapMode() ); in ScaleContour()
556 const MapMode aGrfMap( aGraphic.GetPrefMapMode() ); in SetPolyPolygon()
593 const MapMode aGrfMap( aGraphic.GetPrefMapMode() ); in GetPolyPolygon()
/trunk/main/sw/source/core/bastyp/
H A Dswtypes.cxx94 if( MAP_PIXEL == rGraphic.GetPrefMapMode().GetMapUnit() ) in GetGraphicSizeTwip()
102 rGraphic.GetPrefMapMode(), aMapTwip ); in GetGraphicSizeTwip()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx178 maVDev.SetMapMode( rMtf.GetPrefMapMode() ); in WriteEMF()
184 const Size aMtfSizePix( maVDev.LogicToPixel( rMtf.GetPrefSize(), rMtf.GetPrefMapMode() ) ); in WriteEMF()
185 …const Size aMtfSizeLog( maVDev.LogicToLogic( rMtf.GetPrefSize(), rMtf.GetPrefMapMode(), MAP_100TH_… in WriteEMF()
1123 Point aSrcPt( aTmpMtf.GetPrefMapMode().GetOrigin() ); in ImplWrite()
1163 MapMode aMapMode( aSubstitute.GetPrefMapMode() ); in ImplWrite()
/trunk/main/vcl/inc/vcl/
H A Dalpha.hxx61 const MapMode& GetPrefMapMode() const { return Bitmap::GetPrefMapMode(); } in GetPrefMapMode() function in AlphaMask
H A Dbitmapex.hxx112 const MapMode& GetPrefMapMode() const { return aBitmap.GetPrefMapMode(); } in GetPrefMapMode() function in BitmapEx
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrolecontentprimitive2d.cxx86 if(MAP_PIXEL == aGraphic.GetPrefMapMode().GetMapUnit()) in create2DDecomposition()
92 … = Application::GetDefaultDevice()->LogicToLogic(aPrefSize, aGraphic.GetPrefMapMode(), MAP_100TH_M… in create2DDecomposition()
/trunk/main/filter/source/svg/
H A Dsvgimport.cxx149 if( aGraphObj.GetPrefMapMode().GetMapUnit() == MAP_PIXEL ) in implImport()
152 …ize = OutputDevice::LogicToLogic( aGraphObj.GetPrefSize(), aGraphObj.GetPrefMapMode(), aTargetMapM… in implImport()
H A Dsvgexport.cxx1312 …const Size aSize( OutputDevice::LogicToLogic( rMtf.GetPrefSize(), rMtf.GetPrefMapMode(), M… in writeMtf()
1347 …int aPoint100thmm( OutputDevice::LogicToLogic( rMtf.GetPrefMapMode().GetOrigin(), rMtf.GetPrefMapM… in writeMtf()
1348 …Size aSize100thmm( OutputDevice::LogicToLogic( rMtf.GetPrefSize(), rMtf.GetPrefMapMode(), MAP_100… in writeMtf()
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx559 if( MAP_PIXEL == rGrf.GetPrefMapMode().GetMapUnit() ) in ReadBmpData()
564 rGrf.GetPrefMapMode(), aMap ); in ReadBmpData()
/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx198 MapMode aMap( rMtf.GetPrefMapMode() ); in Calculate()
271 aRect = PixelToLogic( aRect, rMtf.GetPrefMapMode() ); in AddTile()
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx334 const Size aGrfSize( LogicToPixel( maGraphic.GetPrefSize(), maGraphic.GetPrefMapMode() ) ); in Paint()
366 maSizePixel ( LogicToPixel( rGraphic.GetPrefSize(), rGraphic.GetPrefMapMode() ) ), in GraphicFilterDialog()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2995 rContent.GetPrefMapMode().GetOrigin().X(), in interpretMetafile()
2996 rContent.GetPrefMapMode().GetOrigin().Y(), in interpretMetafile()
2997 … rContent.GetPrefMapMode().GetOrigin().X() + rContent.GetPrefSize().Width(), in interpretMetafile()
2998 … rContent.GetPrefMapMode().GetOrigin().Y() + rContent.GetPrefSize().Height()); in interpretMetafile()
3193 aPropertyHolders.Current().setMapUnit(getMetaFile().GetPrefMapMode().GetMapUnit()); in create2DDecomposition()
3215 …const Rectangle aMtfTarget(getMetaFile().GetPrefMapMode().GetOrigin(), getMetaFile().GetPrefSize()… in create2DDecomposition()
/trunk/main/sd/source/ui/view/
H A Ddrviews8.cxx499 if( aScanBmp.GetPrefMapMode().GetMapUnit() == MAP_PIXEL ) in ScannerEvent()
502 … aBmpSize = OutputDevice::LogicToLogic( aBmpSize, aScanBmp.GetPrefMapMode(), aMap100 ); in ScannerEvent()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx211 if(MAP_PIXEL == aDraftBitmap.GetPrefMapMode().GetMapUnit()) in createVIP2DSForDraft()
217 …pplication::GetDefaultDevice()->LogicToLogic(aPrefSize, aDraftBitmap.GetPrefMapMode(), MAP_100TH_M… in createVIP2DSForDraft()

Completed in 143 milliseconds

1234