LibreOffice
LibreOffice 24.2 SDK API Reference
|
This interface writes the manifest data to a file. More...
import"XManifestWriter.idl";
Public Member Functions | |
void | writeManifestSequence ([in] com::sun::star::io::XOutputStream rStream, [in] sequence< sequence< com::sun::star::beans::PropertyValue > > rSequence) |
Writes the supplied sequence of manifest entries to the supplied XOutputStream. 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... | |
This interface writes the manifest data to a file.
The user calls writeManifestSequence() with the XOutputStream to write the data to and the sequence of manifest entries to be written passed as parameters. Each manifest entry is represented by a sequence of PropertyValues.
void writeManifestSequence | ( | [in] com::sun::star::io::XOutputStream | rStream, |
[in] sequence< sequence< com::sun::star::beans::PropertyValue > > | rSequence | ||
) |
Writes the supplied sequence of manifest entries to the supplied XOutputStream.