LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::document::LinkUpdateModes Constant Group Referencepublished

Variables

const long NEVER = 0
 never update links
 
const long MANUAL = 1
 update links when confirmed on request during loading the document
 
const long AUTO = 2
 automatic update on load
 
const long GLOBAL_SETTING = 3
 use the setting that is configured in your installed application.
 

Variable Documentation

◆ AUTO

const long AUTO = 2

automatic update on load

◆ GLOBAL_SETTING

const long GLOBAL_SETTING = 3

use the setting that is configured in your installed application.

This may be one of the above behaviors.

◆ MANUAL

const long MANUAL = 1

update links when confirmed on request during loading the document

◆ NEVER

const long NEVER = 0

never update links