summaryrefslogtreecommitdiff
path: root/sc/source/core/data/colorscale.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-08-13correctly calculate percentile for upper data bar limitMarkus Mohrhard1-2/+2
2012-06-27support colored axis in data barsMarkus Mohrhard1-0/+1
2012-06-15small improvements to data bar dialogMarkus Mohrhard1-0/+9
2012-06-15use the result of the dialog and apply it to the documentMarkus Mohrhard1-0/+25
2012-06-15adjust import/export code to merged conditional formatsMarkus Mohrhard1-153/+19
2012-06-15integrate color formats into conditional formatsMarkus Mohrhard1-7/+19
2012-06-05drop some unused codeCaolán McNamara1-8/+0
2012-05-25import new conditional format informationMarkus Mohrhard1-0/+11
2012-05-24first part for databar exportMarkus Mohrhard1-0/+5
2012-05-21initial support for percentile in data bars/color scalesMarkus Mohrhard1-12/+94
2012-05-21this needs to be the upper limitMarkus Mohrhard1-2/+2
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard1-0/+1
2012-05-21support fixed axis in the middle of the cellMarkus Mohrhard1-8/+25
2012-05-18Light red is better as default color for negative valuesMarkus Mohrhard1-1/+1
2012-05-18correctly get the min value and the max value for data barsMarkus Mohrhard1-24/+63
2012-05-18update data bars correctlyMarkus Mohrhard1-7/+58
2012-05-18paint gradients in data barsMarkus Mohrhard1-0/+2
2012-05-18implement databars in the coreMarkus Mohrhard1-0/+130
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard1-16/+43
2012-05-14formulas in color scales should not be changed to external referencesMarkus Mohrhard1-1/+1
2012-05-14fix crash in ScColorScaleEntry's c'torMarkus Mohrhard1-2/+6
2012-05-13export color scales to xlsxMarkus Mohrhard1-0/+15
2012-05-12add color scales to copy documentMarkus Mohrhard1-0/+29
2012-05-11update references in color scalesMarkus Mohrhard1-0/+29
2012-05-11we need to update the formulas now tooMarkus Mohrhard1-0/+22
2012-05-11repaint for every change when using formulas in color scalesMarkus Mohrhard1-0/+11
2012-05-11add formula input to color scalesMarkus Mohrhard1-5/+25
2012-05-11update the color scales when moving tabsMarkus Mohrhard1-0/+40
2012-05-11repaint color scale range if min/max changedMarkus Mohrhard1-0/+37
2012-05-11calculate color for color scales with more than 2 entries correctlyMarkus Mohrhard1-2/+1
2012-05-10finally support min/max and percentile in color scalesMarkus Mohrhard1-10/+43
2012-05-10first part for min/max in color scalesMarkus Mohrhard1-0/+150
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard1-2/+8
2012-05-09index is 1-based in this caseMarkus Mohrhard1-2/+3
2012-05-09import color scales from xlsxMarkus Mohrhard1-0/+10
2012-05-09add initial code for color scalesMarkus Mohrhard1-0/+174