summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel 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-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski
2022-03-11new loplugin:trivialdestructorNoel Grandin
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-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch
2022-02-06We know the length hereMike Kaganski
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
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-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist
2021-12-01Simplify ImpStrChr and ImpScanMike Kaganski
2021-12-01Unify and simplify floating-point-to-integer conversionMike Kaganski
2021-09-30tdf#143575, tdf#143974 - Remove custom precision format in BASICAndreas Heinisch
2021-09-30tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch
2021-09-18cid#1486004 silence Uncaught exceptionCaolán McNamara
2021-09-10tdf#144353 - Handling of missing optional parametersAndreas Heinisch
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-11There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US}Eike Rathke
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-28tdf#107953 - Extend significant digitsAndreas Heinisch
2021-06-17use string_view in the Translate APINoel Grandin
2021-05-10fix some leaks in basicNoel Grandin
2021-05-07cid#1474072 silence Untrusted loop boundCaolán McNamara
2021-05-05loplugin:constmethodNoel Grandin
2021-04-01cid#1473732 Untrusted loop boundCaolán McNamara
2021-03-30fix some --disable-scripting warningsCaolán McNamara
2021-03-30cid#1474044 Untrusted loop boundCaolán McNamara
2021-03-29cid#1474044 Untrusted loop boundCaolán McNamara
2021-03-20tdf#141050 Accept CCur with negative stringsarpit1912
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2021-01-02BASIC : simplify SbxVariable constructors and remove impl classArnaud Versini
2020-12-26BASIC : remove useless using namespaceArnaud Versini
2020-12-23Initialize method mapping table at compile timeMike Kaganski
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-27tdf#136801 : IsNumeric("+2") and CInt("+2") return correct valuesAnshu
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-11-05Use LONG hereMike Kaganski