LibreOffice
LibreOffice 5.0 SDK API Reference
|
import "Writer.idl";
Additional Inherited Members | |
![]() | |
interface | com::sun::star::io::XActiveDataSource |
interface | com::sun::star::xml::sax::XExtendedDocumentHandler |
![]() | |
void | setOutputStream ([in] com::sun::star::io::XOutputStream aStream) |
plugs the output stream. More... | |
com::sun::star::io::XOutputStream | getOutputStream () |
![]() | |
void | startCDATA () raises ( com::sun::star::xml::sax::SAXException ) |
receives notification about the start of a CDATA section in the XML-source. More... | |
void | endCDATA () raises ( com::sun::star::xml::sax::SAXException ) |
informs about the end of a CDATA-Section. More... | |
void | comment ([in] string sComment) raises ( com::sun::star::xml::sax::SAXException ) |
receives notification about a comment in the XML-source. More... | |
void | allowLineBreak () raises ( com::sun::star::xml::sax::SAXException ) |
informs a writer that it is allowable to insert a line break and indentation before the next XDocumentHandler-call. More... | |
void | unknown ([in] string sString) raises ( com::sun::star::xml::sax::SAXException ) |
notifies that any characters that cannot be handled by other callback methods are announced through this method. More... | |