| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
makes the modify state of the object accessible. More...
import "XModifiable.idl";
 
  
| Public Member Functions | |
| boolean | isModified () | 
| void | setModified ([in] boolean bModified) raises ( com::sun::star::beans::PropertyVetoException ) | 
| sets the status of the modified-flag from outside of the object. | |
| Public Member Functions inherited from XModifyBroadcaster | |
| 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. | |
| 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. | |
makes the modify state of the object accessible.
Additionally, it makes it possible to register listener objects, which get notification whenever the status or content of the object changes.
| boolean isModified | ( | ) | 
The modification is always in relation to a certain state (i.e., the initial, loaded, or last stored version).
| void setModified | ( | [in] boolean | bModified | ) | ||
| raises | ( | com::sun::star::beans::PropertyVetoException ) | ||||
sets the status of the modified-flag from outside of the object.