summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)Author
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27cid#738565 Uninitialized scalar fieldCaolán McNamara
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-25tdf#75263 - Export VBA-Project using detected charset on importAndreas Heinisch
2022-04-21tdf#148651: implement VBA.FormatPercentJulien Nabet
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-15loplugin:stringviewparamStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08Fix buildMike Kaganski
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-08loplugin:stringviewparam convert methods using trimNoel 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-04-03tdf#147132 Flatten Basic function implementationsofftkp
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-07tdf#42982: improve UNO API error reportingDeep17
2022-02-28cid#707501 Uninitialized scalar variableCaolán McNamara
2022-02-28cid#707500 Uninitialized scalar variableCaolán McNamara
2022-02-28cid#707503 Uninitialized scalar variableCaolán McNamara
2022-02-22tdf#147132: Flatten Basic function implementationsRamreiso Kashung
2022-02-21tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch
2022-02-11tdf#147364: fix function signature to account to calling conventionMike Kaganski
2022-02-09tdf#147262: CallByName() argument names does not match that of VBAJulien Nabet
2022-02-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik4187
2022-02-06We know the length hereMike Kaganski
2022-02-03tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch
2022-02-03Use default argumentMike Kaganski
2022-02-02SbRtl_Spc is exactly the same as SbRtl_SpaceMike Kaganski
2022-02-02Use OUStringBuffer in SbRtl_FormatNumberMike Kaganski
2022-01-30tdf#132388: reimplement fix for tdf#142487Mike Kaganski
2022-01-28tdf#145614: Convert #define to enumRamreiso Kashung
2022-01-25tdf#90341 Clean Up Excessive const_cast'ingVaibhavMalik4187
2022-01-22Related tdf#146909: add missing IDIGNORE in BasicJulien Nabet
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-08tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch
2021-12-28tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch
2021-12-27tdf#144353, tdf#146281 - Correctly copy the information about variablesAndreas Heinisch
2021-12-23Nullify passed pointer in releaseDecimalPtr unconditionallyMike Kaganski
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin
2021-12-18osl::Mutex->std::mutex in ModuleInvocationProxyNoel Grandin
2021-12-18osl::Mutex->std::mutex in ImplRepositoryNoel Grandin
2021-12-18osl::Mutex->std::mutex in CurrDirPoolNoel Grandin
2021-12-10ofz#42182 oss-build failureCaolán McNamara