summaryrefslogtreecommitdiff
path: root/basic/source/inc/sbunoobj.hxx
AgeCommit message (Expand)Author
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman
2020-05-24inline some use-once typedefsNoel Grandin
2020-02-08move some headers inside basicNoel Grandin
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-05-10an uno -> a unoCaolán McNamara
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-07-13loplugin:useuniqueptr in SbUnoStructRefObjectNoel Grandin
2018-01-19loplugin:useuniqueptr in SbUnoMethodNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-07-20loplugin:constparams in basicNoel Grandin
2017-07-02loplugin:casttovoid: basicStephan Bergmann
2017-05-10basic: Compare strings in a case-insensitive mannerTakeshi Abe
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-25new loplugin: countusersofdefaultparamsNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-04-13loplugin:passstuffbyref in basicNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-02-09Remove excess newlinesChris Sherlock
2016-01-16BASIC : Remove useless virtual function overrideArnaud Versini
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin
2015-12-23loplugin:unusedfields in basicNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02checkUnoObjectType etc always deref their ptr arg, convert to refCaolán McNamara
2015-09-14boost->stdCaolán McNamara
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-15loplugin:unusedmethods basicNoel Grandin
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-28remove unused typedefsNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-08-17coverity#1231668 Unchecked return valueCaolán McNamara
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-05-28Fix memory leakStephan Bergmann
2014-04-19fixincludeguards.sh: basicThomas Arnhold
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann