summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/datauno.cxx
AgeCommit message (Expand)Author
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-09loplugin:indentation in scNoel Grandin
2019-01-13tdf#39468 Translate German commentJens Carl
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-06-26loplugin:useuniqueptr in ScConsolidateParamNoel Grandin
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-26loplugin:flatten in scNoel Grandin
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-09-02make sure parent element is staying aroundMarkus Mohrhard
2017-07-03Translate German comments and debug strings (leftovers in dirs sal to sc)Johnny_M
2017-06-26loplugin:oncevar in scNoel Grandin
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin
2017-05-10loplugin:checkunusedparams in sc(part4)Noel Grandin
2017-04-10tdf#39468 Translate German commentsJens Carl
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin
2017-02-10convert SearchParam::SearchType to scoped enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai
2016-11-22[API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-11tdf#88205 use list ctor for uno::Sequence<OUString> in scJochen Nitschke
2016-08-25convert DataAccessDescriptorProperty to scoped enumNoel Grandin
2016-06-06remove some manual ref-countingNoel Grandin
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-05-24Revert "remove some manual ref-counting"Noel Grandin
2016-05-24remove some manual ref-countingNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-02-19change all bool bRegExp to utl::SearchParam::SearchType enum, tdf#72196Eike Rathke
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-12-22loplugin:unusedfields in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-13replace boost::ptr_container with std::container<std::unique_ptr>Derrick Rocha
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-23handle ContainsHeader property at database rangeEike Rathke