Home
last modified time | relevance | path

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

12345678

/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx281 void SAL_CALL OReadMenuDocumentHandler::endDocument(void) in endDocument() function in framework::OReadMenuDocumentHandler
330 m_xReader->endDocument(); in endElement()
378 void SAL_CALL OReadMenuBarHandler::endDocument(void) in endDocument() function in framework::OReadMenuBarHandler
490 m_xReader->endDocument(); in endElement()
531 void SAL_CALL OReadMenuHandler::endDocument(void) in endDocument() function in framework::OReadMenuHandler
576 m_xReader->endDocument(); in endElement()
618 void SAL_CALL OReadMenuPopupHandler::endDocument(void) in endDocument() function in framework::OReadMenuPopupHandler
785 m_xReader->endDocument(); in endElement()
876 m_xWriteDocumentHandler->endDocument(); in WriteMenuDocument()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagramfragmenthandler.cxx51 void SAL_CALL DiagramDataFragmentHandler::endDocument() in endDocument() function in oox::drawingml::DiagramDataFragmentHandler
96 void SAL_CALL DiagramLayoutFragmentHandler::endDocument() in endDocument() function in oox::drawingml::DiagramLayoutFragmentHandler
141 void SAL_CALL DiagramQStylesFragmentHandler::endDocument() in endDocument() function in oox::drawingml::DiagramQStylesFragmentHandler
186 void SAL_CALL DiagramColorsFragmentHandler::endDocument() in endDocument() function in oox::drawingml::DiagramColorsFragmentHandler
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagramfragmenthandler.hxx40 …virtual void SAL_CALL endDocument() throw (::com::sun::star::xml::sax::SAXException, ::com::sun::s…
56 …virtual void SAL_CALL endDocument() throw (::com::sun::star::xml::sax::SAXException, ::com::sun::s…
70 …virtual void SAL_CALL endDocument() throw (::com::sun::star::xml::sax::SAXException, ::com::sun::s…
85 …virtual void SAL_CALL endDocument() throw (::com::sun::star::xml::sax::SAXException, ::com::sun::s…
/trunk/main/framework/inc/xml/
H A Dmenudocumenthandler.hxx67 virtual void SAL_CALL endDocument(void)
135 virtual void SAL_CALL endDocument(void)
180 virtual void SAL_CALL endDocument(void)
221 virtual void SAL_CALL endDocument(void)
259 virtual void SAL_CALL endDocument(void)
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx536 r->endDocument(); in testSimple()
604 r->endDocument(); in testExceptions()
629 r->endDocument(); in testDTD()
685 r->endDocument(); in testPerformance()
/trunk/main/filter/source/xsltfilter/
H A Duof2splithandler.cxx89 void UOF2SplitHandler::endDocument() throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::s… in endDocument() function in UOF2SplitHandler
91 m_xHandler->endDocument(); in endDocument()
218 m_xHandler->endDocument(); in Write()
H A DXSLTFilter.cxx120 virtual void SAL_CALL endDocument()
534 void XSLTFilter::endDocument() throw (SAXException, RuntimeException){ in endDocument() function in XSLT::XSLTFilter
536 m_rDocumentHandler->endDocument(); in endDocument()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DFlatXml.cxx100 virtual void SAL_CALL endDocument()
229 void XFlatXml::endDocument() throw (SAXException,RuntimeException){ in endDocument() function in XFlatXml::XFlatXml
231 m_rDocumentHandler->endDocument(); in endDocument()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx632 r->endDocument(); in testSimple()
684 r->endDocument(); in testExceptions()
709 r->endDocument(); in testDTD()
760 r->endDocument(); in testPerformance()
/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx191 inline void endDocument() throw( SAXException );
681 inline void SaxWriterHelper::endDocument() throw( SAXException ) in endDocument() function in sax_expatwrap::SaxWriterHelper
961 virtual void SAL_CALL endDocument(void)
1104 void SAXWriter::endDocument(void) throw(SAXException, RuntimeException) in endDocument() function in sax_expatwrap::SAXWriter
1117 mp_SaxWriterHelper->endDocument(); in endDocument()
/trunk/main/linguistic/source/
H A Dconvdicxml.cxx367 GetDocHandler()->endDocument(); in exportDoc()
431 void SAL_CALL ConvDicXMLImport::endDocument(void) in endDocument() function in ConvDicXMLImport
434 SvXMLImport::endDocument(); in endDocument()
/trunk/main/editeng/source/misc/
H A DSvXMLAutoCorrectExport.cxx75 GetDocHandler()->endDocument(); in exportDoc()
111 GetDocHandler()->endDocument(); in exportDoc()
/trunk/main/sw/source/core/swg/
H A DSwXMLBlockExport.cxx80 GetDocHandler()->endDocument(); in exportDoc()
136 GetDocHandler()->endDocument(); in exportDoc()
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_export.cxx110 xOut->endDocument(); in exportLibraryContainer()
168 xOut->endDocument(); in exportLibrary()
/trunk/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx136 xWriterHandler->endDocument(); in WriteRelationsInfoSequence()
200 xWriterHandler->endDocument(); in WriteContentSequence()
268 void SAL_CALL OFOPXMLHelper::endDocument() in endDocument() function in comphelper::OFOPXMLHelper
/trunk/main/xmlsecurity/tools/demo/
H A DJavaFlatFilter.java60 public void endDocument() in endDocument() method in JavaFlatFilter
63 m_xDocumentHandler.endDocument(); in endDocument()
/trunk/main/writerfilter/source/filter/
H A DImportFilter.cxx132 dmapperLogger->endDocument(); in filter()
134 debugLogger->endDocument(); in filter()
/trunk/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.cxx84 void SAL_CALL ImplXMLSignatureListener::endDocument( ) in endDocument() function in ImplXMLSignatureListener
89 m_xNextHandler->endDocument(); in endDocument()
H A Dxsecparser.cxx81 void SAL_CALL XSecParser::endDocument( ) in endDocument() function in XSecParser
86 m_xNextHandler->endDocument(); in endDocument()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java/
H A DFlatXml.java195 public void endDocument() in endDocument() method in FlatXml
198 m_xHandler.endDocument(); in endDocument()
/trunk/main/sfx2/source/doc/
H A Ddoctemplateslocal.cxx107 xWriterHandler->endDocument(); in WriteGroupLocalizationSequence()
165 void SAL_CALL DocTemplLocaleHelper::endDocument() in endDocument() function in DocTemplLocaleHelper
/trunk/main/xmlsecurity/source/xmlsec/
H A Dsaxhelper.cxx295 void SAXHelper::endDocument( void ) in endDocument() function in SAXHelper
298 m_pSaxHandler->endDocument( m_pParserCtxt ) ; in endDocument()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx170 virtual void SAL_CALL endDocument()
535 void DocumentHandlerImpl::endDocument() in endDocument() function in xmlscript::DocumentHandlerImpl
538 m_xRoot->endDocument(); in endDocument()
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx541 void BasicImport::endDocument() in endDocument() function in xmlscript::BasicImport
761 void XMLBasicImporterBase::endDocument() in endDocument() function in xmlscript::XMLBasicImporterBase
767 m_xHandler->endDocument(); in endDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXMLTools.java205 public void endDocument() { in endDocument() method in XMLTools.XMLWriter
304 public void endDocument() { in endDocument() method in XMLTools.XMLWellFormChecker
305 super.endDocument(); in endDocument()

Completed in 114 milliseconds

12345678