summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/dapiuno.cxx
AgeCommit message (Expand)Author
2021-04-07rtl::Static -> function local staticNoel Grandin
2021-03-03loplugin:refcounting in scNoel
2021-01-10static_cast after dynamic_castNoel Grandin
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-10-20use tools::Long in scNoel
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-09loplugin:flatten in sc/ui/unoobjNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-26rename some local variablesNoel Grandin
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