summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat/colorformat.cxx
AgeCommit message (Expand)Author
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-08-23convert message box style bits to scoped enumNoel Grandin
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud
2016-11-04unify color selectorsCaolán McNamara
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-09-04loplugin:passstuffbyrefStephan Bergmann
2015-09-04tdf#91501: Add data bar colour to the list if not there yetKatarina Behrens
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-05-14now we also support axis min length and max length for middleMarkus Mohrhard
2015-04-10More calc fixing.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09tdf#89199: UI option to show data bar only (no values)Katarina Behrens
2015-04-03sc: no need to pass these by valueMiklos Vajna
2015-04-03use correct double to string functionsMarkus Mohrhard
2015-04-03added UI part for minLength and maxLength databar property, tdf#90197Benjamin Ni
2015-02-03tdf#87356: Enable switching between gradient and solid fill data barKatarina Behrens
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-14coverity#735315 Unchecked return valueCaolán McNamara
2014-10-04coverity#1242369: Unchecked return valueNorbert Thiebaud
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-11-27Converted data bar options dialog to .uiKatarina Behrens
2013-11-27Converted data bar options dialog to .uiKatarina Behrens
2013-11-27Converted data bar options dialog to .uiKatarina Behrens
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2012-12-29Some cppcheck cleaningJulien Nabet
2012-12-15COLORSCALE_AUTO needs special handlingMarkus Mohrhard
2012-10-27unusedcode: sc: unused ctorsMatúš Kukan
2012-10-10also support formulas in the data bar dialogMarkus Mohrhard
2012-10-10adapt indexes in databar dlgMarkus Mohrhard
2012-10-10unify the list box entry handling a bitMarkus Mohrhard
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard
2012-08-13implement the ui part for AutoMin and AutoMax, related fdo#50462Markus Mohrhard
2012-08-13use an enum instead of several flagsMarkus Mohrhard
2012-07-16use correct value to check for min and max, fdo#51831Markus Mohrhard
2012-07-08fix layout issue on Data Bar dialogAndras Timar