summaryrefslogtreecommitdiff
path: root/sc/source/core/data/colorscale.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-37/+88
2013-07-30Adjust named range references on sheet move.Kohei Yoshida1-1/+2
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-7/+8
2013-07-24Use RefUpdateContext to stuff all parameters for UpdateReference.Kohei Yoshida1-5/+12
2013-06-29no need to have this class in the header fileMarkus Mohrhard1-0/+18
2013-06-29allow these cond formats to be updated when formula val changes,fdo#64401Markus Mohrhard1-3/+151
2013-06-24ScFormulaCell is no longer a child class of ScBaseCell.Kohei Yoshida1-2/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Reduce calls to ScDocument::GetCell().Kohei Yoshida1-4/+4
2013-03-24we can stop the loop as soon as we found somethingMarkus Mohrhard1-0/+1
2013-03-23remove the code for this old test conceptMarkus Mohrhard1-100/+0
2013-03-22we need to copy the formula cell as wellMarkus Mohrhard1-0/+7
2013-02-17coverity: fix memory leakMarkus Mohrhard1-2/+2
2013-02-14use >= as mentioned in the UI, fdo#60798Markus Mohrhard1-2/+2
2013-01-27prevent some unnecessary cycles for large cond format rangesMarkus Mohrhard1-2/+14
2013-01-27we need to use SCROW for row numbers, fdo#59894Markus Mohrhard1-1/+1
2013-01-15the first icon in an icon set should be the negative oneMarkus Mohrhard1-1/+1
2013-01-15also support showing the icons in reverse orderMarkus Mohrhard1-1/+7
2013-01-15support to hide the cell value when using icon setsMarkus Mohrhard1-0/+1
2013-01-15Revert "fix icon set rendering information creation, fdo#58610"Markus Mohrhard1-0/+1
2013-01-12fix icon set rendering information creation, fdo#58610Markus Mohrhard1-1/+0
2012-12-15it is only important if one entry forces an updateMarkus Mohrhard1-4/+2
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard1-0/+129
2012-11-28prevent some nasty ScRangeList->ScRange->ScRangeList conversionMarkus Mohrhard1-13/+2
2012-11-12implement the missing icon-setsMarkus Mohrhard1-1/+1
2012-10-30implement basic support for icon setsMarkus Mohrhard1-0/+210
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard1-10/+3
2012-10-02simplify and speed up color format renderingMarkus Mohrhard1-133/+73
2012-09-23bool to sal_Bool for rtl::OUStringBuffer::appendMarkus Mohrhard1-1/+1
2012-09-23WaE unused parameterMarkus Mohrhard1-3/+2
2012-09-23SCCOL and SCTAB to sal_Int32Markus Mohrhard1-1/+1
2012-09-23int to sal_Int32Markus Mohrhard1-2/+2
2012-09-23improve the dump code for cond formatsMarkus Mohrhard1-6/+48
2012-08-14warning C4702: unreachable codeStephan Bergmann1-2/+0
2012-08-14implement dumper for new cond format testMarkus Mohrhard1-0/+50
2012-08-13copied color scale formulas also need to listen to the new documentMarkus Mohrhard1-0/+1
2012-08-13percent and percentile also are relative to the area valuesMarkus Mohrhard1-2/+2
2012-08-13calculate percentile for upper data bar limit correctlyMarkus Mohrhard1-1/+1
2012-08-13implement AutoMin and AutoMax, fdo#50462Markus Mohrhard1-2/+15
2012-08-13use an enum instead of several flagsMarkus Mohrhard1-120/+85
2012-06-27support colored axis in data barsMarkus Mohrhard1-0/+1
2012-06-12small improvements to data bar dialogMarkus Mohrhard1-0/+9
2012-06-11use the result of the dialog and apply it to the documentMarkus Mohrhard1-0/+25
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-153/+19
2012-06-11integrate 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