summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
2021-07-13tdf#141786 correct position of child elements in groupRegina Henschel5-1/+85
2021-07-08tdf#142235 PPTX export: fix styles with placeholdersAttila Bakos (NISZ)1-2/+1
2021-07-02tdf#143028 DOCX: fix corrupt export of shape "bracePair" etc.Attila Bakos (NISZ)1-59/+132
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)1-0/+4
2021-06-29tdf#142913 PPTX: slideshow setting “Start from” not importedTibor Nagy1-0/+18
2021-06-28tdf#142646 PPTX import: count repeating slide namesTibor Nagy1-9/+16
2021-06-24tdf#92525 tdf#142398: fix export of simple custom shapesAttila Bakos (NISZ)3-1/+1302
2021-06-21tdf#142590 PPTX import: fix custom slide show use as defaultTibor Nagy1-0/+17
2021-06-21tdf#137000: clean-up "XML shape export: fix upright"Szabolcs Toth1-8/+2
2021-06-21fix loading calc files with embedded form macrosNoel Grandin1-32/+22
2021-06-18tdf#127864 - Export custom document properties using utf8 text encodingAndreas Heinisch1-1/+2
2021-06-16tdf#142361 export: prevent shadow to rotate with shapeRegina Henschel1-1/+3
2021-06-10tdf#140623 Chart OOXML import: set text overlap to falseTünde Tóth1-4/+6
2021-06-10tdf#142713 OOXML: export secondary axis of all chart typesBalazs Varga1-151/+185
2021-06-10loplugin:unusedmethodsNoel Grandin2-7/+0
2021-06-09Simplify Sequences initializations (i*->p*)Julien Nabet3-16/+16
2021-06-08tdf#47365 PPTX export: support loop attributeTibor Nagy1-0/+1
2021-06-08editengine-columns: PPTX support (tdf#118458)Mike Kaganski9-131/+38
2021-06-06Fix and unify the two methods that get scaled text sizeMike Kaganski1-4/+1
2021-06-05Potentially uninitialized local variable 'aEvpMd' usedJulien Nabet1-1/+1
2021-06-04test: introduce XmlTestTools::registerOOXMLNamespaces() to reduce copy&pasteMiklos Vajna1-52/+1
2021-05-26tdf137314 Add margin to CppunitTest assertionsJan-Marek Glogowski1-2/+2
2021-05-26tdf#96061 Unset the highlight propertyGülşah Köse1-0/+2
2021-05-25tdf#131390 PPTX: fix custom slide show is not imported.Tibor Nagy2-10/+62
2021-05-25tdf#141644 OOXML shape import: fix upright text rotate angleSzabolcs Toth1-6/+6
2021-05-25tdf#137314 apply conversion from vml angle unit 'fd'Regina Henschel3-4/+26
2021-05-20fix leak in CppunitTest_oox_cryptoNoel Grandin1-0/+13
2021-05-14Improve loplugin:stringviewStephan Bergmann1-1/+1
2021-05-11tdf#141463 avoid skew in shape group in ooxml import ..Regina Henschel3-87/+203
2021-05-06crashtesting: failure on export of ooo26119-1.sxc to xlsxCaolán McNamara1-1/+3
2021-05-06Removed duplicated includeAndrea Gelmini1-1/+0
2021-05-04tdf#54037 PPTX export: fix internal hyperlinksTibor Nagy1-8/+57
2021-05-04tdf#103347 PPTX import: fix duplicated slide nameTibor Nagy1-2/+19
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin3-39/+32
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin2-6/+6
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann30-54/+54
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin5-22/+12
2021-04-29Revert "tdf#136957 Use bigger dots for better handling in presentation mode."Luboš Luňák2-4/+4
2021-04-29tdf#65724 PPTX import: fix internal hyperlink to slideTibor Nagy1-1/+1
2021-04-27use string_view in INetURLObject::decodeNoel Grandin3-16/+16
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin5-15/+7
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-04-22tdf#132472: do not set text color when table style is 'Themed-Style-2'Xisco Fauli1-3/+3
2021-04-22tdf#141540 fix docx import of group or line with rotationRegina Henschel1-0/+4
2021-04-20tdf#122962 DOCX drawingML export: fix polygon shape in group shapeMiklos Vajna6-9/+232
2021-04-19Updated README.md filesHossein1-0/+1
2021-04-16tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski4-0/+8
2021-04-14reduce allocation in TextListStyle some moreNoel Grandin11-42/+33
2021-04-14reduce allocation in TextListStyleNoel Grandin6-36/+26
2021-04-13tdf#79591: No need to use getStr hereMike Kaganski2-7/+7