summaryrefslogtreecommitdiff
path: root/sc/source/core/data/colorscale.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard1-30/+68
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-17sc: loplugin:badstaticsMichael Stahl1-6/+5
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-21/+36
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-2/+1
2015-10-02Add missing includeTor Lillqvist1-0/+1
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-1/+1
2015-08-31fix dubious usage of [0] instead of proper dereferencingNoel Grandin1-19/+19
2015-08-31remove some typedef indirectionNoel Grandin1-14/+14
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha1-20/+20
2015-07-30loplugin:unusedmethodsNoel Grandin1-23/+0
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-44/+0
2015-05-17a few more databar length fixesMarkus Mohrhard1-4/+4
2015-05-17more databar length bugs fixedMarkus Mohrhard1-2/+4
2015-05-17extract code into own methodMarkus Mohrhard1-1/+1
2015-05-17another databar length calculation bugMarkus Mohrhard1-0/+2
2015-05-17fix incorrect databar length calculationMarkus Mohrhard1-11/+8
2015-05-17little refactoring in databar codeMarkus Mohrhard1-48/+46
2015-05-16add missing OOXML icon sets, tdf#69095Markus Mohrhard1-1/+21
2015-05-15support custom iconSet collectionsMarkus Mohrhard1-2/+19
2015-05-14fixes and improvements for databar length calculationMarkus Mohrhard1-13/+30
2015-04-16add test for tdf#90511Markus Mohrhard1-0/+8
2015-04-03sc: -Werror,-Wunused-variableMiklos Vajna1-1/+1
2015-04-03first part for correct handling of new cond format entriesMarkus Mohrhard1-24/+61
2015-03-30add color scale entriesMarkus Mohrhard1-0/+8
2015-03-30more code for conditional format APIMarkus Mohrhard1-0/+16
2015-03-24add minLength and maxLength support to databarsMarkus Mohrhard1-3/+5
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