summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxscan.cxx
AgeCommit message (Expand)Author
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-02-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist
2021-12-01Simplify ImpStrChr and ImpScanMike 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-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-06-17use string_view in the Translate APINoel Grandin
2021-03-30fix some --disable-scripting warningsCaolán McNamara
2020-11-27tdf#136801 : IsNumeric("+2") and CInt("+2") return correct valuesAnshu
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-08move some headers inside basicNoel Grandin
2020-01-04VBA: don't SAL_WARN on value-to-number conversion errorMike Kaganski
2019-11-28tdf#97983 - Added localization for numeric typesAndreas Heinisch
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2018-12-26basic: Spare temporary variableTakeshi Abe
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-08-27Fix warning in !HAVE_FEATURE_SCRIPTING caseTor Lillqvist
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-06-29tdf#118442: Fix incorrect index calculationMike Kaganski
2018-05-16Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2018-01-08basic, solve link problemsjan Iversen
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
2017-10-27Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara