summaryrefslogtreecommitdiff
path: root/xmloff/source/style/xmlnumfi.cxx
AgeCommit message (Expand)AuthorFilesLines
13 dayscrashtesting: assert seen on importing forum-mso-en4-62805.xlsxCaolán McNamara1-1/+1
2024-03-21Related: tdf#160056 this can be staticCaolán McNamara1-1/+1
2024-03-12tdf#146619 Recheck xmloff/*cxx with IWYUGabor Kelemen1-2/+0
2023-11-01tdf#156449 Preserve '0' or '?' in exponentLaurent Balland1-2/+14
2023-11-01tdf#153993 Extend ODF: lowercase for exponent charLaurent Balland1-11/+29
2023-08-25tdf#152724 Extend ODF for blank width "_x"Laurent Balland1-11/+92
2023-06-27related tdf#153993 Embedded text in scientific numbersLaurent Balland1-2/+2
2023-05-02sw: prefix members of SvXMLImport, SvXMLImportPropertyMapper, ...Miklos Vajna1-225/+225
2023-03-13make more use of OUStringBuffer::append(OUStringConcat)Noel Grandin1-3/+1
2023-01-30tdf#118324 Treat blank ? in integerLaurent Balland1-1/+28
2022-09-21use more string_view in xmloffNoel Grandin1-2/+2
2022-07-12tdf#96723 Number format: embedded text in decimalLaurent BP1-16/+16
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin1-2/+3
2022-06-08Resolves: tdf#149484 Read and handle <number:text> in <number:boolean-style>Eike Rathke1-10/+14
2022-06-02elide some makeStringAndClear() classNoel Grandin1-5/+8
2022-04-20use more FastAttributeIter::toViewNoel Grandin1-1/+1
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-3/+2
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-10-21loplugin:flattenNoel Grandin1-52/+52
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-3/+3
2021-10-01loplugin:constmethodNoel Grandin1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-08-22Resolves: tdf#143979 Write and read empty text element in number formatsEike Rathke1-0/+20
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-1/+1
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-3/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-3/+3
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-12loplugin:unusedfieldsNoel Grandin1-5/+0
2021-04-10ODF load: use AAA/AAAA instead of NN/NNN(N) for implicit secondary calendarEike Rathke1-4/+19
2021-03-21ODF load: suppress calendar modifiers in format codes if possibleEike Rathke1-18/+64
2021-03-13ODF load: replace YY/YYYY with E/EE only for secondary calendarEike Rathke1-1/+2
2021-01-29loplugin:stringviewparam extend to new..Noel1-3/+3
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-2/+2
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+2
2020-12-18use more string_view in convertEnumNoel1-2/+2
2020-12-15use views to parse rather than allocating OUStringNoel1-45/+41
2020-12-08fastparser in stylesNoel Grandin1-1/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-2/+2
2020-11-02create common macro and method for logging unknown attributesNoel1-6/+6
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-8/+0
2020-09-02loplugin:unusedfieldsNoel Grandin1-1/+0
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin1-2/+2
2020-08-29loplugin:unusedmethodsNoel Grandin1-28/+0
2020-08-29Simplify OUStringBuffer to OUString conversionStephan Bergmann1-1/+1
2020-08-28use more fast-parser in SvXMLNumFormatContextNoel Grandin1-4/+4
2020-08-28use fastparser in SvXMLNumFormatContextNoel Grandin1-518/+245
2020-08-20use fastparser in SvXMLNumFormatContextNoel Grandin1-19/+167
2020-08-19convert SvXMLStylesTokens to scoped enumNoel Grandin1-35/+35
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1