summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2022-04-03tdf#147132 Flatten Basic function implementationsofftkp1-34/+20
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-1/+1
2022-03-31Basic Collection class unit testAlain Romedenne1-0/+71
2022-03-31Adapt test to even slower buildsStephan Bergmann1-1/+1
2022-03-30tdf#114263 tdf#147262 CallByName() function LibO Basic test unitAlain Romedenne1-0/+36
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann1-2/+0
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski1-3/+6
2022-03-14new loplugin:trivialconstructorNoel Grandin1-1/+0
2022-03-11new loplugin:trivialdestructorNoel Grandin4-6/+4
2022-03-07tdf#42982: improve UNO API error reportingDeep171-1/+1
2022-03-02Change the comment of the test cases to clarify the textual representation of...Andreas Heinisch2-0/+2
2022-02-28cid#707501 Uninitialized scalar variableCaolán McNamara1-3/+1
2022-02-28cid#707500 Uninitialized scalar variableCaolán McNamara1-7/+1
2022-02-28cid#707503 Uninitialized scalar variableCaolán McNamara1-3/+1
2022-02-22tdf#147132: Flatten Basic function implementationsRamreiso Kashung1-106/+82
2022-02-21tdf#147089 - Round Integral Division (IDIV) literals to Integer valuesAndreas Heinisch4-2/+64
2022-02-12Basic compiler undetected typoAlain Romedenne1-1/+1
2022-02-11tdf#147364: fix function signature to account to calling conventionMike Kaganski2-46/+46
2022-02-09tdf#147262: CallByName() argument names does not match that of VBAJulien Nabet2-2/+2
2022-02-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch3-15/+35
2022-02-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroVaibhavMalik41873-10/+10
2022-02-06We know the length hereMike Kaganski3-4/+5
2022-02-03tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch1-0/+6
2022-02-03Use default argumentMike Kaganski1-5/+0
2022-02-02SbRtl_Spc is exactly the same as SbRtl_SpaceMike Kaganski3-20/+6
2022-02-02Use OUStringBuffer in SbRtl_FormatNumberMike Kaganski1-17/+9
2022-01-31Adapt test to slow buildsStephan Bergmann1-2/+2
2022-01-31Fix format stringMike Kaganski1-2/+2
2022-01-31tdf#132388: add unit testMike Kaganski1-0/+28
2022-01-30tdf#132388: reimplement fix for tdf#142487Mike Kaganski1-24/+38
2022-01-28tdf#145614: Convert #define to enumRamreiso Kashung1-17/+23
2022-01-25tdf#90341 Clean Up Excessive const_cast'ingVaibhavMalik41871-1/+1
2022-01-22Related tdf#146909: add missing IDIGNORE in BasicJulien Nabet3-1/+3
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin1-2/+2
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen22-28/+16
2022-01-08tdf#145693 - Argument name should be 'charcode' instead of 'string'Andreas Heinisch5-2/+67
2022-01-07tdf#130426 - Rename file for tdf#145693Andreas Heinisch1-0/+0
2021-12-28tdf#145960 - Return type of boolean operators should be of type booleanAndreas Heinisch4-4/+62
2021-12-27tdf#144353, tdf#146281 - Correctly copy the information about variablesAndreas Heinisch1-1/+4
2021-12-23Nullify passed pointer in releaseDecimalPtr unconditionallyMike Kaganski1-3/+1
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin4-110/+108
2021-12-18osl::Mutex->std::mutex in ModuleInvocationProxyNoel Grandin1-6/+7
2021-12-18osl::Mutex->std::mutex in ImplRepositoryNoel Grandin1-2/+3
2021-12-18osl::Mutex->std::mutex in CurrDirPoolNoel Grandin1-2/+3
2021-12-10ofz#42182 oss-build failureCaolán McNamara1-7/+7
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist15-20/+65
2021-12-06gbuild: create services.rdb from built componentsJan-Marek Glogowski1-2/+2
2021-12-04Fix --disable-(avmedia|scripting)TheRock Builder1-3/+3
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin2-31/+6