summaryrefslogtreecommitdiff
path: root/basic/source/classes/sb.cxx
AgeCommit message (Expand)Author
2021-09-22Fix typosAndrea Gelmini
2021-09-19tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch
2021-09-07tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-05-10fix some leaks in basicNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-10static_cast after dynamic_castNoel Grandin
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-08-17Fix typosAndrea Gelmini
2020-07-30fix shutdown crash in basicNoel Grandin
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-06-02Upcoming loplugin:elidestringvar: basicStephan Bergmann
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-26rename some local variablesNoel Grandin
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-04tdf#129107 objects in basic disappearNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov
2019-01-27Fix typoAndrea Gelmini
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-02-24Use for range loops in basegfx and basicJulien Nabet
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara
2018-01-19loplugin:useuniqueptr in SbiGlobalsNoel Grandin
2018-01-19loplugin:useuniqueptr in SbModuleNoel Grandin
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2018-01-10tdf#96099 Removed some trivial typedefs related to UnOrderedMap and size_t.ekuiitr
2018-01-02RID_* can be extern global variablesNoel Grandin
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin
2017-12-05Resolves: tdf#114231 do not mask ErrCode with GetRest()Eike Rathke
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara