21 module
com { module sun { module star { module sheet {
27 constants DataPilotFieldReferenceType
const long INDEX
The row and column totals and the grand total, following the same rules as above, are used to calcula...
Definition: DataPilotFieldReferenceType.idl:148
Definition: Ambiguous.idl:20
const long NONE
This type means, that the results in the data fields are displayed like they are. ...
Definition: DataPilotFieldReferenceType.idl:32
const long ITEM_PERCENTAGE_DIFFERENCE
From each result, its reference value is subtracted, and the difference divided by the reference valu...
Definition: DataPilotFieldReferenceType.idl:96
const long ITEM_PERCENTAGE
Each result is divided by its reference value.
Definition: DataPilotFieldReferenceType.idl:85
const long ITEM_DIFFERENCE
From each result, its reference value (see below) is subtracted, and the difference is shown...
Definition: DataPilotFieldReferenceType.idl:69
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:111
const long COLUMN_PERCENTAGE
Same as com::sun::star::sheet::DataPilotFieldReferenceType::ROW_PERCENTAGE, but the total for the res...
Definition: DataPilotFieldReferenceType.idl:132
const long ROW_PERCENTAGE
Each result is divided by the total result for its row in the DataPilot table.
Definition: DataPilotFieldReferenceType.idl:126
const long TOTAL_PERCENTAGE
Same as com::sun::star::sheet::DataPilotFieldReferenceType::ROW_PERCENTAGE, but the grand total for t...
Definition: DataPilotFieldReferenceType.idl:138