summaryrefslogtreecommitdiff
path: root/sc/inc/colorscale.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-13export color scales to xlsxMarkus Mohrhard1-1/+4
2012-05-12add color scales to copy documentMarkus Mohrhard1-0/+3
2012-05-11update references in color scalesMarkus Mohrhard1-0/+2
2012-05-11we need to update the formulas now tooMarkus Mohrhard1-0/+1
2012-05-11repaint for every change when using formulas in color scalesMarkus Mohrhard1-0/+1
2012-05-11add formula input to color scalesMarkus Mohrhard1-0/+10
2012-05-11update the color scales when moving tabsMarkus Mohrhard1-0/+2
2012-05-11repaint color scale range if min/max changedMarkus Mohrhard1-0/+5
2012-05-10finally support min/max and percentile in color scalesMarkus Mohrhard1-1/+2
2012-05-10first part for min/max in color scalesMarkus Mohrhard1-1/+17
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard1-0/+2
2012-05-09import color scales from xlsxMarkus Mohrhard1-2/+4
2012-05-09add initial code for color scalesMarkus Mohrhard1-0/+89