Searched refs:getMetaFile (Results 1 – 12 of 12) sorted by relevance
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | epsprimitive2d.cxx | 40 const GDIMetaFile& rSubstituteContent = getMetaFile(); in create2DDecomposition() 77 && getMetaFile() == rCompare.getMetaFile()); in operator ==()
|
H A D | metafileprimitive2d.cxx | 3193 aPropertyHolders.Current().setMapUnit(getMetaFile().GetPrefMapMode().GetMapUnit()); in create2DDecomposition() 3196 interpretMetafile(getMetaFile(), aTargetHolders, aPropertyHolders, rViewInformation); in create2DDecomposition() 3215 …const Rectangle aMtfTarget(getMetaFile().GetPrefMapMode().GetOrigin(), getMetaFile().GetPrefSize()… in create2DDecomposition() 3254 && getMetaFile() == rCompare.getMetaFile()); in operator ==()
|
/trunk/main/filter/source/flash/ |
H A D | swfexporter.cxx | 464 getMetaFile( xCompMaster, aMtfMaster, true ); in exportDrawPageBackground() 465 getMetaFile( xComponent, aMtfPrivate, true ); in exportDrawPageBackground() 664 getMetaFile( xComponent, aMtf ); in exportShape() 671 getMetaFile( xComponent, aMtf, false, true ); in exportShape() 705 bool FlashExporter::getMetaFile( Reference< XComponent >&xComponent, GDIMetaFile& rMtf, bool bOnlyB… in getMetaFile() function in FlashExporter 808 getMetaFile( xComponentShape, aMtf); in ActionSummer()
|
H A D | swfexporter.hxx | 210 …bool getMetaFile( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >&xComponen…
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | backgroundshape.cxx | 147 if( !getMetaFile( uno::Reference<lang::XComponent>(xDrawPage, uno::UNO_QUERY), in BackgroundShape() 150 !getMetaFile( uno::Reference<lang::XComponent>(xMasterPage, uno::UNO_QUERY), in BackgroundShape()
|
H A D | drawshape.cxx | 100 getMetaFile( in forceScrollTextMetaFile() 170 getMetaFile( in ensureVerboseMtfComments() 461 getMetaFile( in DrawShape()
|
H A D | gdimtftools.hxx | 105 …bool getMetaFile( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& …
|
H A D | gdimtftools.cxx | 179 bool getMetaFile( const uno::Reference< lang::XComponent >& xSource, in getMetaFile() function
|
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | metafileprimitive2d.hxx | 79 const GDIMetaFile& getMetaFile() const { return maMetaFile; } in getMetaFile() function in drawinglayer::primitive2d::MetafilePrimitive2D
|
H A D | epsprimitive2d.hxx | 66 const GDIMetaFile& getMetaFile() const { return maMetaFile; } in getMetaFile() function in drawinglayer::primitive2d::EpsPrimitive2D
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.hxx | 184 …void getMetaFile( const ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream >& x…
|
H A D | ChartView.cxx | 251 void ChartView::getMetaFile( const uno::Reference< io::XOutputStream >& xOutStream in getMetaFile() function in chart::ChartView 335 this->getMetaFile( xOutStream, bHighContrastMetaFile ); in getTransferData()
|
Completed in 72 milliseconds