/aoo4110/main/filter/source/graphicfilter/ieps/ |
H A D | ieps.cxx | 139 GDIMetaFile aMtf; in MakeAsMeta() local 151 aMtf.Record( &aVDev ); in MakeAsMeta() 153 aMtf.Stop(); in MakeAsMeta() 154 aMtf.WindStart(); in MakeAsMeta() 157 rGraphic = aMtf; in MakeAsMeta() 419 GDIMetaFile aMtf; in MakePreview() local 498 aMtf.Stop(); in MakePreview() 499 aMtf.WindStart(); in MakePreview() 502 rGraphic = aMtf; in MakePreview() 672 aMtf.Stop(); in GraphicImport() [all …]
|
/aoo4110/main/svx/source/dialog/ |
H A D | _bmpmask.cxx | 809 GDIMetaFile aMtf; in ImpMask() local 818 aMtf = rMtf; in ImpMask() 1069 return aMtf; in ImpMask() 1108 GDIMetaFile aMtf; in ImpReplaceTransparency() local 1114 aMtf.Record( &aVDev ); in ImpReplaceTransparency() 1128 aMtf.AddAction( pAct ); in ImpReplaceTransparency() 1131 aMtf.Stop(); in ImpReplaceTransparency() 1132 aMtf.WindStart(); in ImpReplaceTransparency() 1134 return aMtf; in ImpReplaceTransparency() 1217 aMtf = ImpReplaceTransparency( aMtf, aReplColor ); in Mask() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 1021 GDIMetaFile aMtf; in Rotate() local 1332 aMtf.AddAction( pAction ); in Rotate() 1453 aMtf.AddAction( pAction ); in Rotate() 1471 *this = aMtf; in Rotate() 1504 GDIMetaFile aMtf; in GetBoundRect() local 2045 GDIMetaFile aMtf; in ImplExchangeColors() local 2047 aMtf.aPrefSize = aPrefSize; in ImplExchangeColors() 2048 aMtf.aPrefMapMode = aPrefMapMode; in ImplExchangeColors() 2072 aMtf.Insert( pAct, LIST_APPEND ); in ImplExchangeColors() 2303 *this = aMtf; in ImplExchangeColors() [all …]
|
H A D | cvtgrf.cxx | 100 GDIMetaFile aMtf; in ImplConvert() local 102 aMtf.SetPrefSize( rGraphic.GetPrefSize() ); in ImplConvert() 103 aMtf.SetPrefMapMode( rGraphic.GetPrefMapMode() ); in ImplConvert() 104 … aMtf.AddAction( new MetaBmpExScaleAction( Point(), aMtf.GetPrefSize(), rGraphic.GetBitmapEx() ) ); in ImplConvert() 105 rGraphic = aMtf; in ImplConvert()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdxcgv.cxx | 617 GDIMetaFile aMtf; in GetMarkedObjMetaFile() local 639 if( !aMtf.GetActionCount() ) in GetMarkedObjMetaFile() 647 aMtf.Clear(); in GetMarkedObjMetaFile() 648 aMtf.Record(&aOut); in GetMarkedObjMetaFile() 652 aMtf.Stop(); in GetMarkedObjMetaFile() 653 aMtf.WindStart(); in GetMarkedObjMetaFile() 672 return aMtf; in GetMarkedObjMetaFile() 738 aMtf.Record( &aOut ); in GetObjGraphic() 740 aMtf.Stop(); in GetObjGraphic() 741 aMtf.WindStart(); in GetObjGraphic() [all …]
|
/aoo4110/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 772 GDIMetaFile aMtf; in GetGraphic() local 778 aMtf.Record( &aVDev ); in GetGraphic() 821 aMtf.Stop(); in GetGraphic() 822 aMtf.WindStart(); in GetGraphic() 992 GDIMetaFile aMtf; in GetGraphic() local 993 aMtf.Clear(); in GetGraphic() 994 aMtf.Record( &aOut ); in GetGraphic() 1023 aMtf.Stop(); in GetGraphic() 1024 aMtf.WindStart(); in GetGraphic() 1030 aMtf.SetPrefMapMode( aMap ); in GetGraphic() [all …]
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8gr.cxx | 950 GDIMetaFile aMtf; in WriteGraphicNode() local 951 aMtf = aGr.GetGDIMetaFile(); in WriteGraphicNode() 952 aMtf.WindStart(); in WriteGraphicNode() 953 aMtf.Play(Application::GetDefaultDevice(), Point(0, 0), in WriteGraphicNode() 957 WriteWindowMetafileBits(rStrm, aMtf); in WriteGraphicNode() 985 GDIMetaFile aMtf; in WriteGraphicNode() 987 aMtf = pGr->GetGDIMetaFile(); in WriteGraphicNode() 989 Size aS(aMtf.GetPrefSize()); in WriteGraphicNode() 990 aMtf.WindStart(); in WriteGraphicNode() 991 aMtf.Play(Application::GetDefaultDevice(), Point(0, 0), in WriteGraphicNode() [all …]
|
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr.cxx | 967 GDIMetaFile aMtf( aTransGraphic.GetGDIMetaFile() ); in GetTransformedGraphic() local 998 const MapMode aMtfMapMode( aMtf.GetPrefMapMode() ); in GetTransformedGraphic() 1006 aMtf.AddAction( new MetaISectRectClipRegionAction( aClipRect ), 0 ); in GetTransformedGraphic() 1009 …aMtf.Scale( (double)rDestSize.Width() / (aSrcSize.Width() - aCropLeftTop.Width() - aCropRightBotto… in GetTransformedGraphic() 1024 aMtf.SetPrefMapMode( aNewMap ); in GetTransformedGraphic() 1028 …aMtf.Scale( Fraction( rDestSize.Width(), aSrcSize.Width() ), Fraction( rDestSize.Height(), aSrcSiz… in GetTransformedGraphic() 1029 aMtf.SetPrefMapMode( rDestMap ); in GetTransformedGraphic() 1032 aTransGraphic = aMtf; in GetTransformedGraphic() 1210 GDIMetaFile aMtf( maGraphic.GetGDIMetaFile() ); in GetTransformedGraphic() local 1211 GraphicManager::ImplAdjust( aMtf, aAttr, ADJUSTMENT_ALL ); in GetTransformedGraphic() [all …]
|
H A D | provider.cxx | 652 GDIMetaFile aMtf( rGraphic.GetGDIMetaFile() ); in ImplApplyFilterData() local 653 …Size aMtfSize( aDummyVDev.LogicToLogic( aMtf.GetPrefSize(), aMtf.GetPrefMapMode(), MAP_100TH_MM ) … in ImplApplyFilterData() 662 for( sal_uInt32 i = 0, nObjCount = aMtf.GetActionCount(); i < nObjCount; i++ ) in ImplApplyFilterData() 664 MetaAction* pAction = aMtf.GetAction( i ); in ImplApplyFilterData() 717 aMtf.ReplaceAction( pNewAction, i ); in ImplApplyFilterData() 731 rGraphic = aMtf; in ImplApplyFilterData()
|
/aoo4110/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 217 GDIMetaFile aMtf; in ExportSelection() local 225 aMtf.SetPrefSize( aMtfSize ); in ExportSelection() 226 aMtf.SetPrefMapMode( aMapMode ); in ExportSelection() 227 aMtf.Record( pOut ); in ExportSelection() 239 aMtf.Stop(); in ExportSelection() 240 aMtf.WindStart(); in ExportSelection() 242 if( aMtf.GetActionCount() && in ExportSelection() 244 bRet = ImplExportPage( rPDFWriter, *pPDFExtOutDevData, aMtf ) || bRet; in ExportSelection() 1026 GDIMetaFile aMtf; in ImplExportPage() local 1035 aMtf = rMtf; in ImplExportPage() [all …]
|
/aoo4110/main/filter/source/flash/ |
H A D | swfexporter.cxx | 604 GDIMetaFile aMtf; in exportShape() local 610 getMetaFile( xComponent, aMtf ); in exportShape() 617 getMetaFile( xComponent, aMtf, false, true ); in exportShape() 620 sal_uInt32 checksum = aMtf.GetChecksum(); in exportShape() 628 nID = mpWriter->defineShape( aMtf ); in exportShape() 753 GDIMetaFile aMtf; in ActionSummer() local 754 getMetaFile( xComponentShape, aMtf); in ActionSummer() 756 return aMtf.GetChecksum(); in ActionSummer()
|
/aoo4110/main/svtools/source/filter/ |
H A D | filter.cxx | 943 GDIMetaFile aMtf( rGraphic.GetGDIMetaFile() ); in ImpGetScaledGraphic() local 949 const Size aPreferredSize( aMtf.GetPrefSize() ); in ImpGetScaledGraphic() 953 aGraphic = Graphic( aMtf ); in ImpGetScaledGraphic() 1655 GDIMetaFile aMtf; in ImportGraphic() local 1660 rGraphic = aMtf; in ImportGraphic() 1693 GDIMetaFile aMtf; in ImportGraphic() local 1694 if( !SgfVectFilter( rIStream, aMtf ) ) in ImportGraphic() 1697 rGraphic = Graphic( aMtf ); in ImportGraphic() 1707 GDIMetaFile aMtf; in ImportGraphic() local 1708 if( !SgfSDrwFilter( rIStream, aMtf, in ImportGraphic() [all …]
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | gdimtftools.cxx | 153 GDIMetaFile aMtf; in getMtf() local 158 aMtf.AddAction( new MetaBmpExAction( aEmptyPoint, in getMtf() 160 aMtf.SetPrefSize( aBmpEx.GetPrefSize() ); in getMtf() 161 aMtf.SetPrefMapMode( aBmpEx.GetPrefMapMode() ); in getMtf() 163 return aMtf; in getMtf()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 311 GDIMetaFile aMtf; in create2DDecompositionOfGraphic() local 327 aMtf.Clear(); in create2DDecompositionOfGraphic() 328 aMtf.Record(&aOut); in create2DDecompositionOfGraphic() 726 aMtf.Stop(); in create2DDecompositionOfGraphic() 727 aMtf.WindStart(); in create2DDecompositionOfGraphic() 728 aMtf.SetPrefMapMode(MapMode(MAP_100TH_MM)); in create2DDecompositionOfGraphic() 729 aMtf.SetPrefSize(Size(aRectangle.getWidth(), aRectangle.getHeight())); in create2DDecompositionOfGraphic() 734 aMtf); in create2DDecompositionOfGraphic()
|
/aoo4110/main/sc/source/ui/app/ |
H A D | transobj.cxx | 359 GDIMetaFile aMtf; in GetData() local 366 aMtf.SetPrefSize( aVisArea.GetSize() ); in GetData() 367 aMtf.SetPrefMapMode( aMapMode ); in GetData() 368 aMtf.Record( &aVDev ); in GetData() 372 aMtf.Stop(); in GetData() 373 aMtf.WindStart(); in GetData() 375 bOK = SetGDIMetaFile( aMtf, rFlavor ); in GetData()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | new.cxx | 194 GDIMetaFile aMtf; in Paint() local 199 aMtf.SetPrefSize( aTmpSize ); in Paint() 203 aMtf.Record( &aDevice ); in Paint() 205 aMtf.Stop(); in Paint() 206 aMtf.WindStart(); in Paint() 207 SfxPreviewWin_Impl::ImpPaint( rRect, &aMtf, this ); in Paint()
|
/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | transparencygroupaction.cxx | 324 GDIMetaFile aMtf; in render() local 353 aMtf.AddAction( pCurrAct->Clone() ); in render() 396 aMtf.AddAction( pCurrAct->Clone() ); in render() 407 aVDev.DrawTransparent( aMtf, in render()
|
/aoo4110/main/filter/source/svg/ |
H A D | svgexport.cxx | 1080 GDIMetaFile aMtf; in implCreateObjectsFromShape() local 1084 aMtf.AddAction( new MetaBmpExScaleAction( aNullPt, aSize, aGraphic.GetBitmapEx() ) ); in implCreateObjectsFromShape() 1085 aMtf.SetPrefSize( aSize ); in implCreateObjectsFromShape() 1086 aMtf.SetPrefMapMode( MAP_100TH_MM ); in implCreateObjectsFromShape() 1088 (*mpObjects)[ rxShape ] = ObjectRepresentation( rxShape, aMtf ); in implCreateObjectsFromShape() 1110 GDIMetaFile aMtf; in implCreateObjectsFromBackground() local 1126 aMtf.Read( *aFile.GetStream( STREAM_READ ) ); in implCreateObjectsFromBackground() 1128 (*mpObjects)[ rxMasterPage ] = ObjectRepresentation( rxMasterPage, aMtf ); in implCreateObjectsFromBackground()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | sdview3.cxx | 155 GDIMetaFile aMtf; in InsertMetaFile() local 157 if( !rDataHelper.GetGDIMetaFile( FORMAT_GDIMETAFILE, aMtf ) ) in InsertMetaFile() 190 MetaAction* pAction = aMtf.FirstAction(); in InsertMetaFile() 262 pAction = aMtf.NextAction(); in InsertMetaFile() 273 aImageSize = bVector ? aMtf.GetPrefSize() : aGraphic.GetSizePixel(); in InsertMetaFile() 277 aGraphic = Graphic( aMtf ); in InsertMetaFile() 279 aGraphic.SetPrefMapMode( aMtf.GetPrefMapMode() ); in InsertMetaFile() 280 aGraphic.SetPrefSize( aMtf.GetPrefSize() ); in InsertMetaFile()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | vectdlg.cxx | 296 Calculate( aBmp, aMtf ); in IMPL_LINK() 297 aMtfWin.SetGraphic( aMtf ); in IMPL_LINK() 308 Calculate( aBmp, aMtf ); in IMPL_LINK()
|
/aoo4110/main/vcl/workben/ |
H A D | outdevgrind.cxx | 151 GDIMetaFile aMtf; in setupMethodStubs() local 152 aMtf.AddAction( new MetaFillColorAction(Color(COL_RED),sal_True) ); in setupMethodStubs() 153 aMtf.AddAction( new MetaRectAction(aRect) ); in setupMethodStubs() 795 aMtf,aPt1,aRect.GetSize(),aGradient )); in setupMethodStubs()
|
/aoo4110/main/svtools/source/misc/ |
H A D | transfer.cxx | 394 GDIMetaFile aMtf; in getTransferData() local 396 *pSrcStm >> aMtf; in getTransferData() 399 Graphic aGraphic( aMtf ); in getTransferData() 424 GDIMetaFile aMtf; in getTransferData() local 426 *pSrcStm >> aMtf; in getTransferData() 432 if ( ConvertGDIMetaFileToWMF( aMtf, aDstStm, NULL, sal_False ) ) in getTransferData() 1994 GDIMetaFile aMtf; in GetGraphic() local 1996 if( ( bRet = GetGDIMetaFile( aFlavor, aMtf ) ) == sal_True ) in GetGraphic() 1997 rGraphic = aMtf; in GetGraphic()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | vectdlg.hxx | 75 GDIMetaFile aMtf; member in SdVectorizeDlg 99 const GDIMetaFile& GetGDIMetaFile() const { return aMtf; } in GetGDIMetaFile()
|
/aoo4110/main/vcl/source/window/ |
H A D | printdlg.cxx | 248 GDIMetaFile aMtf( maMtf ); in Paint() local 271 aMtf.WindStart(); in Paint() 272 aMtf.Scale( fScale, fScale ); in Paint() 273 aMtf.WindStart(); in Paint() 284 aMtf.Play( &maPageVDev, Point( 0, 0 ), aLogicSize ); in Paint() 1935 GDIMetaFile aMtf; in preparePreview() local 1940 maPController->getFilteredPageFile( mnCurPage, aMtf, i_bMayUseCache ); in preparePreview() 1944 aMtf.Move( aOff.X(), aOff.Y() ); in preparePreview() 1949 maPreviewWindow.setPreview( aMtf, aCurPageSize, in preparePreview() 1967 GDIMetaFile aMtf; in getJobPageSize() local [all …]
|
/aoo4110/main/soldep/source/ |
H A D | soldep.cxx | 238 GDIMetaFile aMtf; in IMPL_LINK() local 240 aMtf.Record( &aVDev ); in IMPL_LINK() 269 aMtf.Stop(); in IMPL_LINK() 270 aMtf.WindStart(); in IMPL_LINK() 271 aMtf.SetPrefMapMode( aVDev.GetMapMode() ); in IMPL_LINK() 274 aMtf.SetPrefSize( aDevSize ); in IMPL_LINK() 276 aMtf.Write( aStream ); in IMPL_LINK()
|