Home
last modified time | relevance | path

Searched defs:DocumentHandler (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/unoxml/test/
H A Ddomtest.cxx121 struct DocumentHandler struct
125 …ce< xml::sax::XFastAttributeList >& Attribs ) throw (xml::sax::SAXException, uno::RuntimeException) in startFastElement()
131 … Name, const uno::Reference< xml::sax::XFastAttributeList >& Attribs ) throw (xml::sax::SAXExcepti… in startUnknownElement()
135 …AL_CALL endFastElement( ::sal_Int32 Element ) throw (xml::sax::SAXException, uno::RuntimeException) in endFastElement()
139 …ing& Namespace, const ::rtl::OUString& Name ) throw (xml::sax::SAXException, uno::RuntimeException) in endUnknownElement()
143 …2 Element, const uno::Reference< xml::sax::XFastAttributeList >& Attribs ) throw (xml::sax::SAXExc… in createFastChildContext()
148 …:rtl::OUString& Namespace, const ::rtl::OUString& Name, const uno::Reference< xml::sax::XFastAttri… in createUnknownChildContext()
153 …L characters( const ::rtl::OUString& aChars ) throw (xml::sax::SAXException, uno::RuntimeException) in characters()
158 virtual void SAL_CALL startDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in startDocument()
162 virtual void SAL_CALL endDocument( ) throw (xml::sax::SAXException, uno::RuntimeException) in endDocument()
[all …]
/AOO41X/main/writerperfect/source/filter/
H A DDocumentHandler.hxx37 class DocumentHandler class
H A DDocumentHandler.cxx38 DocumentHandler::DocumentHandler(Reference < XDocumentHandler > &xHandler) : in DocumentHandler() function in DocumentHandler
/AOO41X/main/qadevOOo/runner/basicrunner/basichelper/
H A DDocumentHandler.java44 public class DocumentHandler implements XServiceInfo, XSingleServiceFactory { class