summaryrefslogtreecommitdiff
path: root/basic/source/classes
AgeCommit message (Expand)Author
2023-03-29Add an assertMike Kaganski
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch
2023-03-24loplugin:stringadd in b*Noel Grandin
2023-03-02flatten some classes in basicNoel Grandin
2023-02-21tdf#153752: SbxObject::Execute: extra characters in Option Compatible modeMike Kaganski
2023-01-29no need to lock SolarMutex over the whole method hereNoel Grandin
2023-01-29UNO fn FormObjEventListenerImpl::documentEventOccured must lock SolarMutexStephan Bergmann
2023-01-26Simplify a bitMike Kaganski
2023-01-26Simplify a bitMike Kaganski
2022-10-18basic: s/helt/held/ and some cleanup.Michael Meeks
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-22tdf#150139 - Add a concrete name to the error messageAndreas Heinisch
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-18cid#1500645 silence Resource leakCaolán McNamara
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-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski
2022-06-10new loplugin:moveitNoel Grandin
2022-06-02The elements of XInvocation::invoke aOutParamIndex are non-negativeStephan Bergmann
2022-06-01Use more appropriate type for SbiImage::GetString nId paramStephan Bergmann
2022-05-31Use more appropriate type for SbiImage::nStringIdxStephan Bergmann
2022-05-31clang-tidy modernize-pass-by-value in basicNoel Grandin
2022-05-30cid#1504574 Resource leakCaolán McNamara
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-24elide some OUString allocationNoel Grandin
2022-05-18Extend loplugin:redundantcast to trivial reinterpret_cast from T to itselfStephan Bergmann
2022-05-11in SbUnoObject constructor, only query for XTypeProviderNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-05Just use Any ctor instead of makeAny in basicStephan Bergmann
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