(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: document ::

constants group UpdateDocMode
Description
Specify the way a document can be updated.
Since
OOo 1.1.2

Constants
NO_UPDATE Do not update document.  
QUIET_UPDATE Update document if it does not require a dialog. Otherwise do not update. For example a link to a database can require a dialog to get password for an update.  
ACCORDING_TO_CONFIG Produce update according to configuration settings. If there are no settings use dialog.  
FULL_UPDATE Update document even if it does require a dialog.  
Constants' Details
NO_UPDATE
const short NO_UPDATE = 0;
Description
Do not update document.
QUIET_UPDATE
const short QUIET_UPDATE = 1;
Description
Update document if it does not require a dialog. Otherwise do not update. For example a link to a database can require a dialog to get password for an update.
ACCORDING_TO_CONFIG
const short ACCORDING_TO_CONFIG = 2;
Description
Produce update according to configuration settings. If there are no settings use dialog.
FULL_UPDATE
const short FULL_UPDATE = 3;
Description
Update document even if it does require a dialog.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.