summaryrefslogtreecommitdiff
path: root/sc/inc/conditio.hxx
AgeCommit message (Expand)Author
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-24some places where ScDocument* is never passed a nullptrCaolán McNamara
2020-09-15ScCondFormatEntry ScDocument* arg always dereferencedCaolán McNamara
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-01loplugin:finalclasses in sc/incNoel Grandin
2019-07-09tdf#42949 Fix IWYU warnings in sc/incGabor Kelemen
2019-07-08sc: the type is not Data, but DateTakeshi Abe
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-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2018-11-15loplugin:staticmethods in scNoel Grandin
2018-10-15Introduce and use ScConditionalFormatList::empty() instead of size()Eike Rathke
2018-10-01loplugin:useuniqueptr in ScCondFormatDataNoel Grandin
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-05-25tdf#42949 Fix IWYU warnings in sc/inc/[gh]*Gabor Kelemen
2018-05-08tdf#42949 Fix IWYU warnings in sc/inc/[bc]*Gabor Kelemen
2018-03-13loplugin:useuniqueptr in ScConditionEntryNoel Grandin
2018-03-03Fix typoAndrea Gelmini
2018-03-02forcepoint #15 notify FormatsContext if Format deletedCaolán McNamara
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin
2017-12-11tdf#95295: don't add duplicate conditional formatsMike Kaganski
2017-11-30Deduplicate conditional formats loaded from .odsTor Lillqvist
2017-11-28Factor out a code snippet copy-pasted four timesTor Lillqvist
2017-11-28The aStrNmsp[12] fields can be constTor Lillqvist
2017-11-27The eTempGrammar[12] fields can be constTor Lillqvist
2017-11-26Add debug output operator<< for ScFormatEntry::TypeTor Lillqvist
2017-11-26Add debug output operator<< for ScConditionModeTor 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-08-22loplugin:constparam in sc part1Noel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-06-29no need to manually keep track of listener rangeMarkus Mohrhard
2017-04-08support undo of whole conditional format list, tdf#95617Markus Mohrhard
2017-04-03use actual UNO enums in scNoel Grandin
2017-01-25loplugin: unnecessary destructor scNoel Grandin
2016-09-18extract the code to get the max key id to own methodMarkus Mohrhard
2016-09-14loplugin:constantparamNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in scNoel Grandin
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin
2016-07-25new loplugin overrideparamNoel Grandin
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-04-25be explicit about what it does, CreateFlatCopiedTokenArray()Eike Rathke