Lines Matching refs:FragmentHandler

50 FragmentHandler::FragmentHandler( XmlFilterBase& rFilter, const OUString& rFragmentPath ) :  in FragmentHandler()  function in oox::core::FragmentHandler
55 FragmentHandler::FragmentHandler( XmlFilterBase& rFilter, const OUString& rFragmentPath, RelationsR… in FragmentHandler() function in oox::core::FragmentHandler
60 FragmentHandler::~FragmentHandler() in ~FragmentHandler()
66 void FragmentHandler::startDocument() throw( SAXException, RuntimeException ) in startDocument()
70 void FragmentHandler::endDocument() throw( SAXException, RuntimeException ) in endDocument()
74 void FragmentHandler::setDocumentLocator( const Reference< XLocator >& rxLocator ) throw( SAXExcept… in setDocumentLocator()
81 void FragmentHandler::startFastElement( sal_Int32, const Reference< XFastAttributeList >& ) throw( … in startFastElement()
85 void FragmentHandler::startUnknownElement( const OUString&, const OUString&, const Reference< XFast… in startUnknownElement()
89 void FragmentHandler::endFastElement( sal_Int32 ) throw( SAXException, RuntimeException ) in endFastElement()
93 void FragmentHandler::endUnknownElement( const OUString&, const OUString& ) throw( SAXException, Ru… in endUnknownElement()
97 Reference< XFastContextHandler > FragmentHandler::createFastChildContext( sal_Int32, const Referenc… in createFastChildContext()
102 Reference< XFastContextHandler > FragmentHandler::createUnknownChildContext( const OUString&, const… in createUnknownChildContext()
107 void FragmentHandler::characters( const OUString& ) throw( SAXException, RuntimeException ) in characters()
111 void FragmentHandler::ignorableWhitespace( const OUString& ) throw( SAXException, RuntimeException ) in ignorableWhitespace()
115 void FragmentHandler::processingInstruction( const OUString&, const OUString& ) throw( SAXException… in processingInstruction()
121 Reference< XInputStream > FragmentHandler::openFragmentStream() const in openFragmentStream()
128 const RecordInfo* FragmentHandler::getRecordInfos() const in getRecordInfos()