LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies the possible continuations when copying a table row via a CopyTableWizard failed. More...
Variables | |
const short | Proceed = 0 |
indicates the error should be ignored, and copying should be continued. More... | |
const short | CallNextHandler = 1 |
is used to indicate the next registered XCopyTableListener should be called. More... | |
const short | Cancel = 2 |
cancels the whole copying process More... | |
const short | AskUser = 3 |
asks the user how the handle the error. More... | |
specifies the possible continuations when copying a table row via a CopyTableWizard failed.
const short AskUser = 3 |
asks the user how the handle the error.
The user can choose between ignoring the error and canceling the copy operation.
const short CallNextHandler = 1 |
is used to indicate the next registered XCopyTableListener should be called.
const short Cancel = 2 |
cancels the whole copying process
const short Proceed = 0 |
indicates the error should be ignored, and copying should be continued.