summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-24add minLength and maxLength support to databarsMarkus Mohrhard1-0/+14
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-27/+27
2014-02-27remove unused code ScColorScaleEntry::UpdateMoveTab(short, short, short)Noel Grandin1-1/+0
2014-02-17coverity#984132 Uninitialized scalar fieldNorbert Thiebaud1-1/+3
2013-09-11add yellow smilies to icon setsMarkus Mohrhard1-1/+2
2013-09-11add colored smilies to the icon sets, fdo#60107Markus Mohrhard1-0/+1
2013-07-30Rework reference update in conditional formatting and cell validation.Kohei Yoshida1-11/+16
2013-07-24Properly handle optional edge expansion of referenced ranges.Kohei Yoshida1-1/+1
2013-06-29no need to have this class in the header fileMarkus Mohrhard1-18/+1
2013-06-29allow these cond formats to be updated when formula val changes,fdo#64401Markus Mohrhard1-1/+34
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-2/+2
2013-03-23fix spelling errorMarkus Mohrhard1-2/+2
2013-03-23remove the code for this old test conceptMarkus Mohrhard1-13/+0
2013-01-15also support showing the icons in reverse orderMarkus Mohrhard1-1/+6
2013-01-15support to hide the cell value when using icon setsMarkus Mohrhard1-0/+4
2012-12-02initial support for icon sets in the dialogMarkus Mohrhard1-0/+2
2012-10-30export icon set data into OOXMLMarkus Mohrhard1-8/+8
2012-10-30implement basic support for icon setsMarkus Mohrhard1-0/+75
2012-10-10unify the list box entry handling a bitMarkus Mohrhard1-3/+6
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard1-2/+1
2012-10-02simplify and speed up color format renderingMarkus Mohrhard1-1/+15
2012-09-23improve the dump code for cond formatsMarkus Mohrhard1-2/+6
2012-08-23support export of databar information to extlst for excel2010Markus Mohrhard1-0/+5
2012-08-14implement dumper for new cond format testMarkus Mohrhard1-0/+8
2012-08-13implement AutoMin and AutoMax, fdo#50462Markus Mohrhard1-1/+3
2012-08-13use an enum instead of several flagsMarkus Mohrhard1-14/+13
2012-06-27support colored axis in data barsMarkus Mohrhard1-0/+7
2012-06-12small improvements to data bar dialogMarkus Mohrhard1-0/+2
2012-06-12seems like windows does not like thatMarkus Mohrhard1-1/+1
2012-06-12need to export all symbols for color formatsMarkus Mohrhard1-2/+2
2012-06-11use the result of the dialog and apply it to the documentMarkus Mohrhard1-0/+5
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-37/+16
2012-06-11integrate color formats into conditional formatsMarkus Mohrhard1-18/+7
2012-06-05drop some unused codeCaolán McNamara1-2/+1
2012-05-25import new conditional format informationMarkus Mohrhard1-0/+1
2012-05-24first part for databar exportMarkus Mohrhard1-0/+1
2012-05-23WaE: MSVC2008 C4099 class/structCaolán McNamara1-1/+1
2012-05-21initial support for percentile in data bars/color scalesMarkus Mohrhard1-0/+8
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard1-1/+7
2012-05-21support fixed axis in the middle of the cellMarkus Mohrhard1-2/+14
2012-05-18correctly get the min value and the max value for data barsMarkus Mohrhard1-0/+3
2012-05-18MSVC needs new_clone for abstract class in ptr_vectorMarkus Mohrhard1-0/+7
2012-05-18prevent the creation of a default copy c'torMarkus Mohrhard1-0/+1
2012-05-18implement databars in the coreMarkus Mohrhard1-7/+48
2012-05-18restructure colorscale code a bit to allow adding databarsMarkus Mohrhard1-16/+70