LibreOffice
LibreOffice 25.8 SDK API Reference
|
allows to control modifiable state change. More...
import "XModifiable2.idl";
Public Member Functions | |
boolean | disableSetModified () |
disable possibility to change modified state of the document | |
boolean | enableSetModified () |
enable possibility to change modified state of the document | |
boolean | isSetModifiedEnabled () |
allows to detect whether the modified state change is enabled | |
Public Member Functions inherited from XModifiable | |
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. |
allows to control modifiable state change.
This interface allows to prevent changing of the modified state of the object. It is introduced for performance optimizations, to allow to prevent unnecessary updates, for example while importing a document. Please use this interface very carefully.
boolean disableSetModified | ( | ) |
disable possibility to change modified state of the document
boolean enableSetModified | ( | ) |
enable possibility to change modified state of the document
boolean isSetModifiedEnabled | ( | ) |
allows to detect whether the modified state change is enabled