20#ifndef __com_sun_star_sheet_DataPilotFieldReferenceType_idl__
21#define __com_sun_star_sheet_DataPilotFieldReferenceType_idl__
24module
com { module sun { module star { module sheet {
30constants DataPilotFieldReferenceType
151 const long INDEX = 8;
const long RUNNING_TOTAL
Each result is added to the sum of the results for preceding items in the base field,...
Definition DataPilotFieldReferenceType.idl:114
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 COLUMN_PERCENTAGE
Same as com::sun::star::sheet::DataPilotFieldReferenceType::ROW_PERCENTAGE, but the total for the res...
Definition DataPilotFieldReferenceType.idl:135
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 long ITEM_PERCENTAGE
Each result is divided by its reference value.
Definition DataPilotFieldReferenceType.idl:88
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
Definition Ambiguous.idl:22