Home
last modified time | relevance | path

Searched refs:GetGDIMetaFile (Results 1 – 25 of 61) sorted by relevance

123

/trunk/main/slideshow/source/engine/shapes/
H A Dgdimtftools.cxx150 hasUnsupportedActions(aGraphic.GetGDIMetaFile()) ) ) in getMtf()
167 return aGraphic.GetGDIMetaFile(); in getMtf()
328 return pAct->GetGDIMetaFile().GetActionCount(); in getNextActionOffset()
/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()
/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()
H A Dembedtransfer.cxx161 const GDIMetaFile& aMetaFile = m_pGraphic->GetGDIMetaFile(); in GetData()
/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/sd/source/ui/dlg/
H A Dsddlgfact.cxx347 const GDIMetaFile& AbstractSdVectorizeDlg_Impl::GetGDIMetaFile() const in GetGDIMetaFile() function in AbstractSdVectorizeDlg_Impl
349 return pDlg->GetGDIMetaFile(); in GetGDIMetaFile()
H A Dsddlgfact.hxx231 virtual const GDIMetaFile& GetGDIMetaFile() const ;
/trunk/main/svx/source/xml/
H A Dxmlgrhlp.cxx152 ( (GDIMetaFile&) aGraphic.GetGDIMetaFile() ).Write( *pStm ); in SvXMLGraphicInputStream()
633 GDIMetaFile& rMtf( (GDIMetaFile&)aGraphic.GetGDIMetaFile() ); in ImplWriteGraphic()
751 GDIMetaFile& rMtf( (GDIMetaFile&)aGraphic.GetGDIMetaFile() ); in ImplInsertGraphicURL()
/trunk/main/sfx2/source/appl/
H A Dfileobj.cxx201 if( aGrf.GetGDIMetaFile().GetActionCount() ) in GetData()
203 GDIMetaFile aMeta( aGrf.GetGDIMetaFile() ); in GetData()
/trunk/main/sd/source/ui/view/
H A Ddrviewsc.cxx371 nCount += pGraf->GetGraphic().GetGDIMetaFile().GetActionCount(); in FuTemp03()
381 nCount += pOle2->GetGraphic()->GetGDIMetaFile().GetActionCount(); in FuTemp03()
/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()
H A Dsvdedtv2.cxx2088 …ransformedGraphic(SDRGRAFOBJ_TRANSFORMATTR_COLOR|SDRGRAFOBJ_TRANSFORMATTR_MIRROR).GetGDIMetaFile(); in DoImportMarkedMtf()
2106 … nInsAnz = aFilter.DoImport(pOle2->GetGraphic()->GetGDIMetaFile(), *pOL, nInsPos, pProgrInfo); in DoImportMarkedMtf()
/trunk/main/sd/source/ui/inc/
H A Dvectdlg.hxx99 const GDIMetaFile& GetGDIMetaFile() const { return aMtf; } in GetGDIMetaFile() function in SdVectorizeDlg
/trunk/main/sd/source/ui/func/
H A Dfuvect.cxx91 const GDIMetaFile& rMtf = pDlg->GetGDIMetaFile(); in DoExecute()
/trunk/main/chart2/source/controller/main/
H A DChartTransferable.cxx100 bResult = SetGDIMetaFile( aGraphic.GetGDIMetaFile(), rFlavor ); in GetData()
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx124 const GDIMetaFile aMtf( rGraphic.GetGDIMetaFile() ); in GraphicID()
267 mpMtf = new GDIMetaFile( rGraphic.GetGDIMetaFile() ); in ImplInit()
H A Dgrfmgr.cxx967 GDIMetaFile aMtf( aTransGraphic.GetGDIMetaFile() ); in GetTransformedGraphic()
1210 GDIMetaFile aMtf( maGraphic.GetGDIMetaFile() ); in GetTransformedGraphic()
/trunk/main/svtools/inc/svtools/
H A Dtransfer.hxx368 sal_Bool GetGDIMetaFile( SotFormatStringId nFormat, GDIMetaFile& rMtf );
369 …sal_Bool GetGDIMetaFile( const ::com::sun::star::datatransfer::DataFlavor& rFlavor, GDIMetaFil…
/trunk/main/svx/inc/svx/
H A Dsvdograf.hxx198 const GDIMetaFile* GetGDIMetaFile() const;
/trunk/main/vcl/inc/vcl/
H A Dgraph.hxx138 const GDIMetaFile& GetGDIMetaFile() const;
/trunk/main/sd/inc/
H A Dsdabstdlg.hxx162 virtual const GDIMetaFile& GetGDIMetaFile() const = 0;
/trunk/main/cppcanvas/source/wrapper/
H A Dvclfactory.cxx253 rGraphic.GetGDIMetaFile(), in createRenderer()
/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/svx/source/gallery2/
H A Dgalmisc.cxx605 bRet = SetGDIMetaFile( mpGraphicObject->GetGraphic().GetGDIMetaFile(), rFlavor ); in GetData()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx463 const GDIMetaFile& Graphic::GetGDIMetaFile() const in GetGDIMetaFile() function in Graphic

Completed in 207 milliseconds

123