LibreOffice
LibreOffice 24.2 SDK API Reference
|
broadcasts each modification made on the date data of the object which supports this interface. More...
import"XModifyBroadcaster.idl";
Public Member Functions | |
void | addModifyListener ([in] com::sun::star::util::XModifyListener aListener) |
adds the specified listener to receive events "modified." More... | |
void | removeModifyListener ([in] com::sun::star::util::XModifyListener aListener) |
removes the specified listener. 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... | |
broadcasts each modification made on the date data of the object which supports this interface.
The modified object must post the modification events immediately after the modification is performed.
void addModifyListener | ( | [in] com::sun::star::util::XModifyListener | aListener | ) |
adds the specified listener to receive events "modified."
void removeModifyListener | ( | [in] com::sun::star::util::XModifyListener | aListener | ) |
removes the specified listener.