summaryrefslogtreecommitdiff
path: root/svl/source/numbers
AgeCommit message (Expand)Author
2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svlStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-06-21svl: Use DateTime::Sub() instead of operator-()Eike Rathke
2023-05-26tdf#150028 Treat decimal separator after [SS]Laurent Balland
2023-04-06tdf#153887 Fraction number format: avoid 0/0Laurent Balland
2023-03-30loplugin:stringadd in starmath..svlNoel Grandin
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin
2023-03-14tdf#117037 - Support Unicode minus (0x2212) in the number scannerAndreas Heinisch
2023-03-14elide some temporary OStringsNoel Grandin
2023-03-13make more use of OUStringBuffer::append(OUStringConcat)Noel Grandin
2023-03-13Introduce OUStringBuffer::insert taking OUStringConcatMike Kaganski
2023-03-10improve loplugin:unnecessarylockingNoel Grandin
2023-02-28no need to allocate Date separately in ImpSvNumberInputScanNoel Grandin
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen
2023-02-03tdf#153023 Disable Thousand separator for NatNum12Laurent Balland
2023-01-30tdf#118324 Treat blank ? in integerLaurent Balland
2023-01-30tdf#152722 Number Format: keep NatNum modifiersLaurent Balland
2022-12-18crashtesting: assert seen with forum-mso-en4-747641.xlsx with LCID F6E0BCaolán McNamara
2022-12-14It's unnecessary to obtain what's not being usedEike Rathke
2022-12-13crashtesting: (assert) fix treatment of "#FMT" input line valueEike Rathke
2022-11-05-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): svlStephan Bergmann
2022-11-04tdf#115007 svl: clean-up "add NatNum12 number format list items"László Németh
2022-11-03tdf#115007 add NatNum12 number format list items, fix title caseLászló Németh
2022-10-24Use constexpr kTimeSignificantRound for all occurrencesEike Rathke
2022-10-24Related: tdf#136615 Do not round a DateTime clock format into the next dayEike Rathke
2022-10-23Resolves: tdf#147817 ignore date acceptance pattern with numeric ambiguityEike Rathke
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-27Prevent erroneous fraction detection of not yet accepted dateEike Rathke
2022-09-20use more string_view in svlNoel Grandin
2022-07-25use more o3tl::spanNoel Grandin
2022-07-14Accept 'Y D MMM' date input for locales with LongDateOrder::YDMEike Rathke
2022-07-14Let 'MMM D Y H:M' input follow the same date rule as 'MMM D Y'Eike Rathke
2022-07-13Resolves: tdf#149950 Handle LongDateOrder vs DateOrder for middle month nameEike Rathke
2022-07-01ChangeNullDate: assert valid date after normalization if it wasn't beforeEike Rathke
2022-06-20elide some makeStringAndClear() callsNoel Grandin
2022-06-20Resolves: tdf#147265 Return correct default if currency format is duplicateEike Rathke
2022-06-16Related: tdf#149325 tdf#52602 SvNumberFormatsObj::addNew accept differingEike Rathke
2022-06-15Use rtl::isAsceeLowerCase/rtl::toAsciiUpperCaseMike Kaganski
2022-06-15Resolves: tdf#149325 tdf#52602 SvNumberFormatsObj::queryKey try also uppercaseEike Rathke
2022-06-08Related: tdf#149484 Display BOOLEAN literal string text additionsEike Rathke
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-04-27use string_view in ImpSvNumberInputScan::StringToDoubleNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin