Lines Matching refs:FragmentHandler2
38 FragmentHandler2::FragmentHandler2( XmlFilterBase& rFilter, const OUString& rFragmentPath, bool bEn… in FragmentHandler2() function in oox::core::FragmentHandler2
44 FragmentHandler2::~FragmentHandler2() in ~FragmentHandler2()
50 void SAL_CALL FragmentHandler2::startDocument() throw( SAXException, RuntimeException ) in startDocument()
55 void SAL_CALL FragmentHandler2::endDocument() throw( SAXException, RuntimeException ) in endDocument()
62 Reference< XFastContextHandler > SAL_CALL FragmentHandler2::createFastChildContext( in createFastChildContext()
68 void SAL_CALL FragmentHandler2::startFastElement( in startFastElement()
74 void SAL_CALL FragmentHandler2::characters( const OUString& rChars ) throw( SAXException, RuntimeEx… in characters()
79 void SAL_CALL FragmentHandler2::endFastElement( sal_Int32 nElement ) throw( SAXException, RuntimeEx… in endFastElement()
86 ContextHandlerRef FragmentHandler2::createRecordContext( sal_Int32 nRecId, SequenceInputStream& rSt… in createRecordContext()
91 void FragmentHandler2::startRecord( sal_Int32 nRecId, SequenceInputStream& rStrm ) in startRecord()
96 void FragmentHandler2::endRecord( sal_Int32 nRecId ) in endRecord()
103 ContextHandlerRef FragmentHandler2::onCreateContext( sal_Int32, const AttributeList& ) in onCreateContext()
108 void FragmentHandler2::onStartElement( const AttributeList& ) in onStartElement()
112 void FragmentHandler2::onCharacters( const OUString& ) in onCharacters()
116 void FragmentHandler2::onEndElement() in onEndElement()
120 ContextHandlerRef FragmentHandler2::onCreateRecordContext( sal_Int32, SequenceInputStream& ) in onCreateRecordContext()
125 void FragmentHandler2::onStartRecord( SequenceInputStream& ) in onStartRecord()
129 void FragmentHandler2::onEndRecord() in onEndRecord()
135 void FragmentHandler2::initializeImport() in initializeImport()
139 void FragmentHandler2::finalizeImport() in finalizeImport()