summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dapiuno.cxx
AgeCommit message (Expand)Author
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-10-08use cppu::WeakImplHelper in ScDataPilotDescriptorBaseNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-20tdf#39593 Drop ScDataPilotDescriptorBase::getImplementationArkadiy Illarionov
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov
2019-08-20loplugin:constvars in package..scNoel Grandin
2019-08-15loplugin:sequenceloop in scNoel Grandin
2019-08-12Mark Sequence const in scArkadiy Illarionov
2019-08-09Simplify Sequence iterations in scArkadiy Illarionov
2019-07-29Drop ScDataPilotFieldObj::HasStringArkadiy Illarionov
2019-07-04tdf#42949 Fix IWYU warnings in sc/source/ui/unoobj/*Gabor Kelemen
2019-05-02Deduplicate some codeMike Kaganski
2019-04-22tdf#124883: don't drop data field names on importMike Kaganski
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-09loplugin:indentation in scNoel Grandin
2019-02-02Remove obsolete TODO commentsJens Carl
2019-02-02Add some commentsJens Carl
2019-01-29use unique_ptr in ScDataPilotFieldObjNoel Grandin
2019-01-07Simplify containers iterations in sc/source/ui/{unoobj,vba}Arkadiy Illarionov
2018-11-22improve function-local statics in scNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-26tdf#42949 Fix more IWYU warnings in sc/inc/d*Gabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen
2018-03-28use boost::optional in sc and svgioNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-09loplugin:redundantfcast look for unnecessary temporariesNoel Grandin
2018-01-18Include android/compatibility.hxx from ubiquitous sal/config.hStephan Bergmann
2018-01-18Fix Android build (missing std::trunc)Stephan Bergmann
2018-01-18Odd conversion double -> sal_Int32 -> doubleStephan Bergmann
2018-01-15More loplugin:cstylecast: scStephan Bergmann
2018-01-12More loplugin:cstylecast: scStephan Bergmann
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin
2017-10-26More loplugin:unnecessaryparenStephan Bergmann
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-18use rtl::Reference in sc/../uno/*Noel Grandin
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-05-06coverity#1403661 try to silence 'Mixing enum types'Caolán McNamara
2017-04-06Fix typosAndrea Gelmini
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin
2017-04-03use actual UNO enums in scNoel Grandin
2017-03-29Translate some German comments in scKatarina Behrens