Lines Matching refs:XSvgParser
45 … class XSvgParser : public ::cppu::WeakAggImplHelper2< graphic::XSvgParser, lang::XServiceInfo > class
48 XSvgParser(const XSvgParser&);
49 XSvgParser& operator=(const XSvgParser&);
53 XSvgParser();
54 virtual ~XSvgParser();
91 return static_cast< ::cppu::OWeakObject* >(new XSvgParser); in XSvgParser_createInstance()
102 XSvgParser::XSvgParser() in XSvgParser() function in svgio::svgreader::XSvgParser
106 XSvgParser::~XSvgParser() in ~XSvgParser()
110 uno::Sequence< uno::Reference< ::graphic::XPrimitive2D > > XSvgParser::getDecomposition( in getDecomposition()
171 rtl::OUString SAL_CALL XSvgParser::getImplementationName() throw(uno::RuntimeException) in getImplementationName()
176 …sal_Bool SAL_CALL XSvgParser::supportsService(const rtl::OUString& rServiceName) throw(uno::Runtim… in supportsService()
191 …uno::Sequence< rtl::OUString > SAL_CALL XSvgParser::getSupportedServiceNames() throw(uno::RuntimeE… in getSupportedServiceNames()