LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
StatusBarFunction.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::sheet
 Spreadsheet specific interfaces.
 

Constant Groups

constants  com::sun::star::sheet::StatusBarFunction
 used to specify the function used to calculate a result in the spreadsheet's status bar.
 

Macros

#define __com_sun_star_sheet_StatusBarFunction_idl__
 

Variables

const short NONE = 0
 nothing is calculated. More...
 
const short AVERAGE = 1
 average of all numerical values is calculated. More...
 
const short COUNTNUMS = 2
 all values, including non-numerical values, are counted. More...
 
const short COUNT = 3
 numerical values are counted. More...
 
const short MAX = 4
 maximum value of all numerical values is calculated. More...
 
const short MIN = 5
 minimum value of all numerical values is calculated. More...
 
const short SUM = 9
 sum of all numerical values is calculated. More...
 

Macro Definition Documentation

◆ __com_sun_star_sheet_StatusBarFunction_idl__

#define __com_sun_star_sheet_StatusBarFunction_idl__