summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumfe.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-08-29Use RepeatedUChar in vcl and xmloffMike Kaganski1-3/+3
2025-03-22tdf#141415 reduce time spent loading language dataNoel Grandin1-8/+5
2024-05-15loplugin:ostr in xmloffNoel Grandin1-3/+3
2024-03-22Related: tdf#160056 refactor SvNumberFormatterCaolán McNamara1-1/+1
2024-03-21Related: tdf#160056 this can be staticCaolán McNamara1-1/+1
2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland1-3/+17
2023-11-01tdf#153993 Extend ODF: lowercase for exponent charLaurent Balland1-2/+22
2023-08-25tdf#152724 Extend ODF for blank width "_x"Laurent Balland1-22/+85
2023-06-27related tdf#153993 Embedded text in scientific numbersLaurent Balland1-30/+43
2023-05-26tdf#150028 Treat decimal separator after [SS]Laurent Balland1-3/+5
2023-04-17xmloff: prefix members of SvXMLNumFmtExportMiklos Vajna1-141/+141
2023-03-30loplugin:stringadd in xmloffNoel Grandin1-9/+4
2023-01-30tdf#118324 Treat blank ? in integerLaurent Balland1-49/+52
2022-12-18crashtesting: assert seen with forum-mso-en4-747641.xlsx with LCID F6E0BCaolán McNamara1-1/+2
2022-11-07xmloff: write transliteration-spellout only in extended ODFLászló Németh1-2/+2
2022-07-12tdf#96723 Number format: embedded text in decimalLaurent BP1-2/+11
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin1-4/+5
2022-06-10new loplugin:moveitNoel Grandin1-2/+2
2022-06-08Related: tdf#149484 Write proper <number:boolean-style> with <number:text>Eike Rathke1-0/+31
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-5/+6
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke1-2/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-09-17no need to store a CharClass in SvXMLNumFmtExportNoel Grandin1-8/+1
2021-09-17speedup toUpperCase when called in parallelNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
2021-08-22Resolves: tdf#143979 Write and read empty text element in number formatsEike Rathke1-3/+13
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+2
2021-03-12ODF save: write explicit "gregorian" calendar, not empty if defaultEike Rathke1-2/+2
2021-03-11ODF save: handle implicit other calendar and switch to Gregorian for YYYYEike Rathke1-2/+16
2021-01-29loplugin:stringviewparam extend to new..Noel1-4/+4
2020-11-12New loplugin:stringviewparamStephan Bergmann1-1/+2
2020-10-01loplugin:reducevarscope in xmloffNoel1-1/+1
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-06loplugin:flatten in xmloff/styleNoel Grandin1-73/+73
2020-05-12xmloff: ODF export: adapt to ODF 1.3Michael Stahl1-7/+7
2020-05-09xmloff: ODF export: adapt all checks of ODFSVER_012 etc.Michael Stahl1-5/+5
2020-05-07replace ODFDefaultVersion usage with ODFSaneDefaultVersionMichael Stahl1-1/+1
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin1-3/+4
2020-03-16Revert "loplugin:constfields in xmloff"Noel Grandin1-3/+3
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke1-1/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-02tdf#42949 Fix IWYU warnings in xmloff/source/[s-x]*/*cxxGabor Kelemen1-3/+0
2019-09-03loplugin:constmethod in xmloffNoel Grandin1-3/+3
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-2/+2
2019-06-11Simplify Sequence iterations in xmloff/source/{style..xforms}Arkadiy Illarionov1-14/+6
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-11/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-20pvs-studio: loop-variable-too-smallCaolán McNamara1-4/+4