LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
StatusBarFunction.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::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.

Variables

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