/trunk/main/sax/source/expatwrap/ |
H A D | saxwriter.cxx | 198 inline void endCDATA() throw( SAXException ); 752 inline void SaxWriterHelper::endCDATA() throw( SAXException ) in endCDATA() function in sax_expatwrap::SaxWriterHelper 984 virtual void SAL_CALL endCDATA(void) throw(RuntimeException); 1360 void SAXWriter::endCDATA(void) throw (RuntimeException) in endCDATA() function in sax_expatwrap::SAXWriter 1374 mp_SaxWriterHelper->endCDATA(); in endCDATA()
|
H A D | sax_expat.cxx | 1018 CALL_ELEMENT_HANDLER_AND_CARE_FOR_EXCEPTIONS(pImpl,rExtendedDocumentHandler->endCDATA() ); in callbackEndCDATA()
|
/trunk/main/xmloff/source/core/ |
H A D | XMLEmbeddedObjectExportFilter.cxx | 112 void SAL_CALL XMLEmbeddedObjectExportFilter::endCDATA( void ) in endCDATA() function in XMLEmbeddedObjectExportFilter 116 xExtHandler->endCDATA(); in endCDATA()
|
H A D | xmlimp.cxx | 919 void SAL_CALL SvXMLImport::endCDATA( void ) throw(uno::RuntimeException) in endCDATA() function in SvXMLImport
|
/trunk/main/offapi/com/sun/star/xml/sax/ |
H A D | XExtendedDocumentHandler.idl | 61 <p>Note that <code>startCDATA/endCDATA</code> MUST NOT enclose any 64 void endCDATA();
|
/trunk/main/sax/test/ |
H A D | saxdemo.cxx | 232 virtual void SAL_CALL endCDATA(void) throw (SAXException,RuntimeException) in endCDATA() function in TestDocumentHandler 619 r->endCDATA(); in main()
|
/trunk/main/sax/test/sax/ |
H A D | testwriter.cxx | 519 r->endCDATA(); in testSimple() 587 r->endCDATA(); in testExceptions()
|
H A D | testsax.cxx | 436 virtual void SAL_CALL endCDATA(void) throw (SAXException,RuntimeException) in endCDATA() function in sax_test::TestDocumentHandler
|
/trunk/main/extensions/test/sax/ |
H A D | testwriter.cxx | 615 r->endCDATA(); in testSimple() 681 r->endCDATA(); in testExceptions()
|
H A D | testsax.cxx | 488 virtual void endCDATA(void) THROWS( (SAXException,UsrSystemException) ) in endCDATA() function in TestDocumentHandler
|
/trunk/main/unoxml/source/dom/ |
H A D | cdatasection.cxx | 45 xExtended->endCDATA(); in saxify()
|
/trunk/main/scripting/source/storage/ |
H A D | ScriptMetadataImporter.hxx | 100 virtual void SAL_CALL endCDATA() throw ( css::uno::RuntimeException );
|
H A D | ScriptMetadataImporter.cxx | 145 void ScriptMetadataImporter::endCDATA() in endCDATA() function in scripting_impl::ScriptMetadataImporter
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | XMLEmbeddedObjectExportFilter.hxx | 70 virtual void SAL_CALL endCDATA(void) throw( ::com::sun::star::uno::RuntimeException );
|
H A D | xmlimp.hxx | 237 virtual void SAL_CALL endCDATA(void) throw( ::com::sun::star::uno::RuntimeException );
|
/trunk/main/xmloff/source/transform/ |
H A D | TransformerBase.cxx | 408 void SAL_CALL XMLTransformerBase::endCDATA( void ) throw(RuntimeException) in endCDATA() function in XMLTransformerBase 411 m_xExtHandler->endCDATA(); in endCDATA()
|
H A D | TransformerBase.hxx | 118 virtual void SAL_CALL endCDATA(void) throw( ::com::sun::star::uno::RuntimeException );
|
/trunk/main/i18npool/source/localedata/ |
H A D | saxparser.cxx | 282 virtual void SAL_CALL endCDATA(void) throw (RuntimeException) in endCDATA() function in TestDocumentHandler
|