20 #ifndef __com_sun_star_sheet_DataPilotFieldReferenceType_idl__
21 #define __com_sun_star_sheet_DataPilotFieldReferenceType_idl__
24 module com { module sun { module star { module sheet {
30 constants DataPilotFieldReferenceType
const long ITEM_PERCENTAGE_DIFFERENCE
From each result, its reference value is subtracted, and the difference divided by the reference valu...
Definition: DataPilotFieldReferenceType.idl:99
const long ITEM_PERCENTAGE
Each result is divided by its reference value.
Definition: DataPilotFieldReferenceType.idl:88
const long ITEM_DIFFERENCE
From each result, its reference value (see below) is subtracted, and the difference is shown...
Definition: DataPilotFieldReferenceType.idl:72
const long RUNNING_TOTAL
Each result is added to the sum of the results for preceding items in the base field, in the base field's sort order, and the total sum is shown.
Definition: DataPilotFieldReferenceType.idl:114
const long COLUMN_PERCENTAGE
Same as com::sun::star::sheet::DataPilotFieldReferenceType::ROW_PERCENTAGE, but the total for the res...
Definition: DataPilotFieldReferenceType.idl:135
const byte INDEX
Index into palette.
Definition: ColorComponentTag.idl:68
const long ROW_PERCENTAGE
Each result is divided by the total result for its row in the DataPilot table.
Definition: DataPilotFieldReferenceType.idl:129
const long TOTAL_PERCENTAGE
Same as com::sun::star::sheet::DataPilotFieldReferenceType::ROW_PERCENTAGE, but the grand total for t...
Definition: DataPilotFieldReferenceType.idl:141
const short NONE
Definition: AnimationAdditiveMode.idl:52