LibreOffice
LibreOffice 24.2 SDK API Reference
|
Specify the way a document can be updated. More...
Variables | |
const short | NO_UPDATE = 0 |
Do not update document. More... | |
const short | QUIET_UPDATE = 1 |
Update document if it does not require a dialog. More... | |
const short | ACCORDING_TO_CONFIG = 2 |
Produce update according to configuration settings. More... | |
const short | FULL_UPDATE = 3 |
Update document even if it does require a dialog. More... | |
Specify the way a document can be updated.
const short ACCORDING_TO_CONFIG = 2 |
Produce update according to configuration settings.
If there are no settings use dialog.
const short FULL_UPDATE = 3 |
Update document even if it does require a dialog.
const short NO_UPDATE = 0 |
Do not update document.
const short QUIET_UPDATE = 1 |
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.