summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2022-03-14new loplugin:trivialconstructorNoel Grandin
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-07tdf#42982: improve UNO API error reportingDeep17
2022-03-02Change the comment of the test cases to clarify the textual representation of...Andreas Heinisch
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-12Basic compiler undetected typoAlain Romedenne
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-31Adapt test to slow buildsStephan Bergmann
2022-01-31Fix format stringMike Kaganski
2022-01-31tdf#132388: add unit testMike 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
2022-01-07tdf#130426 - Rename file for tdf#145693Andreas 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
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist
2021-12-06gbuild: create services.rdb from built componentsJan-Marek Glogowski
2021-12-04Fix --disable-(avmedia|scripting)TheRock Builder
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin
2021-12-02Bin pointless commentTor Lillqvist
2021-12-01Simplify ImpStrChr and ImpScanMike Kaganski
2021-12-01Unify and simplify floating-point-to-integer conversionMike Kaganski
2021-11-27use more OInterfaceContainerHelper3 in ModifiableHelperNoel Grandin
2021-11-27use more OInterfaceContainerHelper3 in NameContainerNoel Grandin
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski