summaryrefslogtreecommitdiff
path: root/sc/inc/conditio.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC1-4/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara1-1/+1
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara1-2/+2
2020-09-15ScCondFormatEntry ScDocument* arg always dereferencedCaolán McNamara1-4/+4
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara1-5/+5
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-11-01loplugin:finalclasses in sc/incNoel Grandin1-4/+4
2019-07-09tdf#42949 Fix IWYU warnings in sc/incGabor Kelemen1-1/+0
2019-07-08sc: the type is not Data, but DateTakeshi Abe1-1/+1
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse1-4/+14
2019-03-27return unique_ptr in CreateFlatCopiedTokenArrayNoel Grandin1-1/+1
2019-02-11ScConditionalFormatList, don't use linear searchNoel Grandin1-1/+19
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin1-2/+2
2018-11-15loplugin:staticmethods in scNoel Grandin1-1/+1
2018-10-15Introduce and use ScConditionalFormatList::empty() instead of size()Eike Rathke1-0/+1
2018-10-01loplugin:useuniqueptr in ScCondFormatDataNoel Grandin1-9/+9
2018-07-14tdf#91385, recalc cond format formulas during hard recalcMarkus Mohrhard1-0/+7
2018-07-14tdf#117809, listen to the actual conditional format range if necessaryMarkus Mohrhard1-0/+5
2018-05-25tdf#42949 Fix IWYU warnings in sc/inc/[gh]*Gabor Kelemen1-0/+2
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen1-2/+0
2018-03-13loplugin:useuniqueptr in ScConditionEntryNoel Grandin1-5/+5
2018-03-03Fix typoAndrea Gelmini1-1/+1
2018-03-02forcepoint #15 notify FormatsContext if Format deletedCaolán McNamara1-2/+4
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-2/+2
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin1-1/+1
2017-12-11tdf#95295: don't add duplicate conditional formatsMike Kaganski1-7/+4
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist1-0/+3
2017-11-28Factor out a code snippet copy-pasted four timesTor Lillqvist1-0/+5
2017-11-28The aStrNmsp[12] fields can be constTor Lillqvist1-2/+2
2017-11-27The eTempGrammar[12] fields can be constTor Lillqvist1-2/+2
2017-11-26Add debug output operator<< for ScFormatEntry::TypeTor Lillqvist1-0/+27
2017-11-26Add debug output operator<< for ScConditionModeTor Lillqvist1-0/+92
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist1-17/+12
2017-11-25Avoid a trivial typedefTor Lillqvist1-2/+1
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-27/+27
2017-11-24consistently use sal_uInt32 for number formats in scNoel Grandin1-1/+1
2017-08-22loplugin:constparam in sc part1Noel Grandin1-2/+2
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-06-29no need to manually keep track of listener rangeMarkus Mohrhard1-1/+0
2017-04-08support undo of whole conditional format list, tdf#95617Markus Mohrhard1-0/+5
2017-04-03use actual UNO enums in scNoel Grandin1-1/+2
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2016-09-18extract the code to get the max key id to own methodMarkus Mohrhard1-0/+2
2016-09-14loplugin:constantparamNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-3/+3
2016-09-10loplugin:constantparam in scNoel Grandin1-2/+2
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-4/+4
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1