summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)Author
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-10fix some leaks in basicNoel Grandin
2021-04-27use more string_view in tools/streamNoel Grandin
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin
2021-04-02Simplify some static variable initializationsMike Kaganski
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-14check for quit when calling Yield in loopNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-03-07BASIC : use standard mutex from std.Arnaud Versini
2021-02-22loplugin:refcounting in basicNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-20improve some IllegalArgumentException messagesNoel
2021-01-10fix coverity parse errorsCaolán McNamara
2021-01-10static_cast after dynamic_castNoel Grandin
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-24Use std::vector in SbiBufferMike Kaganski
2020-11-22BASIC : use initialization list in constructors.Arnaud Versini
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-11loplugin:stringviewNoel
2020-11-05BASIC : use std::make_unique instead of std::unique_ptr ( new ... )Arnaud Versini
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-11-01use officecfg for Experimental flagNoel Grandin
2020-10-01loplugin:reducevarscope in basctl,basicNoel
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-18loplugin:unusedvarsglobalNoel Grandin
2020-08-17tdf#135799: properly load arrays in user-defined types from imageMike Kaganski
2020-08-17Fix typosAndrea Gelmini
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-08-03BASIC : no need to initialize manually std::unique_ptrArnaud Versini
2020-07-30fix shutdown crash in basicNoel Grandin
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-06-26Upcoming improved loplugin:elidestringvar: basicStephan Bergmann
2020-06-24Remove no-longer-relevant commentsStephan Bergmann
2020-06-20BASIC : don't initialize and destroy manually std::unique_ptrArnaud Versini
2020-06-02Upcoming loplugin:elidestringvar: basicStephan Bergmann
2020-05-28loplugin:simplifybool in accessibility..basicNoel Grandin
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-19tdf#88205 EasyHack change css::uno::Sequence initializationsvgeof
2020-05-15use for-range on Sequence in basctl..canvasNoel Grandin
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-04-19loplugin:flatten in basicNoel Grandin
2020-03-30OSL_ASSERT->assert in basicNoel Grandin
2020-02-16clang-format accessibility & basctl with under 5-percent lines of changeMuhammet Kara
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-08move some headers inside basicNoel Grandin