LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_GeneralFunction_idl__
21 #define __com_sun_star_sheet_GeneralFunction_idl__
24 module
com { module sun { module star { module sheet {
@ VAR
variance is calculated based on a sample.
Definition: GeneralFunction.idl:91
@ SUM
sum of all numerical values is calculated.
Definition: GeneralFunction.idl:46
const short AUTO
The fill behavior for this element depends on whether the element specifies any of the attributes tha...
Definition: AnimationFill.idl:83
@ MAX
maximum value of all numerical values is calculated.
Definition: GeneralFunction.idl:61
@ VARP
variance is calculated based on the entire population.
Definition: GeneralFunction.idl:96
@ PRODUCT
product of all numerical values is calculated.
Definition: GeneralFunction.idl:71
@ AVERAGE
average of all numerical values is calculated.
Definition: GeneralFunction.idl:56
@ COUNT
all values, including non-numerical values, are counted.
Definition: GeneralFunction.idl:51
@ COUNTNUMS
numerical values are counted.
Definition: GeneralFunction.idl:76
@ MIN
minimum value of all numerical values is calculated.
Definition: GeneralFunction.idl:66
const short NONE
Definition: AnimationAdditiveMode.idl:38
GeneralFunction
used to specify a function to be calculated from values.
Definition: GeneralFunction.idl:30
Definition: Ambiguous.idl:22
@ STDEV
standard deviation is calculated based on a sample.
Definition: GeneralFunction.idl:81
@ STDEVP
standard deviation is calculated based on the entire population.
Definition: GeneralFunction.idl:86