LibreOffice
LibreOffice 24.8 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. | |
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. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
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.