Lines Matching refs:state
41 /** allows to control modifiable state change.
44 This interface allows to prevent changing of the modified state of the
53 /** disable possibility to change modified state of the document
55 @returns the value that says whether the modified state change was
57 <TRUE/> the changing of the modified state was already disabled
58 <FALSE/> the changing of the modified state was enabled
64 /** enable possibility to change modified state of the document
66 @returns the value that says whether the modified state change was
68 <TRUE/> the changing of the modified state was disabled
69 <FALSE/> the changing of the modified state was already enabled
74 /** allows to detect whether the modified state change is enabled