Lines Matching refs:ContextHandler

40 ContextHandler::ContextHandler( ContextHandler& rParent ) :  in ContextHandler()  function in oox::core::ContextHandler
46 ContextHandler::ContextHandler( const FragmentBaseDataRef& rxBaseData ) : in ContextHandler() function in oox::core::ContextHandler
51 ContextHandler::~ContextHandler() in ~ContextHandler()
55 XmlFilterBase& ContextHandler::getFilter() const in getFilter()
60 const Relations& ContextHandler::getRelations() const in getRelations()
65 const OUString& ContextHandler::getFragmentPath() const in getFragmentPath()
70 OUString ContextHandler::getFragmentPathFromRelation( const Relation& rRelation ) const in getFragmentPathFromRelation()
75 OUString ContextHandler::getFragmentPathFromRelId( const OUString& rRelId ) const in getFragmentPathFromRelId()
80 OUString ContextHandler::getFragmentPathFromFirstType( const OUString& rType ) const in getFragmentPathFromFirstType()
85 void ContextHandler::implSetLocator( const Reference< XLocator >& rxLocator ) in implSetLocator()
92 void ContextHandler::startFastElement( sal_Int32, const Reference< XFastAttributeList >& ) throw( S… in startFastElement()
96 void ContextHandler::startUnknownElement( const OUString&, const OUString&, const Reference< XFastA… in startUnknownElement()
100 void ContextHandler::endFastElement( sal_Int32 ) throw( SAXException, RuntimeException ) in endFastElement()
104 void ContextHandler::endUnknownElement( const OUString&, const OUString& ) throw( SAXException, Run… in endUnknownElement()
108 Reference< XFastContextHandler > ContextHandler::createFastChildContext( sal_Int32, const Reference… in createFastChildContext()
113 Reference< XFastContextHandler > ContextHandler::createUnknownChildContext( const OUString&, const … in createUnknownChildContext()
118 void ContextHandler::characters( const OUString& ) throw( SAXException, RuntimeException ) in characters()
122 void ContextHandler::ignorableWhitespace( const OUString& ) throw( SAXException, RuntimeException ) in ignorableWhitespace()
126 void ContextHandler::processingInstruction( const OUString&, const OUString& ) throw( SAXException,… in processingInstruction()
132 ContextHandlerRef ContextHandler::createRecordContext( sal_Int32, SequenceInputStream& ) in createRecordContext()
137 void ContextHandler::startRecord( sal_Int32, SequenceInputStream& ) in startRecord()
141 void ContextHandler::endRecord( sal_Int32 ) in endRecord()