summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)Author
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-05Move creation of case-insensitive variable name to a central placeMike Kaganski
2022-04-04Related: tdf#144245 Optimize case-insensitive handlingMike Kaganski
2022-03-07tdf#42982: improve UNO API error reportingDeep17
2022-02-03tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch
2022-02-03Use default argumentMike Kaganski
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin
2021-12-18osl::Mutex->std::mutex in ModuleInvocationProxyNoel Grandin
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-10-29Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin
2021-10-17Simplify Sequence in b*Julien Nabet
2021-09-22Fix typosAndrea Gelmini
2021-09-19tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-09-07tdf#144245 - Case-insensitive operation for non-ASCII charactersAndreas Heinisch
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-08-10No need in this functionMike Kaganski
2021-08-10Use nStringSize instead of nStringOffMike Kaganski
2021-08-10tdf#143707 - Change strategy to support suffix type charactersAndreas Heinisch
2021-08-06Move variable definition to usage siteMike Kaganski
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
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