summaryrefslogtreecommitdiff
path: root/include/svl/numformat.hxx
AgeCommit message (Expand)Author
2024-10-25speedup saving large XLS file with lots of query formula(2)Noel Grandin
2024-04-20loplugin:constantparamNoel Grandin
2024-04-12fold OnDemandNativeNumberWrapper ctor and init togetherCaolán McNamara
2024-04-12crashtesting: assert seen on importing forum-mso-en4-62805.xlsxCaolán McNamara
2024-04-04loplugin:unusedmethodsNoel Grandin
2024-04-02crashtesting: SvNFEngine::DefaultCurrencyRO assertCaolán McNamara
2024-03-29crashtesting: fix SvNFEngine::CacheFormatRO assertCaolán McNamara
2024-03-27drop const_cast and be more honest that internal state changesCaolán McNamara
2024-03-22Related: tdf#160056 refactor SvNumberFormatterCaolán McNamara
2024-03-22improve loplugin:staticmethodsNoel Grandin
2024-03-22Related: tdf#160056 ImpSubstituteEntry can be private and not exportedCaolán McNamara
2024-03-21Related: tdf#160056 can be private and not exportedCaolán McNamara
2024-03-21Related: tdf#160056 this can be be a local functionCaolán McNamara
2024-03-21Related: tdf#160056 this can be staticCaolán McNamara
2024-03-13SvNumberFormatter::GetUserDefColor can be constCaolán McNamara
2024-03-13ImpIsEntry can be constCaolán McNamara
2024-03-07ResetDefaultSystemCurrency can be privateCaolán McNamara
2024-03-07IsSpecialStandardFormat can be private, only used internallyCaolán McNamara
2024-02-29IniLnge is set during ctor and never changes subsequentlyCaolán McNamara
2024-02-29if we rearrange, we don't need to create maLanguageTag twiceCaolán McNamara
2024-02-29there is only the one ctor, so drop misleading "preferred" commentCaolán McNamara
2024-02-29SvNumberFormatter::ImpConstruct is only used once by the single ctorCaolán McNamara
2023-02-03tdf#153023 Disable Thousand separator for NatNum12Laurent Balland
2022-09-20use more string_view in svlNoel Grandin
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-04-16Fix typoAndrea Gelmini
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke
2021-12-24Recheck include/[s-x]* with IWYUGabor Kelemen
2021-10-26tdf#131025 swtable: don't apply number format to non-number textJustin Luth
2021-09-17create OnDemandCharClass cacheNoel Grandin
2021-09-17no need to allocate CharClass separately in SvNumberFormatterNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin