Home
last modified time | relevance | path

Searched refs:setFastDocumentHandler (Results 1 – 25 of 25) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/core/
H A Dfastparser.cxx105 mxParser->setFastDocumentHandler( rxDocHandler ); in setDocumentHandler()
112 mxParser->setFastDocumentHandler(nullptr); in clearDocumentHandler()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/core/
H A Dfastparser.cxx108 mxParser->setFastDocumentHandler( rxDocHandler ); in setDocumentHandler()
115 mxParser->setFastDocumentHandler(nullptr); in clearDocumentHandler()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sax/
H A Dfastparser.hxx61 …virtual void SAL_CALL setFastDocumentHandler( const css::uno::Reference< css::xml::sax::XFastDocum…
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sax/
H A Dfastparser.hxx59 …virtual void SAL_CALL setFastDocumentHandler( const css::uno::Reference< css::xml::sax::XFastDocum…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx118 xParser->setFastDocumentHandler( xFilter ); in GetDoc()
289 xParser->setFastDocumentHandler( xFilter ); in GetBlockText()
413 xParser->setFastDocumentHandler( xFilter ); in ReadInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx120 xParser->setFastDocumentHandler( xFilter ); in GetDoc()
300 xParser->setFastDocumentHandler( xFilter ); in GetBlockText()
423 xParser->setFastDocumentHandler( xFilter ); in ReadInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl53 XFastDocumentHandler using setFastDocumentHandler().
118 void setFastDocumentHandler( [in] XFastDocumentHandler Handler );
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl55 XFastDocumentHandler using setFastDocumentHandler().
120 void setFastDocumentHandler( [in] XFastDocumentHandler Handler );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sax/source/fastparser/
H A Dfastparser.cxx219 …void setFastDocumentHandler( const css::uno::Reference< css::xml::sax::XFastDocumentHandler >& Han…
879 void FastSaxParserImpl::setFastDocumentHandler( const Reference< XFastDocumentHandler >& Handler ) in setFastDocumentHandler() function in sax_fastparser::FastSaxParserImpl
1370 void FastSaxParser::setFastDocumentHandler( const uno::Reference<xml::sax::XFastDocumentHandler>& H… in setFastDocumentHandler() function in sax_fastparser::FastSaxParser
1372 mpImpl->setFastDocumentHandler(Handler); in setFastDocumentHandler()
H A Dlegacyfastparser.cxx323 m_xParser->setFastDocumentHandler( new CallbackDocumentHandler( m_xDocumentHandler.get(), in parseStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sax/source/fastparser/
H A Dfastparser.cxx239 …void setFastDocumentHandler( const css::uno::Reference< css::xml::sax::XFastDocumentHandler >& Han…
914 void FastSaxParserImpl::setFastDocumentHandler( const Reference< XFastDocumentHandler >& Handler ) in setFastDocumentHandler() function in sax_fastparser::FastSaxParserImpl
1485 void FastSaxParser::setFastDocumentHandler( const uno::Reference<xml::sax::XFastDocumentHandler>& H… in setFastDocumentHandler() function in sax_fastparser::FastSaxParser
1487 mpImpl->setFastDocumentHandler(Handler); in setFastDocumentHandler()
H A Dlegacyfastparser.cxx319 m_xParser->setFastDocumentHandler( new CallbackDocumentHandler( m_xDocumentHandler, in parseStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/ooxml/
H A DOOXMLDocumentImpl.cxx102 xParser->setFastDocumentHandler(pDocHandler); in resolveFastSubStream()
497 xParser->setFastDocumentHandler( pDocHandler ); in resolve()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/ooxml/
H A DOOXMLDocumentImpl.cxx106 xParser->setFastDocumentHandler(xDocumentHandler); in resolveFastSubStream()
490 xParser->setFastDocumentHandler( xDocumentHandler ); in resolve()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/config/
H A DStoredChapterNumbering.cxx466 xParser->setFastDocumentHandler(xHandler); in ImportStoredChapterNumberingRules()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A Dxmlimp.cxx497 mxParser->setFastDocumentHandler(Handler); in setFastDocumentHandlerGuard()
502 mxParser->setFastDocumentHandler(nullptr); in ~setFastDocumentHandlerGuard()
514 void SAL_CALL SvXMLImport::setFastDocumentHandler( const uno::Reference< xml::sax::XFastDocumentHan… in setFastDocumentHandler() function in SvXMLImport
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dxmlimp.cxx476 mxParser->setFastDocumentHandler(Handler); in setFastDocumentHandlerGuard()
481 mxParser->setFastDocumentHandler(nullptr); in ~setFastDocumentHandlerGuard()
493 void SAL_CALL SvXMLImport::setFastDocumentHandler( const uno::Reference< xml::sax::XFastDocumentHan… in setFastDocumentHandler() function in SvXMLImport
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dxmlimp.hxx335 …virtual void SAL_CALL setFastDocumentHandler( const css::uno::Reference< css::xml::sax::XFastDocum…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dxmlimp.hxx329 …virtual void SAL_CALL setFastDocumentHandler( const css::uno::Reference< css::xml::sax::XFastDocum…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dswxml.cxx1010 xParser->setFastDocumentHandler( xFilter ); in GetSectionList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/crypto/
H A DAgileEngine.cxx521 xParser->setFastDocumentHandler(xFastDocumentHandler); in readEncryptionInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/crypto/
H A DAgileEngine.cxx510 xParser->setFastDocumentHandler(xFastDocumentHandler); in readEncryptionInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/misc/
H A Dsvxacorr.cxx2079 xParser->setFastDocumentHandler( xFilter ); in LoadXMLExceptList_Imp()
2191 xParser->setFastDocumentHandler( xFilter ); in LoadAutocorrWordList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/misc/
H A Dsvxacorr.cxx2225 xParser->setFastDocumentHandler( xFilter ); in LoadXMLExceptList_Imp()
2336 xParser->setFastDocumentHandler( xFilter ); in LoadAutocorrWordList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/mathml/
H A Dmathmlimport.cxx287 xParser->setFastDocumentHandler(xFastDocHandler); in ReadThroughComponent()