LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
XWriter Interface Reference

Provides a unified interface for the new-style Writer service to implement. More...

import "XWriter.idl";

Inheritance diagram for XWriter:
XActiveDataSource XExtendedDocumentHandler XInterface XDocumentHandler XInterface Writer

Exported Interfaces

interface com::sun::star::io::XActiveDataSource
 
interface com::sun::star::xml::sax::XExtendedDocumentHandler
 

Additional Inherited Members

- Public Member Functions inherited from XActiveDataSource
void setOutputStream ([in] com::sun::star::io::XOutputStream aStream)
 plugs the output stream. More...
 
com::sun::star::io::XOutputStream getOutputStream ()
 
- Public Member Functions inherited from XExtendedDocumentHandler
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...
 

Detailed Description

Provides a unified interface for the new-style Writer service to implement.

Since
LibreOffice 4.0

Exported Interfaces


The documentation for this interface was generated from the following file: