Lines Matching refs:GraphicExporter

156 	class GraphicExporter : public WeakImplHelper4< XFilter, XExporter, XServiceInfo, XMimeTypeInfo >  class
159 GraphicExporter();
160 virtual ~GraphicExporter();
201 return (XWeak*)new GraphicExporter(); in GraphicExporter_createInstance()
371 GraphicExporter::GraphicExporter() in GraphicExporter() function in GraphicExporter
376 GraphicExporter::~GraphicExporter() in ~GraphicExporter()
380 IMPL_LINK(GraphicExporter, CalcFieldValueHdl, EditFieldInfo*, pInfo) in IMPL_LINK() argument
436 VirtualDevice* GraphicExporter::CreatePageVDev( SdrPage* pPage, sal_uIntPtr nWidthPixel, sal_uIntPt… in CreatePageVDev()
502 void GraphicExporter::ParseSettings( const Sequence< PropertyValue >& aDescriptor, ExportSettings& … in ParseSettings()
662 bool GraphicExporter::GetGraphic( ExportSettings& rSettings, Graphic& aGraphic, sal_Bool bVectorTyp… in GetGraphic()
676 rOutl.SetCalcFieldValueHdl( LINK(this, GraphicExporter, CalcFieldValueHdl) ); in GetGraphic()
1060 sal_Bool SAL_CALL GraphicExporter::filter( const Sequence< PropertyValue >& aDescriptor ) in filter()
1141 void SAL_CALL GraphicExporter::cancel() in cancel()
1149 void SAL_CALL GraphicExporter::setSourceDocument( const Reference< lang::XComponent >& xComponent ) in setSourceDocument()
1256 OUString SAL_CALL GraphicExporter::getImplementationName( ) in getImplementationName()
1262 sal_Bool SAL_CALL GraphicExporter::supportsService( const OUString& ServiceName ) in supportsService()
1275 Sequence< OUString > SAL_CALL GraphicExporter::getSupportedServiceNames( ) in getSupportedServiceNames()
1282 sal_Bool SAL_CALL GraphicExporter::supportsMimeType( const OUString& MimeTypeName ) throw (RuntimeE… in supportsMimeType()
1300 Sequence< OUString > SAL_CALL GraphicExporter::getSupportedMimeTypeNames( ) throw (RuntimeExceptio… in getSupportedMimeTypeNames()
1331 rtl::Reference< GraphicExporter > xExporter( new GraphicExporter() ); in SvxGetGraphicForShape()