LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XTransactedObject Interface Referencepublished

allows transacted access to an object. More...

import"XTransactedObject.idl";

Inheritance diagram for XTransactedObject:
XInterface Storage XExtendedStorageStream XOLESimpleStorage OLESimpleStorage

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...
 

Detailed Description

allows transacted access to an object.

Member Function Documentation

◆ commit()

commits the changes made for object.

◆ revert()

removes all the changes made for the object after last commit or loading.


The documentation for this interface was generated from the following file: