LibreOffice
LibreOffice 24.2 SDK API Reference
|
allows transacted access to an object. More...
import"XTransactedObject.idl";
Public Member Functions | |
void | commit () raises ( ::com::sun::star::io::IOException, ::com::sun::star::lang::WrappedTargetException ) |
commits the changes made for object. More... | |
void | revert () raises ( ::com::sun::star::io::IOException, ::com::sun::star::lang::WrappedTargetException ) |
removes all the changes made for the object after last commit or loading. 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 transacted access to an object.
void commit | ( | ) | ||
raises | ( | ::com::sun::star::io::IOException, | ||
::com::sun::star::lang::WrappedTargetException | ||||
) |
commits the changes made for object.
void revert | ( | ) | ||
raises | ( | ::com::sun::star::io::IOException, | ||
::com::sun::star::lang::WrappedTargetException | ||||
) |
removes all the changes made for the object after last commit or loading.