Home
last modified time | relevance | path

Searched refs:GetGDIMetaFile (Results 1 – 25 of 61) sorted by last modified time

123

/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1925 sal_Bool TransferableDataHelper::GetGDIMetaFile( SotFormatStringId nFormat, GDIMetaFile& rMtf ) in GetGDIMetaFile() function in TransferableDataHelper
1928 return( SotExchange::GetFormatDataFlavor( nFormat, aFlavor ) && GetGDIMetaFile( aFlavor, rMtf ) ); in GetGDIMetaFile()
1933 sal_Bool TransferableDataHelper::GetGDIMetaFile( const DataFlavor& rFlavor, GDIMetaFile& rMtf ) in GetGDIMetaFile() function in TransferableDataHelper
1954 rMtf = aGraphic.GetGDIMetaFile(); in GetGDIMetaFile()
1968 rMtf = aGraphic.GetGDIMetaFile(); in GetGDIMetaFile()
1982 rMtf = aGraphic.GetGDIMetaFile(); in GetGDIMetaFile()
2041 if( ( bRet = GetGDIMetaFile( aFlavor, aMtf ) ) == sal_True ) in GetGraphic()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx365 pMTF = &rGraphic.GetGDIMetaFile(); in WritePS()
367 pMTF = pAMTF = new GDIMetaFile( rGraphic.GetGDIMetaFile() ); in WritePS()
1177 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in ImplWriteActions()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1619 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in Impl_writeActions()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1827 ConvertGDIMetaFileToWMF( rGraphic.GetGDIMetaFile(), aDestStrm, NULL, sal_False ); in getPropertyValueImpl()
H A DUnoGraphicExporter.cxx846 …aGraphic = GetBitmapFromMetaFile( aGraphic.GetGDIMetaFile(), sal_True, CalcSize( rSettings.mnWidth… in GetGraphic()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx1205 const GDIMetaFile* SdrGrafObj::GetGDIMetaFile() const in GetGDIMetaFile() function in SdrGrafObj
1208 return &GetGraphic().GetGDIMetaFile(); in GetGDIMetaFile()
1260 …ransformedGraphic(SDRGRAFOBJ_TRANSFORMATTR_COLOR|SDRGRAFOBJ_TRANSFORMATTR_MIRROR).GetGDIMetaFile(); in DoConvertToPolyObj()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx806 GDIMetaFile aGdiMetaFile( rGraphic.GetGDIMetaFile() ); in RecolorGraphic()
H A Dmsdffimp.cxx4081 GDIMetaFile aGdiMetaFile( aGraf.GetGDIMetaFile() ); in ImportGraphic()
6725 GDIMetaFile aMtf( rData.GetGDIMetaFile() ); in GetBLIPDirect()
7080 const GDIMetaFile& rMtf = aGraphic.GetGDIMetaFile(); in ConvertToOle2()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx740 const GDIMetaFile& rMetafile = rGraphic.GetGDIMetaFile(); in create2DDecompositionOfGraphic()
H A Dmetafileprimitive2d.cxx2971 const GDIMetaFile& rContent = pA->GetGDIMetaFile(); in interpretMetafile()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx516 bOK = SetGDIMetaFile( mpGraphic->GetGDIMetaFile(), rFlavor ); in GetData()
/trunk/main/sd/source/ui/view/
H A Dsdview3.cxx157 if( !rDataHelper.GetGDIMetaFile( FORMAT_GDIMETAFILE, aMtf ) ) in InsertMetaFile()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1360 GDIMetaFile aTransMtf( pAct->GetGDIMetaFile() ); in Rotate()
2272 GDIMetaFile aTransMtf( pAct->GetGDIMetaFile() ); in ImplExchangeColors()
H A Dpdfwriter_impl2.cxx412 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in playMetafile()
H A Dimpgraph.cxx1330 *this = ImpGraphic( aSysGraphic.GetGDIMetaFile() ); in ImplReadEmbedded()
H A Dcvtsvm.cxx2241 const GDIMetaFile& rTransMtf = pA->GetGDIMetaFile(); in ImplWriteActions()
H A Dgraph.cxx463 const GDIMetaFile& Graphic::GetGDIMetaFile() const in GetGDIMetaFile() function in Graphic
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx1091 (*mpObjects)[ rxShape ] = ObjectRepresentation( rxShape, aGraphic.GetGDIMetaFile() ); in implCreateObjectsFromShape()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2527 new ::GDIMetaFile( pAct->GetGDIMetaFile() ) ); in createActions()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx943 GDIMetaFile aMtf( rGraphic.GetGDIMetaFile() ); in ImpGetScaledGraphic()
1956 GDIMetaFile aMTF(aGraphic.GetGDIMetaFile()); in ExportGraphic()
1966 if ( !ConvertGDIMetaFileToWMF( aGraphic.GetGDIMetaFile(), rOStm, &aConfigItem ) ) in ExportGraphic()
1975 if ( !ConvertGDIMetaFileToEMF( aGraphic.GetGDIMetaFile(), rOStm, &aConfigItem ) ) in ExportGraphic()
2097 ( (GDIMetaFile&) aGraphic.GetGDIMetaFile() ).Write( aMemStm ); in ExportGraphic()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx84 GDIMetaFile* GetGDIMetaFile() const { return mpMtf; } in GetGDIMetaFile() function in PrinterPage
H A Dmetaact.hxx1417 const GDIMetaFile& GetGDIMetaFile() const { return maMtf; } in GetGDIMetaFile() function in MetaFloatTransparentAction
H A Dgraph.hxx138 const GDIMetaFile& GetGDIMetaFile() const;
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx493 bOK = SetGDIMetaFile( pOLEGraph->GetGDIMetaFile(), rFlavor ); in GetData()
546 bOK = SetGDIMetaFile( pClpGraphic->GetGDIMetaFile(), rFlavor ); in GetData()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx752 aMeta = rGrf.GetGDIMetaFile(); in WriteGrfFromGrfNode()
887 aMeta = rGrf.GetGDIMetaFile(); in WriteGrfForBullet()
951 aMtf = aGr.GetGDIMetaFile(); in WriteGraphicNode()
987 aMtf = pGr->GetGDIMetaFile(); in WriteGraphicNode()

Completed in 261 milliseconds

123