summaryrefslogtreecommitdiff
path: root/sc/source/core/data/colorscale.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-2/+2
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-3/+3
2014-06-25remove whitespaceMarkus Mohrhard1-4/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-29the safety check was a bit too strict, fdo#77984Markus Mohrhard1-1/+1
2014-04-02coverity#738787 Uninitialized pointer fieldCaolán McNamara1-2/+3
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-2/+2
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-27coverity#1187670 Dereference null return valueCaolán McNamara1-4/+8
2014-02-27remove unused code ScColorScaleEntry::UpdateMoveTab(short, short, short)Noel Grandin1-10/+0
2013-09-11Don't forget assignment operators.Kohei Yoshida1-2/+2
2013-09-11add yellow smilies to icon setsMarkus Mohrhard1-2/+8
2013-09-11add colored smilies to the icon sets, fdo#60107Markus Mohrhard1-0/+6
2013-08-15Mark as constTakeshi Abe1-18/+18
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