summaryrefslogtreecommitdiff
path: root/sc/inc/conditio.hxx
AgeCommit message (Expand)Author
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
2016-04-14loplugin:passstuffbyref in scNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in scNoel Grandin
2016-04-05tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo
2016-03-26fix indentationMarkus Mohrhard
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-05Revert "Time wraparound validation feature"Markus Mohrhard
2016-01-05Time wraparound validation featureBenjamin Ni
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke
2015-03-30implement one more methodMarkus Mohrhard