Home
last modified time | relevance | path

Searched refs:GDIMetaFile (Results 76 – 100 of 236) sorted by relevance

12345678910

/aoo4110/main/filter/source/svg/
H A Dsvgwriter.cxx773 GDIMetaFile aTmpMtf; in ImplWriteGradientEx()
1139 void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf, in ImplWriteActions()
1342 GDIMetaFile aTmpMtf; in ImplWriteActions()
1381 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in ImplWriteActions()
1417 const GDIMetaFile aGDIMetaFile( pA->GetSubstitute() ); in ImplWriteActions()
1917 const GDIMetaFile& rMtf, in WriteMetaFile()
1999 GDIMetaFile aMtf; in write()
/aoo4110/main/svtools/source/misc/
H A Dembedtransfer.cxx161 const GDIMetaFile& aMetaFile = m_pGraphic->GetGDIMetaFile(); in GetData()
162 ((GDIMetaFile*)(&aMetaFile))->Write( aMemStm ); in GetData()
H A Dtransfer.cxx394 GDIMetaFile aMtf; in getTransferData()
424 GDIMetaFile aMtf; in getTransferData()
843 sal_Bool TransferableHelper::SetGDIMetaFile( const GDIMetaFile& rMtf, const DataFlavor& ) in SetGDIMetaFile()
849 ( (GDIMetaFile&) rMtf ).Write( aMemStm ); in SetGDIMetaFile()
1894 sal_Bool TransferableDataHelper::GetGDIMetaFile( SotFormatStringId nFormat, GDIMetaFile& rMtf ) in GetGDIMetaFile()
1902 sal_Bool TransferableDataHelper::GetGDIMetaFile( const DataFlavor& rFlavor, GDIMetaFile& rMtf ) in GetGDIMetaFile()
1994 GDIMetaFile aMtf; in GetGraphic()
/aoo4110/main/sd/inc/
H A Dsdabstdlg.hxx53 class GDIMetaFile;
162 virtual const GDIMetaFile& GetGDIMetaFile() const = 0;
/aoo4110/main/vcl/inc/
H A Dprintdlg.hxx52 GDIMetaFile maMtf;
72 void setPreview( const GDIMetaFile&, const Size& i_rPaperSize,
/aoo4110/main/vcl/source/gdi/
H A Doutdev4.cxx1004 GDIMetaFile& rMtf ) in AddGradientActions()
1017 GDIMetaFile* pOldMtf = mpMetaFile; in AddGradientActions()
1102 GDIMetaFile* pOldMetaFile = mpMetaFile; in DrawHatch()
1126 GDIMetaFile& rMtf ) in AddHatchActions()
1135 GDIMetaFile* pOldMtf = mpMetaFile; in AddHatchActions()
H A Dpdfwriter_impl2.cxx63 GDIMetaFile aTmpMtf; in implWriteGradient()
259 void PDFWriterImpl::playMetafile( const GDIMetaFile& i_rMtf, vcl::PDFExtOutDevData* i_pOutDevData, … in playMetafile()
270 GDIMetaFile aMtf( i_rMtf ); in playMetafile()
412 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in playMetafile()
506 const GDIMetaFile aSubstitute( pA->GetSubstitute() ); in playMetafile()
H A Dgraph.cxx259 Graphic::Graphic( const GDIMetaFile& rMtf ) in Graphic()
463 const GDIMetaFile& Graphic::GetGDIMetaFile() const in GetGDIMetaFile()
/aoo4110/main/svtools/source/filter/
H A Dfilter.cxx943 GDIMetaFile aMtf( rGraphic.GetGDIMetaFile() ); in ImpGetScaledGraphic()
1655 GDIMetaFile aMtf; in ImportGraphic()
1693 GDIMetaFile aMtf; in ImportGraphic()
1707 GDIMetaFile aMtf; in ImportGraphic()
1956 GDIMetaFile aMTF(aGraphic.GetGDIMetaFile()); in ExportGraphic()
2097 ( (GDIMetaFile&) aGraphic.GetGDIMetaFile() ).Write( aMemStm ); in ExportGraphic()
/aoo4110/main/filter/source/flash/
H A Dswfexporter.hxx45 class GDIMetaFile;
196 …star::uno::Reference< ::com::sun::star::lang::XComponent >&xComponent, GDIMetaFile& rMtf, bool bOn…
H A Dswfwriter1.cxx366 GDIMetaFile aTmpMtf; in Impl_writeGradientEx()
1435 void Writer::Impl_writeActions( const GDIMetaFile& rMtf ) in Impl_writeActions()
1595 GDIMetaFile aTmpMtf; in Impl_writeActions()
1619 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in Impl_writeActions()
1657 const GDIMetaFile aGDIMetaFile( pA->GetSubstitute() ); in Impl_writeActions()
/aoo4110/main/slideshow/source/inc/
H A Dtools.hxx61 class GDIMetaFile;
72 typedef ::boost::shared_ptr< GDIMetaFile > GDIMetaFileSharedPtr;
/aoo4110/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx220 BitmapEx GetBitmapFromMetaFile( const GDIMetaFile& rMtf, sal_Bool bTransparent, const Size* pSize ) in GetBitmapFromMetaFile()
772 GDIMetaFile aMtf; in GetGraphic()
923 const boost::scoped_ptr< GDIMetaFile > pMtf( in GetGraphic()
992 GDIMetaFile aMtf; in GetGraphic()
/aoo4110/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx98 mpCurrMtf.reset( new GDIMetaFile ); in forceScrollTextMetaFile()
168 mpCurrMtf.reset( new GDIMetaFile ); in ensureVerboseMtfComments()
460 mpCurrMtf.reset( new GDIMetaFile ); in DrawShape()
H A Ddrawshapesubsetting.cxx288 void DrawShapeSubsetting::reset( const ::boost::shared_ptr< GDIMetaFile >& rMtf ) in reset()
297 const ::boost::shared_ptr< GDIMetaFile >& rMtf ) in reset()
/aoo4110/main/svx/source/svdraw/
H A Dsvdograf.cxx1202 const GDIMetaFile* SdrGrafObj::GetGDIMetaFile() const in GetGDIMetaFile()
1215 GDIMetaFile SdrGrafObj::getMetafileFromEmbeddedSvg() const in getMetafileFromEmbeddedSvg()
1217 GDIMetaFile aRetval; in getMetafileFromEmbeddedSvg()
1243 GDIMetaFile aMtf; in DoConvertToPolyObj()
H A Dsvdotext.cxx1027 GDIMetaFile* pMtf = pOut->GetConnectMetaFile(); in ImpSetCharStretching()
1955 GDIMetaFile* SdrTextObj::GetTextScrollMetaFileAndRectangle( in GetTextScrollMetaFileAndRectangle()
1958 GDIMetaFile* pRetval = 0L; in GetTextScrollMetaFileAndRectangle()
1990 pRetval = new GDIMetaFile; in GetTextScrollMetaFileAndRectangle()
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx311 GDIMetaFile aMtf; in create2DDecompositionOfGraphic()
740 const GDIMetaFile& rMetafile = rGraphic.GetGDIMetaFile(); in create2DDecompositionOfGraphic()
752 const_cast< GDIMetaFile& >(rMetafile).GetBoundRect( in create2DDecompositionOfGraphic()
/aoo4110/main/svx/inc/svx/
H A Dsvdpage.hxx534GDIMetaFile GetMetaFile(FASTBOOL bTrimBorders=sal_True) { return GetMetaFile(a… in GetMetaFile()
535 GDIMetaFile GetMetaFile(const SetOfByte& rVisibleLayers, FASTBOOL bTrimBorders=sal_True);
/aoo4110/main/vcl/inc/vcl/
H A Dbitmap.hxx369 class GDIMetaFile;
831 sal_Bool Vectorize( GDIMetaFile& rMtf, sal_uInt8 cReduce = 0,
/aoo4110/main/sfx2/inc/sfx2/
H A Dobjsh.hxx86 class GDIMetaFile;
438 …virtual ::boost::shared_ptr<GDIMetaFile> GetPreviewMetaFile( sal_Bool bFullContent = sal_False ) c…
686 …SAL_DLLPRIVATE ::boost::shared_ptr<GDIMetaFile> CreatePreviewMetaFile_Impl( sal_Bool bFullContent,…
/aoo4110/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx233 GDIMetaFile& o_rContentMetafile) in impDumpToMetaFile()
237 GDIMetaFile* pLastMetafile = mpMetaFile; in impDumpToMetaFile()
1947 GDIMetaFile aContentMetafile; in processBasePrimitive2D()
2009 GDIMetaFile aContentMetafile; in processBasePrimitive2D()
H A Dprocessor2dtools.cxx51 const GDIMetaFile* pMetaFile = rTargetOutDev.GetConnectMetaFile(); in createProcessor2DFromOutputDevice()
/aoo4110/main/svtools/source/inc/
H A Dmsgrd.hxx28 sal_Bool ConvertMSGToGDIMetaFile( SvStream & rMSG, GDIMetaFile & rGDIMetaFile,
/aoo4110/main/filter/source/graphicfilter/idxf/
H A Didxf.cxx40 GDIMetaFile aMTF; in GraphicImport()

Completed in 237 milliseconds

12345678910