summaryrefslogtreecommitdiffstats
path: root/sc/source/core/data/colorscale.cxx
Commit message (Expand)AuthorAgeFilesLines
* crashtesting: negative index seen on loading forum-de3-15472.odsCaolán McNamara2022-09-231-2/+4
* tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen2018-05-221-0/+1
* tdf#42949 Remove unnecessary localization headers from scGabor Kelemen2018-04-161-1/+0
* don't use heap for elements in ScRangeListNoel Grandin2018-03-101-6/+6
* More loplugin:cstylecast: scStephan Bergmann2018-01-121-1/+1
* loplugin:constparamsNoel Grandin2017-12-071-2/+2
* Convert ScFormatEntryType to scoped enumTor Lillqvist2017-11-261-6/+6
* loplugin:includeform: scStephan Bergmann2017-10-231-8/+8
* loplugin:constparam in sc part4Noel Grandin2017-08-241-1/+1
* loplugin:constparam in sc part1Noel Grandin2017-08-221-5/+5
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* no need to manually keep track of listener rangeMarkus Mohrhard2017-06-291-25/+1
* repaint whole range for range based cond formats, tdf#105696Markus Mohrhard2017-06-281-5/+60
* clear the lists with listened cells after we stop listeningMarkus Mohrhard2017-06-271-0/+1
* push the whole range to the cell range listMarkus Mohrhard2017-06-271-1/+1
* Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist2017-06-221-3/+1
* Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist2017-06-071-2/+2
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+1
* remove sc bitmaps from .src filesCaolán McNamara2017-04-261-30/+31
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-251-0/+1
* All ScAxisPosition values that meAxisPosition can take on are coveredStephan Bergmann2017-02-231-1/+4
* ScFormulaListener: do not start listening to clipboard or Undo docsEike Rathke2017-01-251-1/+4
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-1/+1
* loplugin:constantfunctionNoel Grandin2016-10-111-11/+2
* tdf#101104 this paranoid safety check actually causes a bugMarkus Mohrhard2016-09-271-4/+0
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-231-2/+1
* Resolves: tdf#101347 conditional formatting super slow on exitCaolán McNamara2016-08-181-1/+6
* save about 50% of the import time for nearly empty ods documentsMarkus Mohrhard2016-08-041-0/+1
* sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke2016-07-221-2/+2
* loplugin:unusedmethodsNoel Grandin2016-05-261-8/+0
* loplugin:unusedmethods in scNoel Grandin2016-05-241-35/+0
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-191-1/+1
* clang-tidy modernize-loop-convert in scNoel Grandin2016-05-071-5/+5
* clang-tidy performance-unnecessary-value-param in scNoel Grandin2016-04-121-1/+1
* tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis2016-03-271-42/+12
* remove debug functionsMarkus Mohrhard2016-03-261-17/+0
* no need to iterate through all cellsMarkus Mohrhard2016-03-261-13/+1
* switch to a listener based cond format update, tdf#95437Markus Mohrhard2016-03-261-30/+68
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* sc: loplugin:badstaticsMichael Stahl2015-11-171-6/+5
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-131-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-17/+17
* sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-11-091-21/+36
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist2015-10-021-2/+1
* Add missing includeTor Lillqvist2015-10-021-0/+1
* Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist2015-10-021-1/+1
* fix dubious usage of [0] instead of proper dereferencingNoel Grandin2015-08-311-19/+19
* remove some typedef indirectionNoel Grandin2015-08-311-14/+14
* replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha2015-08-311-20/+20