LibreOffice
LibreOffice 24.2 SDK API Reference
Modules | Variables
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. 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...