summaryrefslogtreecommitdiff
path: root/sc/source/core/data/conditio.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-03-27return unique_ptr in CreateFlatCopiedTokenArrayNoel Grandin1-6/+6
2019-02-11ScConditionalFormatList, don't use linear searchNoel Grandin1-20/+10
2019-02-09Simplify containers iterations in sc/source/core/data/[b-d].cxxArkadiy Illarionov1-85/+78
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin1-5/+5
2019-01-10pass ScTokenArray around by unique_ptrNoel Grandin1-4/+4
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-5/+0
2018-10-15Introduce and use ScConditionalFormatList::empty() instead of size()Eike Rathke1-0/+5
2018-10-01loplugin:useuniqueptr in ScCondFormatDataNoel Grandin1-2/+10
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-16/+0
2018-08-22Resolves: tdf#119402 +- typo sign flipEike Rathke1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-14tdf#91385, recalc cond format formulas during hard recalcMarkus Mohrhard1-0/+33
2018-07-14tdf#117809, listen to the actual conditional format range if necessaryMarkus Mohrhard1-0/+5
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti1-0/+3
2018-03-13loplugin:useuniqueptr in ScConditionEntryNoel Grandin1-50/+45
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-33/+29
2018-03-02forcepoint #15 notify FormatsContext if Format deletedCaolán McNamara1-1/+3
2018-01-25CheckLinkFormulaNeedingCheck() for .ods conditional format expressionsEike Rathke1-0/+6
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-1/+1
2017-12-12Fix unnecessary wrong downcastStephan Bergmann1-1/+1
2017-12-11tdf#95295: don't add duplicate conditional formatsMike Kaganski1-45/+33
2017-12-01Remove nonsensical loopMike Kaganski1-3/+2
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist1-0/+19
2017-11-28Do as the FIXME suggestedTor Lillqvist1-16/+1
2017-11-28Factor out a code snippet copy-pasted four timesTor Lillqvist1-76/+30
2017-11-27Bin confusing comment, there is no lcl_ScDocFunc_CreateTokenArrayXMLTor Lillqvist1-2/+0
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist1-12/+12
2017-11-25Avoid a trivial typedefTor Lillqvist1-13/+13
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-81/+81
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-11-23TypedWhichId for sc constantsNoel Grandin1-1/+2
2017-10-23loplugin:includeform: scStephan Bergmann1-16/+16
2017-08-22loplugin:constparam in sc part1Noel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-4/+2
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-21Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke1-1/+1
2017-07-19Avoid temporary Date and normalizationEike Rathke1-6/+6
2017-07-19Don't calculate GetDayOfWeek() thriceEike Rathke1-25/+35
2017-07-19Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke1-8/+8
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-06-27fix conditional format source position during insert/deleting tabs, tdf#107289Markus Mohrhard1-1/+3
2017-06-22Introduce a range-based iterator for 'references' in a FormulaTokenArrayTor Lillqvist1-3/+1
2017-06-13Use FormulaTokenArray::FirstToken() in more placesTor Lillqvist1-4/+4
2017-06-07Take new FormulaTokenArrayPlainIterator into use in a couple more placesTor Lillqvist1-4/+4
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke1-4/+2
2017-05-15tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman1-2/+2
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-8/+2
2017-04-12tag ScAddress and friends with SAL_WARN_UNUSEDNoel Grandin1-1/+0