LibreOffice
LibreOffice 7.3 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
FetchError.idl File Reference

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::ucb
 Universal Content Broker interfaces.
 

Constant Groups

constants  com::sun::star::ucb::FetchError
 These values are used to specify whether and which error has occurred while fetching data of some ContentResultSet rows.
 

Macros

#define __com_sun_star_ucb_FetchError_idl__
 

Variables

const short SUCCESS = 0
 indicates that fetching of data was successful.
 
const short ENDOFDATA = 1
 indicates that during fetching we went beyond the last or first row.
 
const short EXCEPTION = 2
 indicates that during fetching we got an exception.
 

Macro Definition Documentation

◆ __com_sun_star_ucb_FetchError_idl__

#define __com_sun_star_ucb_FetchError_idl__