Searched refs:SvgDocHdl (Results 1 – 3 of 3) sorted by relevance
147 SvgDocHdl::SvgDocHdl(const rtl::OUString& aAbsolutePath) in SvgDocHdl() function in svgio::svgreader::SvgDocHdl154 SvgDocHdl::~SvgDocHdl() in ~SvgDocHdl()166 void SvgDocHdl::startDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in startDocument()172 void SvgDocHdl::endDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in endDocument()178 …void SvgDocHdl::startElement( const ::rtl::OUString& aName, const uno::Reference< xml::sax::XAttri… in startElement()408 …void SvgDocHdl::endElement( const ::rtl::OUString& aName ) throw (xml::sax::SAXException, uno::Run… in endElement()541 …void SvgDocHdl::characters( const ::rtl::OUString& aChars ) throw (xml::sax::SAXException, uno::Ru… in characters()616 …void SvgDocHdl::ignorableWhitespace(const ::rtl::OUString& /*aWhitespaces*/) throw (xml::sax::SAXE… in ignorableWhitespace()620 …void SvgDocHdl::processingInstruction(const ::rtl::OUString& /*aTarget*/, const ::rtl::OUString& /… in processingInstruction()624 …void SvgDocHdl::setDocumentLocator(const uno::Reference< xml::sax::XLocator >& /*xLocator*/) throw… in setDocumentLocator()
40 class SvgDocHdl : public cppu::WeakImplHelper1< com::sun::star::xml::sax::XDocumentHandler > class53 SvgDocHdl(const rtl::OUString& rAbsolutePath);54 ~SvgDocHdl();
118 SvgDocHdl* pSvgDocHdl = new SvgDocHdl(aAbsolutePath); in getDecomposition()
Completed in 25 milliseconds