| LibreOffice
    LibreOffice 25.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. | |
| 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. | |
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.