summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
2021-09-17no need to store a CharClass in SvXMLNumFmtExportNoel Grandin
2021-09-17speedup toUpperCase when called in parallelNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-03tdf#62032 ODT export: handle style:list-level="..." for para stylesMiklos Vajna
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-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-20no need to allocate Sequence separately in FilterPropertiesInfo_ImplNoel Grandin
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-06-08Use containerToSequence for Sequence of dynamic sizeVasily Melenchuk
2021-05-29std::unique_ptr->std::optionalNoel Grandin
2021-05-28tdf#137199: sw: convert list format string to prefix/suffix for ODFVasily Melenchuk
2021-05-27we can search std::set without allocating on the heapNoel Grandin
2021-05-13inline some typedefsNoel Grandin
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-05-01remove superfluous loop variableJochen Nitschke
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel 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-04-09Recheck include/ with IWYUGabor Kelemen
2021-04-08xmloff: build-time test that XMLRtlGutterPropertyHandler.hxx is self-containedMiklos Vajna
2021-04-01tdf#141345 sw page gutter margin: reimplement ODF filterMiklos Vajna
2021-03-31tdf#140343 sw page rtl gutter margin: add ODF importMiklos Vajna
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-25tdf#134734 xmloff: ODF import compatibility for BackgroundFullSizeMichael Stahl
2021-03-25tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSizeMichael Stahl
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
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-03-12ODF save: write explicit "gregorian" calendar, not empty if defaultEike Rathke
2021-03-11ODF save: handle implicit other calendar and switch to Gregorian for YYYYEike Rathke
2021-03-11ODF export: sort <style:font-face> elements based on the style:name attributeMiklos Vajna
2021-02-17loplugin:referencecasting in xmloffNoel
2021-02-03tdf#91920 sw page gutter margin: add ODF filterMiklos Vajna
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-07Use o3tl::temporary in calls to OUString::iterateCodePointsStephan Bergmann
2020-12-31loplugin:loopvartoosmall fix buildCaolán McNamara