LibreOffice
LibreOffice 24.2 SDK API Reference
|
is supported by objects with data that can be flushed to a data source. More...
import"XFlushable.idl";
Public Member Functions | |
void | flush () |
flushes the data of the object to the connected data source. More... | |
void | addFlushListener ([in] com::sun::star::util::XFlushListener l) |
adds the specified listener to receive event "flushed." More... | |
void | removeFlushListener ([in] com::sun::star::util::XFlushListener l) |
removes the specified listener. More... | |
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... | |
is supported by objects with data that can be flushed to a data source.
void addFlushListener | ( | [in] com::sun::star::util::XFlushListener | l | ) |
adds the specified listener to receive event "flushed."
void flush | ( | ) |
flushes the data of the object to the connected data source.
void removeFlushListener | ( | [in] com::sun::star::util::XFlushListener | l | ) |
removes the specified listener.