summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxscan.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: basicStephan Bergmann1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-2/+2
2023-03-24loplugin:stringadd in b*Noel Grandin1-2/+1
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin1-1/+1
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya1-1/+1
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-3/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-1/+1
2022-02-09tdf#146672 - CDbl: skip spaces and tabs at the end of the scanned stringAndreas Heinisch1-0/+3
2021-12-09Make the tdf#97983 changes to BASIC optionalTor Lillqvist1-1/+2
2021-12-01Simplify ImpStrChr and ImpScanMike Kaganski1-26/+7
2021-09-30tdf#143575, tdf#143974 - Remove custom precision format in BASICAndreas Heinisch1-7/+1
2021-09-30tdf#143575, tdf#143974 - Use rtl::math::doubleToUString to convert numbers to...Andreas Heinisch1-149/+8
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-08-11There is no LANGUAGE_ENGLISH {en} locale but LANGUAGE_ENGLISH_US {en-US}Eike Rathke1-4/+4
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-8/+8
2021-06-17use string_view in the Translate APINoel Grandin1-2/+2
2021-03-30fix some --disable-scripting warningsCaolán McNamara1-1/+2
2020-11-27tdf#136801 : IsNumeric("+2") and CInt("+2") return correct valuesAnshu1-1/+3
2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-12/+16
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski1-1/+1
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-11/+11
2020-06-30Upcoming improved loplugin:staticanonymous -> redundantstatic: basicStephan Bergmann1-1/+1
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin1-6/+2
2020-02-08move some headers inside basicNoel Grandin1-1/+1
2020-01-04VBA: don't SAL_WARN on value-to-number conversion errorMike Kaganski1-1/+0
2019-11-28tdf#97983 - Added localization for numeric typesAndreas Heinisch1-1/+1
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen1-7/+0
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen1-3/+1
2018-12-26basic: Spare temporary variableTakeshi Abe1-5/+1
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin1-1/+7
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-27Fix warning in !HAVE_FEATURE_SCRIPTING caseTor Lillqvist1-1/+1
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke1-4/+4
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29tdf#118442: Fix incorrect index calculationMike Kaganski1-2/+4
2018-05-16Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke1-1/+1
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke1-2/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-1/+1
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-7/+7
2018-01-08basic, solve link problemsjan Iversen1-0/+6
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-3/+2
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-1/+1
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke1-14/+26
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin1-11/+7
2017-10-27Handle decimalSeparatorAlternative in BASIC ImpScan,..., tdf#81671Eike Rathke1-12/+22