LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows to disconnect an object from its persistence. More...
import"XPersistanceHolder.idl";
Public Member Functions | |
void | disconnectPersistence () raises ( ::com::sun::star::io::IOException, ::com::sun::star::uno::Exception ) |
disconnects the object from the persistence. More... | |
void | connectPersistance ([in] ::com::sun::star::io::XStream xStream) raises ( ::com::sun::star::io::IOException, ::com::sun::star::uno::Exception ) |
connects the object to a persistence. 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... | |
allows to disconnect an object from its persistence.
void connectPersistance | ( | [in] ::com::sun::star::io::XStream | xStream | ) | |
raises | ( | ::com::sun::star::io::IOException, | |||
::com::sun::star::uno::Exception | |||||
) |
connects the object to a persistence.
xStream | a stream that specify the persistence |
com::sun::star::io::IOException | in case of io problems |
com::sun::star::uno::Exception | in case of other problems |
void disconnectPersistence | ( | ) | ||
raises | ( | ::com::sun::star::io::IOException, | ||
::com::sun::star::uno::Exception | ||||
) |
disconnects the object from the persistence.
com::sun::star::io::IOException | in case of io problems |
com::sun::star::uno::Exception | in case of other problems |