LibreOffice
LibreOffice 24.2 SDK API Reference
|
has to be implemented if the class should be able to write into an output stream. More...
import"XActiveDataSource.idl";
Public Member Functions | |
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 XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
has to be implemented if the class should be able to write into an output stream.
com::sun::star::io::XOutputStream getOutputStream | ( | ) |
void setOutputStream | ( | [in] com::sun::star::io::XOutputStream | aStream | ) |
plugs the output stream.
If XConnectable is also implemented, this method should query aStream for a XConnectable and connect both.