:: com :: sun :: star :: util ::
|
unpublished |
interface XModifiable2 |
|
|
- Base Interfaces
XModifiable2
┗ XModifiable
┗ XModifyBroadcaster
XModifiable |
- (referenced interface's summary:)
- makes the modify state of the object accessible.
|
|
- Usage Restrictions
- not published
- Description
- 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.
|
Methods' Details |
disableSetModified
boolean |
disableSetModified(); |
- Description
- disable possibility to change modified state of the document
- Returns
- the value that says whether the modified state change was
enabled before the call
true the changing of the modified state was already disabled
false the changing of the modified state was enabled
|
|
enableSetModified
boolean |
enableSetModified(); |
- Description
- enable possibility to change modified state of the document
- Returns
- the value that says whether the modified state change was
enabled before the call
true the changing of the modified state was disabled
false the changing of the modified state was already enabled
|
|
isSetModifiedEnabled
boolean |
isSetModifiedEnabled(); |
- Description
- allows to detect whether the modified state change is enabled
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.