Home
last modified time | relevance | path

Searched refs:SVGFilter (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/svg/
H A Dsvgfilter.cxx47 SVGFilter::SVGFilter( const Reference< XMultiServiceFactory > &rxMSF ) : in SVGFilter() function in SVGFilter
76 SVGFilter::~SVGFilter() in ~SVGFilter()
87 sal_Bool SAL_CALL SVGFilter::filter( const Sequence< PropertyValue >& rDescriptor ) in filter()
215 void SAL_CALL SVGFilter::cancel( ) throw (RuntimeException) in cancel()
221 void SAL_CALL SVGFilter::setSourceDocument( const Reference< XComponent >& xDoc ) in setSourceDocument()
230 void SAL_CALL SVGFilter::setTargetDocument( const Reference< XComponent >& xDoc ) in setTargetDocument()
239 void SAL_CALL SVGFilter::initialize( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::… in initialize()
274 return (cppu::OWeakObject*) new SVGFilter( rSMgr ); in SVGFilter_createInstance()
279 OUString SAL_CALL SVGFilter::getImplementationName( ) in getImplementationName()
287 sal_Bool SAL_CALL SVGFilter::supportsService( const OUString& rServiceName ) in supportsService()
[all …]
H A Dsvgexport.cxx184 sal_Bool SVGFilter::implExport( const Sequence< PropertyValue >& rDescriptor ) in implExport()
323 rOutl.SetCalcFieldValueHdl( LINK( this, SVGFilter, CalcFieldHdl) ); in implExport()
397 sal_Bool SVGFilter::implExportDocument( const Reference< XDrawPages >& rxMasterPages, in implExportDocument()
691 sal_Bool SVGFilter::implExportPages( const Reference< XDrawPages >& rxPages, in implExportPages()
782 sal_Bool SVGFilter::implExportShapes( const Reference< XShapes >& rxShapes ) in implExportShapes()
800 sal_Bool SVGFilter::implExportShape( const Reference< XShape >& rxShape ) in implExportShape()
949 sal_Bool SVGFilter::implCreateObjects( const Reference< XDrawPages >& rxMasterPages, in implCreateObjects()
1057 sal_Bool SVGFilter::implCreateObjectsFromShape( const Reference< XShape >& rxShape ) in implCreateObjectsFromShape()
1138 OUString SVGFilter::implGetDescriptionFromShape( const Reference< XShape >& rxShape ) in implGetDescriptionFromShape()
1196 sal_Bool SVGFilter::implHasText( const GDIMetaFile& rMtf ) const in implHasText()
[all …]
H A Dsvgfilter.hxx216 class SVGFilter : public cppu::WeakImplHelper5 < XFilter, class
222 class SVGFilter : public cppu::WeakImplHelper4 < XFilter,
322 SVGFilter( const Reference< XMultiServiceFactory > &rxMSF );
323 virtual ~SVGFilter();
H A Dsvgimport.cxx34 sal_Bool SVGFilter::implImport( const Sequence< PropertyValue >& rDescriptor ) in implImport()

Completed in 21 milliseconds