LibreOffice
LibreOffice 24.2 SDK API Reference
|
determines the check option for a view. More...
Variables | |
const long | NONE = 0 |
indicates that no value checking is applied during updates of view data. More... | |
const long | CASCADE = 2 |
indicates that the value checking is applied for the view and all base views. More... | |
const long | LOCAL = 3 |
indicates that the value checking is applied only for the view. More... | |
determines the check option for a view.
const long CASCADE = 2 |
indicates that the value checking is applied for the view and all base views.
const long LOCAL = 3 |
indicates that the value checking is applied only for the view.
const long NONE = 0 |
indicates that no value checking is applied during updates of view data.