LibreOffice
LibreOffice 24.2 SDK API Reference
|
makes it possible to write this object to a URL or read it from a URL. More...
import"XPersist.idl";
Public Member Functions | |
void | write ([in] string URL) raises ( com::sun::star::io::IOException ) |
writes all the persistent data of the object to the URL. More... | |
void | read ([in] string URL) raises ( com::sun::star::io::IOException ) |
reads all the persistent data of the object from the URL. 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... | |
makes it possible to write this object to a URL or read it from a URL.
void read | ( | [in] string | URL | ) | |
raises | ( | com::sun::star::io::IOException | |||
) |
reads all the persistent data of the object from the URL.
void write | ( | [in] string | URL | ) | |
raises | ( | com::sun::star::io::IOException | |||
) |
writes all the persistent data of the object to the URL.