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 WEIGHTEDAVG
returns the weighted average for the field.
Definition: Calculation.idl:115
const short MINIMUM
returns the smallest value from the field.
Definition: Calculation.idl:67
const short COVARIANCE
returns the measure of the linear relation between paired variables.
Definition: Calculation.idl:51
const short SAMPLESTANDARDDEVIATION
returns the sample standard deviation for the field.
Definition: Calculation.idl:103
const short COUNT
New values may be inserted here if locale data provides them.
Definition: LocaleItem.idl:81
const short SUM
Definition: AnimationAdditiveMode.idl:40
const short PERCENTAGE
returns as a percentage of the grand total summary.
Definition: Calculation.idl:87
const short MEDIAN
returns the middle value in a sequence of numeric values.
Definition: Calculation.idl:63
const short DISTINCTCOUNT
returns the number of none repeating values, from the field.
Definition: Calculation.idl:55
const short NTHMOSTFREQUENT
returns the Nth most commonly occurring value from the field.
Definition: Calculation.idl:79
const short SAMPLEVARIANCE
returns the sample variance for the field.
Definition: Calculation.idl:107
const short MODE
returns the most frequently returning value from the field.
Definition: Calculation.idl:71
const short PERCENTILE
returns the value for a specified percentile in a Number or Currency field.
Definition: Calculation.idl:91
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 NONE
Definition: AnimationAdditiveMode.idl:52
const short MAXIMUM
returns the largest value from the field.
Definition: Calculation.idl:59
const short CORRELATION
returns the correlation of two fields.
Definition: Calculation.idl:43
const short POPVARIANCE
returns the square of the standard deviation.
Definition: Calculation.idl:99
const short NTHSMALLEST
returns the Nth smallest value from the field.
Definition: Calculation.idl:83
const short AVERAGE
returns the average of a field.
Definition: Calculation.idl:39
const short NTHLARGEST
returns the Nth largest value from the field.
Definition: Calculation.idl:75