summaryrefslogtreecommitdiff
path: root/basic/source/classes/sb.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+2
2023-11-18c++20: use std::erase instead of std::removed followed by erase (part 1)Julien Nabet1-1/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann1-2/+2
2023-10-19Suppress some upcoming loplugin:ostr OUStringLiteral -> OUString rewritesStephan Bergmann1-0/+4
2023-10-03replace ErrorInfo with simpler mechanismNoel Grandin1-7/+9
2023-06-26new loplugin:constexprliteralNoel Grandin1-1/+1
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch1-6/+12
2023-03-02flatten some classes in basicNoel Grandin1-15/+15
2023-02-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski1-1/+1
2022-08-22tdf#150139 - Add a concrete name to the error messageAndreas Heinisch1-2/+2
2022-08-18cid#1500645 silence Resource leakCaolán McNamara1-2/+2
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-2/+3
2022-05-24elide some OUString allocationNoel Grandin1-1/+1
2022-04-05Move creation of case-insensitive variable name to a central placeMike Kaganski1-4/+1
2022-04-04Related: tdf#144245 Optimize case-insensitive handlingMike Kaganski1-8/+8
2022-02-03Use default argumentMike Kaganski1-5/+0
2021-09-22Fix typosAndrea Gelmini1-2/+2
2021-09-19tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch1-0/+14
2021-09-07tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch1-2/+9
2021-08-17rtl::Static -> thread-safe static localNoel Grandin1-10/+9
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-2/+2
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-05-10fix some leaks in basicNoel Grandin1-24/+24
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-40/+40
2021-01-29loplugin:stringviewparam extend to new..Noel1-1/+1
2021-01-10static_cast after dynamic_castNoel Grandin1-2/+2
2020-12-23Initialize method mapping table at compile timeMike Kaganski1-14/+9
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-0/+1
2020-08-17Fix typosAndrea Gelmini1-1/+1
2020-07-30fix shutdown crash in basicNoel Grandin1-39/+16
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann1-4/+4
2020-06-02Upcoming loplugin:elidestringvar: basicStephan Bergmann1-2/+1
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-4/+3
2020-01-26rename some local variablesNoel Grandin1-1/+1
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-29/+29
2019-12-04tdf#129107 objects in basic disappearNoel Grandin1-4/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-2/+3
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov1-3/+2
2019-01-27Fix typoAndrea Gelmini1-2/+2
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-16/+13
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin1-2/+2
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin1-1/+1
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-02-24Use for range loops in basegfx and basicJulien Nabet1-6/+4