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