Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: 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 Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.