LibreOffice
LibreOffice 24.2 SDK API Reference
|
These constants are used to specify a result of executing a XMessageBox. More...
Variables | |
const short | CANCEL = 0 |
The user canceled the XMessageBox, by pressing "Cancel" or "Abort" button. More... | |
const short | OK = 1 |
The user pressed the "Ok" button. More... | |
const short | YES = 2 |
The user pressed the "Yes" button. More... | |
const short | NO = 3 |
The user pressed the "No" button. More... | |
const short | RETRY = 4 |
The user pressed the "Retry" button. More... | |
const short | IGNORE = 5 |
The user pressed the "Ignore" button. More... | |
These constants are used to specify a result of executing a XMessageBox.
const short CANCEL = 0 |
The user canceled the XMessageBox, by pressing "Cancel" or "Abort" button.
const short IGNORE = 5 |
The user pressed the "Ignore" button.
const short NO = 3 |
The user pressed the "No" button.
const short OK = 1 |
The user pressed the "Ok" button.
const short RETRY = 4 |
The user pressed the "Retry" button.
const short YES = 2 |
The user pressed the "Yes" button.