summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
AgeCommit message (Expand)Author
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin
2019-10-01loplugin:stringadd in scNoel Grandin
2019-07-16cid#1448390 Uninitialized scalar fieldCaolán McNamara
2019-06-26Resolves: tdf#117899 update condition entries' source position on inter-copyEike Rathke
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse
2019-03-27return unique_ptr in CreateFlatCopiedTokenArrayNoel Grandin
2019-02-11ScConditionalFormatList, don't use linear searchNoel Grandin
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen
2018-10-15Introduce and use ScConditionalFormatList::empty() instead of size()Eike Rathke
2018-10-01loplugin:useuniqueptr in ScCondFormatDataNoel Grandin
2018-09-10loplugin:simplifyconstruct in scNoel Grandin
2018-08-22Resolves: tdf#119402 +- typo sign flipEike Rathke
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-14tdf#91385, recalc cond format formulas during hard recalcMarkus Mohrhard
2018-07-14tdf#117809, listen to the actual conditional format range if necessaryMarkus Mohrhard
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti
2018-03-13loplugin:useuniqueptr in ScConditionEntryNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-02forcepoint #15 notify FormatsContext if Format deletedCaolán McNamara
2018-01-25CheckLinkFormulaNeedingCheck() for .ods conditional format expressionsEike Rathke
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2017-12-12Fix unnecessary wrong downcastStephan Bergmann
2017-12-11tdf#95295: don't add duplicate conditional formatsMike Kaganski
2017-12-01Remove nonsensical loopMike Kaganski
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist
2017-11-28Do as the FIXME suggestedTor Lillqvist
2017-11-28Factor out a code snippet copy-pasted four timesTor Lillqvist
2017-11-27Bin confusing comment, there is no lcl_ScDocFunc_CreateTokenArrayXMLTor Lillqvist
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-25Avoid a trivial typedefTor Lillqvist
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin
2017-11-23TypedWhichId for sc constantsNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-22loplugin:constparam in sc part1Noel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke
2017-07-19Avoid temporary Date and normalizationEike Rathke
2017-07-19Don't calculate GetDayOfWeek() thriceEike Rathke
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-06-27fix conditional format source position during insert/deleting tabs, tdf#107289Markus Mohrhard
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist
2017-06-13Use FormulaTokenArray::FirstToken() in more placesTor Lillqvist