Lines Matching refs:ContextHandler2

178 ContextHandler2::ContextHandler2( ContextHandler2Helper& rParent ) :  in ContextHandler2()  function in oox::core::ContextHandler2
184 ContextHandler2::~ContextHandler2() in ~ContextHandler2()
190 Reference< XFastContextHandler > SAL_CALL ContextHandler2::createFastChildContext( in createFastChildContext()
196 void SAL_CALL ContextHandler2::startFastElement( in startFastElement()
202 void SAL_CALL ContextHandler2::characters( const OUString& rChars ) throw( SAXException, RuntimeExc… in characters()
207 void SAL_CALL ContextHandler2::endFastElement( sal_Int32 nElement ) throw( SAXException, RuntimeExc… in endFastElement()
214 ContextHandlerRef ContextHandler2::createRecordContext( sal_Int32 nRecId, SequenceInputStream& rStr… in createRecordContext()
219 void ContextHandler2::startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in startRecord()
224 void ContextHandler2::endRecord( sal_Int32 nRecId ) in endRecord()
231 ContextHandlerRef ContextHandler2::onCreateContext( sal_Int32, const AttributeList& ) in onCreateContext()
236 void ContextHandler2::onStartElement( const AttributeList& ) in onStartElement()
240 void ContextHandler2::onCharacters( const OUString& ) in onCharacters()
244 void ContextHandler2::onEndElement() in onEndElement()
248 ContextHandlerRef ContextHandler2::onCreateRecordContext( sal_Int32, SequenceInputStream& ) in onCreateRecordContext()
253 void ContextHandler2::onStartRecord( SequenceInputStream& ) in onStartRecord()
257 void ContextHandler2::onEndRecord() in onEndRecord()