LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
CopyTableContinuation.idl File Reference

Go to the source code of this file.

Modules

module  com
module  com::sun
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
module  com::sun::star::sdb
 Basic interfaces for database access.
module  com::sun::star::sdb::application
 application UI.

Constant Groups

constants  com::sun::star::sdb::application::CopyTableContinuation
 specifies the possible continuations when copying a table row via a CopyTableWizard failed.

Variables

const short Proceed = 0
 indicates the error should be ignored, and copying should be continued.
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 AskUser = 3
 asks the user how the handle the error.