this interface enables inspecting a set of changes forming one batch transaction. More...
import "XChangesSet.idl";
 
  
| Public Member Functions | |
| sequence< ElementChange > | getAllChanges () | 
| queries for all contained changes at once. | |
|  Public Member Functions inherited from XElementAccess | |
| type | getElementType () | 
| boolean | hasElements () | 
|  Public Member Functions inherited from XInterface | |
| 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. | |
this interface enables inspecting a set of changes forming one batch transaction.
An object implementing this interface should implement more container interfaces to access individual changes as well.
| sequence< ElementChange > getAllChanges | ( | ) | 
queries for all contained changes at once.