summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dapiuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Deduplicate some codeMike Kaganski1-54/+24
2019-04-22tdf#124883: don't drop data field names on importMike Kaganski1-0/+8
2019-03-04simplify UNO getTypes methodsNoel Grandin1-2/+1
2019-02-09loplugin:indentation in scNoel Grandin1-2/+2
2019-02-02Remove obsolete TODO commentsJens Carl1-3/+0
2019-02-02Add some commentsJens Carl1-0/+4
2019-01-29use unique_ptr in ScDataPilotFieldObjNoel Grandin1-5/+5
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov1-6/+7
2018-11-22improve function-local statics in scNoel Grandin1-27/+16
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-3/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen1-0/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-1/+6
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-1/+2
2018-03-28use boost::optional in sc and svgioNoel Grandin1-2/+2
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-7/+2
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin1-4/+4
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann1-1/+0
2018-01-18Fix Android build (missing std::trunc)Stephan Bergmann1-0/+1
2018-01-18Odd conversion double -> sal_Int32 -> doubleStephan Bergmann1-1/+3
2018-01-15More loplugin:cstylecast: scStephan Bergmann1-5/+3
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-10-26More loplugin:unnecessaryparenStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-19/+19
2017-10-18use rtl::Reference in sc/../uno/*Noel Grandin1-35/+26
2017-09-22loplugin:flatten in pyuno..scNoel Grandin1-13/+11
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-1/+1
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin1-1/+1
2017-07-03use begin()/end() when working with SequenceNoel Grandin1-1/+1
2017-06-26loplugin:oncevar in scNoel Grandin1-2/+1
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin1-11/+8
2017-05-06coverity#1403661 try to silence 'Mixing enum types'Caolán McNamara1-1/+2
2017-04-06Fix typosAndrea Gelmini1-1/+1
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-1/+1
2017-04-03use actual UNO enums in scNoel Grandin1-3/+3
2017-03-29Translate some German comments in scKatarina Behrens1-6/+6
2017-03-15introduce ScGeneralFunction scoped enumNoel Grandin1-40/+46
2017-03-03tdf#42982 improve error reporting in sc unoobjAlex P1-68/+72
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-6/+6
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-122/+38
2017-01-19new loplugin: useuniqueptr: sc part 2Noel Grandin1-5/+3
2017-01-17convert subtotalfuncs from manual array to std::vectorNoel Grandin1-14/+9
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-2/+2
2016-11-23GeneralFunction is not an enum anymoreTamás Zolnai1-1/+1
2016-11-23[API Change]: Create new GeneralFunction2 for adding medianTamás Zolnai1-52/+98
2016-11-22[API Change] revert incompatible change of enum css::sheet::GeneralFunctionEike Rathke1-0/+6
2016-11-20PivotMedian: Implement median as a new pivot table functionTamás Zolnai1-1/+3