summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)AuthorFilesLines
2021-10-10loplugin:moveparam in xmloffNoel Grandin4-26/+26
2021-10-04tdf#144578: numbering: generate include upper levels for UIVasily Melenchuk1-2/+2
2021-10-01loplugin:constmethodNoel Grandin1-1/+1
2021-09-28sw: paragraph styles: add ODT filter for a linked character styleMiklos Vajna3-0/+40
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 Kaganski2-4/+4
2021-09-03tdf#62032 ODT export: handle style:list-level="..." for para stylesMiklos Vajna1-0/+31
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin6-13/+4
2021-08-22Resolves: tdf#143979 Write and read empty text element in number formatsEike Rathke2-3/+33
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin2-1/+2
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-1/+1
2021-07-20no need to allocate Sequence separately in FilterPropertiesInfo_ImplNoel Grandin1-7/+8
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl1-26/+43
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk2-14/+37
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin3-19/+19
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet2-9/+7
2021-06-08Use containerToSequence for Sequence of dynamic sizeVasily Melenchuk1-121/+82
2021-05-29std::unique_ptr->std::optionalNoel Grandin1-7/+7
2021-05-28tdf#137199: sw: convert list format string to prefix/suffix for ODFVasily Melenchuk1-1/+18
2021-05-27we can search std::set without allocating on the heapNoel Grandin1-18/+18
2021-05-13inline some typedefsNoel Grandin1-2/+1
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl4-12/+17
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-4/+3
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-7/+7
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin2-4/+3
2021-05-01remove superfluous loop variableJochen Nitschke1-3/+1
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-2/+1
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin2-7/+6
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-7/+7
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-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-04-08xmloff: build-time test that XMLRtlGutterPropertyHandler.hxx is self-containedMiklos Vajna1-2/+2
2021-04-01tdf#141345 sw page gutter margin: reimplement ODF filterMiklos Vajna5-2/+181
2021-03-31tdf#140343 sw page rtl gutter margin: add ODF importMiklos Vajna3-1/+57
2021-03-25const OUString -> const OUStringLiteralMike Kaganski2-2/+2
2021-03-25tdf#134734 xmloff: ODF import compatibility for BackgroundFullSizeMichael Stahl1-6/+72
2021-03-25tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSizeMichael Stahl2-63/+1
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC32-128/+32
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-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-03-11ODF export: sort <style:font-face> elements based on the style:name attributeMiklos Vajna1-0/+12
2021-02-17loplugin:referencecasting in xmloffNoel2-2/+2
2021-02-03tdf#91920 sw page gutter margin: add ODF filterMiklos Vajna1-0/+3
2021-01-29loplugin:stringviewparam extend to new..Noel2-7/+7
2021-01-28simplify code, use more subView()Noel2-2/+2