summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2021-06-17tdf#90401 xmloff: remove personal info of comments and changesLászló Németh4-10/+46
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet12-60/+21
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara1-1/+0
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski4-0/+14
2021-06-08Use containerToSequence for Sequence of dynamic sizeVasily Melenchuk1-121/+82
2021-06-04Fix typoAndrea Gelmini1-2/+2
2021-06-03tdf#142546 broken formulas in .FODT filesNoel Grandin1-0/+5
2021-05-30no need to allocate this separatelyNoel Grandin1-16/+12
2021-05-29Missing includeMike Kaganski1-0/+1
2021-05-29std::unique_ptr->std::optionalNoel Grandin2-18/+18
2021-05-28tdf#137199: sw: convert list format string to prefix/suffix for ODFVasily Melenchuk1-1/+18
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh2-0/+2
2021-05-27we can search std::set without allocating on the heapNoel Grandin1-18/+18
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin2-20/+8
2021-05-14Improve loplugin:stringviewStephan Bergmann1-2/+1
2021-05-13inline some typedefsNoel Grandin2-5/+2
2021-05-11Missing includeMike Kaganski1-0/+1
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl4-12/+12
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl16-81/+156
2021-05-04tdf#76258 Add ODF import/exportSamuel Mehrbrodt2-0/+2
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin4-9/+8
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin2-9/+9
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann22-41/+41
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 Grandin2-6/+2
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin5-30/+33
2021-04-23tdf#139734: Drop redundant asserts after MacrosTest::loadFromDesktopAhmet Hakan Çelik1-1/+0
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin6-15/+15
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin3-3/+3
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2-3/+3
2021-04-20use OUString::Concat here, not OUStringLiteralNoel Grandin1-2/+2
2021-04-19sw bibliography, relative URLs: switch to absolute URLs in the doc modelMiklos Vajna2-2/+12
2021-04-19Updated README.md filesHossein1-5/+5
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin1-1/+1
2021-04-13tdf#79591: No need to use getStr hereMike Kaganski1-2/+2
2021-04-12loplugin:unusedfieldsNoel Grandin2-10/+1
2021-04-11ofz#32467 Timeout: add arbitrary master page limit when fuzzingCaolán McNamara1-0/+5
2021-04-10ODF load: use AAA/AAAA instead of NN/NNN(N) for implicit secondary calendarEike Rathke1-4/+19
2021-04-09Remove duplicating callMike Kaganski1-2/+0
2021-04-09Recheck include/ with IWYUGabor Kelemen3-0/+3
2021-04-08xmloff: build-time test that XMLRtlGutterPropertyHandler.hxx is self-containedMiklos Vajna1-2/+2
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-7/+6
2021-04-07tdf#141467 xmloff,sc,sw: ODF export: reorder flys' ZOrder/z-index harderMichael Stahl1-10/+33
2021-04-07rtl::Static -> function local staticNoel Grandin5-30/+10
2021-04-03Revert "tdf#141127 Use ODF default values for draw:extrusion-skew"Regina Henschel1-9/+0
2021-04-01tdf#141345 sw page gutter margin: reimplement ODF filterMiklos Vajna7-3/+183
2021-03-31tdf#140343 sw page rtl gutter margin: add ODF importMiklos Vajna8-1/+139
2021-03-26Extract copy&pasted namespace list to XmlTestTools::registerODFNamespaces()Miklos Vajna1-4/+1