LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_report_Calculation_idl__
20 #define __com_sun_star_report_Calculation_idl__
24 module
com { module sun { module star { module report {
const short POPSTANDARDDEVIATION
returns how much each value in the field deviate from the mean or average value for that field.
Definition: Calculation.idl:95
const short MAXIMUM
returns the largest value from the field.
Definition: Calculation.idl:59
const short DISTINCTCOUNT
returns the number of none repeating values, from the field.
Definition: Calculation.idl:55
const short PERCENTILE
returns the value for a specified percentile in a Number or Currency field.
Definition: Calculation.idl:91
const short NTHMOSTFREQUENT
returns the Nth most commonly occurring value from the field.
Definition: Calculation.idl:79
const short MINIMUM
returns the smallest value from the field.
Definition: Calculation.idl:67
const short AVERAGE
returns the average of a field.
Definition: Calculation.idl:39
const short SAMPLESTANDARDDEVIATION
returns the sample standard deviation for the field.
Definition: Calculation.idl:103
const short WEIGHTEDAVG
returns the weighted average for the field.
Definition: Calculation.idl:115
const short POPVARIANCE
returns the square of the standard deviation.
Definition: Calculation.idl:99
const short PERCENTAGE
returns as a percentage of the grand total summary.
Definition: Calculation.idl:87
const short SAMPLEVARIANCE
returns the sample variance for the field.
Definition: Calculation.idl:107
const short SUM
returns the total of all the values for the field.
Definition: Calculation.idl:111
const short COUNT
counts the number of values, from the field.
Definition: Calculation.idl:47
const short NTHLARGEST
returns the Nth largest value from the field.
Definition: Calculation.idl:75
const short NTHSMALLEST
returns the Nth smallest value from the field.
Definition: Calculation.idl:83
const short COVARIANCE
returns the measure of the linear relation between paired variables.
Definition: Calculation.idl:51
const short MODE
returns the most frequently returning value from the field.
Definition: Calculation.idl:71
Definition: Ambiguous.idl:22
const short MEDIAN
returns the middle value in a sequence of numeric values.
Definition: Calculation.idl:63
const short NONE
returns the average of a field.
Definition: Calculation.idl:35
const short CORRELATION
returns the correlation of two fields.
Definition: Calculation.idl:43