summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/condformatuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-2/+2
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara1-6/+6
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-29/+29
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-29/+29
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: scStephan Bergmann1-6/+6
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-14/+14
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+4
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-12/+12
2019-08-12Mark Sequence const in scArkadiy Illarionov1-2/+2
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov1-4/+4
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen1-1/+0
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse1-0/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-2/+2
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin1-2/+2
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov1-5/+7
2018-10-18loplugin:staticvar in scNoel Grandin1-21/+21
2018-10-15loplugin:constfields in scNoel Grandin1-14/+14
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-03-07use more Color in scNoel Grandin1-8/+5
2018-02-28convert COL_ constants to be of type ColorNoel Grandin1-3/+3
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-3/+3
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist1-5/+5
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-27/+27
2017-10-23loplugin:includeform: scStephan Bergmann1-12/+12
2017-09-22loplugin:flatten in pyuno..scNoel Grandin1-52/+45
2017-08-25loplugin:constparam in sc part6Noel Grandin1-1/+1
2017-05-18tdf#107920: Crash when using ScCompiler in condformatJulien Nabet1-0/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-05tdf#39468 Translate German commentsJens Carl1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-113/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-13/+13
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-51/+51
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-01-10Fix typosAndrea Gelmini1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+4
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-1/+1
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-04-03document a few missing piecesMarkus Mohrhard1-0/+7
2015-04-03first part for correct handling of new cond format entriesMarkus Mohrhard1-1/+35
2015-04-03correct implementationMarkus Mohrhard1-7/+26
2015-04-03rename UNO API method for cond formatMarkus Mohrhard1-5/+1
2015-04-02-Werror,-Wdeprecated-declarationsStephan Bergmann1-1/+1