summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbunoobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-06-12tdf#166972: do not reset parameters in SbUnoObject::NotifyMike Kaganski1-3/+0
2025-01-23tdf#164811: swap the "if IsCompatibility()" branches to match other placesMike Kaganski1-2/+2
2024-11-14tdf#108189 inspection of object hangs LONoel Grandin1-0/+22
2024-11-11clang-tidy: performance-unnecessary-copy-initialization in basicNoel Grandin1-2/+2
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin1-7/+7
2024-11-08loplugin:reftotemp in basicNoel Grandin1-8/+8
2024-11-08Simplify a bitMike Kaganski1-6/+6
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-09-20no need to do UNO_QUERY hereNoel Grandin1-1/+1
2024-09-20tdf#162431 - Check for missing parametersAndreas Heinisch1-0/+9
2024-08-27SbClassModuleObject never take a non-null argCaolán McNamara1-2/+2
2024-07-29cid#1554812 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-23cid#1555167 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen1-0/+1
2024-06-29Fix "lets" -> "let's"Andrea Gelmini1-2/+3
2024-05-06loplugin:ostr basicNoel Grandin1-14/+14
2024-02-23Fix warning C4459 when building with MSVC without -Wv:18Mike Kaganski1-10/+10
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann1-6/+6
2023-06-18Use getXWeak in basicMike Kaganski1-1/+1
2023-03-24loplugin:stringadd in b*Noel Grandin1-33/+18
2023-01-26Simplify a bitMike Kaganski1-6/+2
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-08-16cid#1509215 Using a moved objectCaolán McNamara1-2/+4
2022-07-25loplugin:moveitNoel Grandin1-1/+1
2022-06-28tdf#149447: use proper UNO types for marshalling unsigned Basic typesMike Kaganski1-10/+7
2022-06-10new loplugin:moveitNoel Grandin1-3/+3
2022-06-02The elements of XInvocation::invoke aOutParamIndex are non-negativeStephan Bergmann1-1/+2
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin1-9/+10
2022-05-11in SbUnoObject constructor, only query for XTypeProviderNoel Grandin1-3/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+2
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-2/+2
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen1-1/+0
2021-12-18osl::Mutex->std::mutex in ModuleInvocationProxyNoel Grandin1-6/+7
2021-11-09rtl::Static to thread-safe staticNoel Grandin1-1/+0
2021-10-29Prepare for removal of non-const operator[] from Sequence in basicMike Kaganski1-10/+7
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin1-2/+1
2021-08-17rtl::Static -> thread-safe static localNoel Grandin1-8/+6
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-2/+2
2021-05-10fix some leaks in basicNoel Grandin1-5/+5
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-2/+2
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-1/+1
2021-04-02Simplify some static variable initializationsMike Kaganski1-9/+5
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-78/+78
2021-02-22loplugin:refcounting in basicNoel1-5/+4
2021-01-29loplugin:stringviewparam extend to new..Noel1-5/+5
2021-01-10fix coverity parse errorsCaolán McNamara1-3/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-4/+6
2020-12-26New loplugin:stringliteralvarStephan Bergmann1-3/+3
2020-11-11loplugin:stringviewNoel1-1/+1