summaryrefslogtreecommitdiff
path: root/sc/source/core/data/colorscale.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-11weld conditional formattingCaolán McNamara1-2/+9
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-2/+2
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-3/+2
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara1-0/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-15Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky1-0/+30
2018-10-15loplugin:constfields in scNoel Grandin1-1/+1
2018-10-12Conditional formatting: Allow to set the icon set CF via .uno: command.Jan Holesovsky1-2/+2
2018-10-01loplugin:useuniqueptr in ScCondFormatDataNoel Grandin1-10/+9
2018-09-18Don't prematurely cast to sal_uInt8, to avoid UBStephan Bergmann1-1/+1
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2018-07-14add tests for tdf#117809Markus Mohrhard1-0/+5
2018-07-14tdf#117809, listen to the actual conditional format range if necessaryMarkus Mohrhard1-10/+62
2018-05-22tdf#42949 Fix IWYU warnings in sc/inc/formularesult.hxxGabor Kelemen1-0/+1
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+0
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-6/+6
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-07loplugin:constparamsNoel Grandin1-2/+2
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist1-6/+6
2017-10-23loplugin:includeform: scStephan Bergmann1-8/+8
2017-08-24loplugin:constparam in sc part4Noel Grandin1-1/+1
2017-08-22loplugin:constparam in sc part1Noel Grandin1-5/+5
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-06-29no need to manually keep track of listener rangeMarkus Mohrhard1-25/+1
2017-06-28repaint whole range for range based cond formats, tdf#105696Markus Mohrhard1-5/+60
2017-06-27clear the lists with listened cells after we stop listeningMarkus Mohrhard1-0/+1
2017-06-27push the whole range to the cell range listMarkus Mohrhard1-1/+1
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist1-3/+1
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-2/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-04-26remove sc bitmaps from .src filesCaolán McNamara1-30/+31
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-02-23All ScAxisPosition values that meAxisPosition can take on are coveredStephan Bergmann1-1/+4
2017-01-25ScFormulaListener: do not start listening to clipboard or Undo docsEike Rathke1-1/+4
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-10-11loplugin:constantfunctionNoel Grandin1-11/+2
2016-09-27tdf#101104 this paranoid safety check actually causes a bugMarkus Mohrhard1-4/+0
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-08-18Resolves: tdf#101347 conditional formatting super slow on exitCaolán McNamara1-1/+6
2016-08-04save about 50% of the import time for nearly empty ods documentsMarkus Mohrhard1-0/+1
2016-07-22sc: convert SC_CLONECELL_... to typed_flagsJochen Nitschke1-2/+2
2016-05-26loplugin:unusedmethodsNoel Grandin1-8/+0
2016-05-24loplugin:unusedmethods in scNoel Grandin1-35/+0
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-1/+1
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-5/+5
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin1-1/+1
2016-03-27tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis1-42/+12
2016-03-26remove debug functionsMarkus Mohrhard1-17/+0
2016-03-26no need to iterate through all cellsMarkus Mohrhard1-13/+1