summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/condformatuno.cxx
AgeCommit message (Expand)Author
2021-10-30Prepare for removal of non-const operator[] from Sequence in scMike Kaganski
2021-06-11Simplify Sequences initializations (sc)Julien Nabet
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-01-16make the Color constructors explicitly specify transparencyNoel
2020-10-26std::unique_ptr -> std::optionalNoel
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-10-18loplugin:staticvar in scNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-07use more Color in scNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-05-18tdf#107920: Crash when using ScCompiler in condformatJulien Nabet
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
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-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-06-23Drop duplicate #includesTakeshi Abe