/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/core/ |
H A D | fastparser.cxx | 105 mxParser->setFastDocumentHandler( rxDocHandler ); in setDocumentHandler() 112 mxParser->setFastDocumentHandler(nullptr); in clearDocumentHandler()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/core/ |
H A D | fastparser.cxx | 108 mxParser->setFastDocumentHandler( rxDocHandler ); in setDocumentHandler() 115 mxParser->setFastDocumentHandler(nullptr); in clearDocumentHandler()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sax/ |
H A D | fastparser.hxx | 61 …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 D | fastparser.hxx | 59 …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 D | SwXMLTextBlocks1.cxx | 118 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 D | SwXMLTextBlocks1.cxx | 120 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 D | XFastParser.idl | 53 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 D | XFastParser.idl | 55 XFastDocumentHandler using setFastDocumentHandler(). 120 void setFastDocumentHandler( [in] XFastDocumentHandler Handler );
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sax/source/fastparser/ |
H A D | fastparser.cxx | 219 …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 D | legacyfastparser.cxx | 323 m_xParser->setFastDocumentHandler( new CallbackDocumentHandler( m_xDocumentHandler.get(), in parseStream()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sax/source/fastparser/ |
H A D | fastparser.cxx | 239 …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 D | legacyfastparser.cxx | 319 m_xParser->setFastDocumentHandler( new CallbackDocumentHandler( m_xDocumentHandler, in parseStream()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/ooxml/ |
H A D | OOXMLDocumentImpl.cxx | 102 xParser->setFastDocumentHandler(pDocHandler); in resolveFastSubStream() 497 xParser->setFastDocumentHandler( pDocHandler ); in resolve()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/ooxml/ |
H A D | OOXMLDocumentImpl.cxx | 106 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 D | StoredChapterNumbering.cxx | 466 xParser->setFastDocumentHandler(xHandler); in ImportStoredChapterNumberingRules()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/ |
H A D | xmlimp.cxx | 497 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 D | xmlimp.cxx | 476 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 D | xmlimp.hxx | 335 …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 D | xmlimp.hxx | 329 …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 D | swxml.cxx | 1010 xParser->setFastDocumentHandler( xFilter ); in GetSectionList()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/crypto/ |
H A D | AgileEngine.cxx | 521 xParser->setFastDocumentHandler(xFastDocumentHandler); in readEncryptionInfo()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/crypto/ |
H A D | AgileEngine.cxx | 510 xParser->setFastDocumentHandler(xFastDocumentHandler); in readEncryptionInfo()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/misc/ |
H A D | svxacorr.cxx | 2079 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 D | svxacorr.cxx | 2225 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 D | mathmlimport.cxx | 287 xParser->setFastDocumentHandler(xFastDocHandler); in ReadThroughComponent()
|