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

makes it possible to read and write the corresponding stream. More...

import"XActiveDataStreamer.idl";

Inheritance diagram for XActiveDataStreamer:
XInterface

Public Member Functions

void setStream ([in] com::sun::star::io::XStream aStream)
 plugs the input/output stream. More...
 
com::sun::star::io::XStream getStream ()
 
- 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

makes it possible to read and write the corresponding stream.

If you want to allow control from outside, also implement the XActiveDataControl interface.

Member Function Documentation

◆ getStream()

Returns
the plugged stream.

◆ setStream()

void setStream ( [in] com::sun::star::io::XStream  aStream)

plugs the input/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: