summaryrefslogtreecommitdiff
path: root/sc/inc/conditio.hxx
AgeCommit message (Expand)Author
2024-08-15tdf#162475 sc: added date condition option in conditional format manage dialogPranam Lashkari
2024-05-13tdf#157657 - sc: add option to make data validity case-sensitiveBalazs Varga
2024-04-27reduce symbol visibility in scNoel Grandin
2024-02-19hide more symbolsNoel Grandin
2024-01-15sc: condfmt-perf: use a shared cache that...Dennis Francis
2023-09-20Fix typoAndrea Gelmini
2023-09-18Schedule conditional formating repaint after filtering is completedSzymon Kłos
2023-05-31tdf#155321 sc: fix color of the highest value on percentile color scaleTibor Nagy
2023-05-17tdf#154477: sc: add "updateValues" method to conditional format listHenry Castro
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
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