LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XActiveDataSource Interface Referencepublished

has to be implemented if the class should be able to write into an output stream. More...

import"XActiveDataSource.idl";

Inheritance diagram for XActiveDataSource:
XInterface DataOutputStream MarkableOutputStream ObjectOutputStream Pump XTextOutputStream2 LayerWriter XWriter XXSLTTransformer

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...
 

Detailed Description

has to be implemented if the class should be able to write into an output stream.

See also
XActiveDataControl.

Member Function Documentation

◆ getOutputStream()

com::sun::star::io::XOutputStream getOutputStream ( )
Returns
the plugged stream.

◆ setOutputStream()

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.


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