Lines Matching refs:WebDAVResponseParser

309 …class WebDAVResponseParser : public cppu::WeakImplHelper1< com::sun::star::xml::sax::XDocumentHand…  class
389 WebDAVResponseParser(WebDAVResponseParserMode eWebDAVResponseParserMode);
390 ~WebDAVResponseParser();
408 WebDAVResponseParser::WebDAVResponseParser(WebDAVResponseParserMode eWebDAVResponseParserMode) in WebDAVResponseParser() function in __anondc2fdb9d0411::WebDAVResponseParser
436 WebDAVResponseParser::~WebDAVResponseParser() in ~WebDAVResponseParser()
445 …void SAL_CALL WebDAVResponseParser::startDocument( ) throw (xml::sax::SAXException, uno::RuntimeE… in startDocument()
450 …void SAL_CALL WebDAVResponseParser::endDocument( ) throw (xml::sax::SAXException, uno::RuntimeExc… in endDocument()
455 …void SAL_CALL WebDAVResponseParser::startElement( const ::rtl::OUString& aName, const uno::Referen… in startElement()
571 …void SAL_CALL WebDAVResponseParser::endElement( const ::rtl::OUString& aName ) throw (xml::sax::SA… in endElement()
943 …void SAL_CALL WebDAVResponseParser::characters( const ::rtl::OUString& aChars ) throw (xml::sax::S… in characters()
970 …void SAL_CALL WebDAVResponseParser::ignorableWhitespace( const ::rtl::OUString& /*aWhitespaces*/ )… in ignorableWhitespace()
974 …void SAL_CALL WebDAVResponseParser::processingInstruction( const ::rtl::OUString& /*aTarget*/, con… in processingInstruction()
979 …void SAL_CALL WebDAVResponseParser::setDocumentLocator( const uno::Reference< xml::sax::XLocator >… in setDocumentLocator()
1011WebDAVResponseParser* pWebDAVResponseParser = new WebDAVResponseParser(eWebDAVResponseParserMode); in parseWebDAVPropNameResponse()