summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
AgeCommit message (Expand)Author
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann
2023-06-18Use getXWeak in basicMike Kaganski
2023-03-24loplugin:stringadd in b*Noel Grandin
2023-01-26Simplify a bitMike Kaganski
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-16cid#1509215 Using a moved objectCaolán McNamara
2022-07-25loplugin:moveitNoel Grandin
2022-06-28tdf#149447: use proper UNO types for marshalling unsigned Basic typesMike Kaganski
2022-06-10new loplugin:moveitNoel Grandin
2022-06-02The elements of XInvocation::invoke aOutParamIndex are non-negativeStephan Bergmann
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin
2022-05-11in SbUnoObject constructor, only query for XTypeProviderNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
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-08-27clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-17rtl::Static -> thread-safe static localNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-10fix some leaks in basicNoel 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-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-02-22loplugin:refcounting in basicNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-10fix coverity parse errorsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
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-17Fix typosAndrea Gelmini
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
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-04-19loplugin:flatten in basicNoel Grandin
2020-03-30OSL_ASSERT->assert in basicNoel Grandin
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-01-24loplugin:makeshared in basctl..canvasNoel Grandin
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-10-23In checkUnoObjectType, check for derived-from types tooStephan Bergmann