summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Expand)AuthorAgeFilesLines
* tdf#140623 Chart OOXML import: set text overlap to falseTünde Tóth2021-06-101-4/+6
* tdf#142713 OOXML: export secondary axis of all chart typesBalazs Varga2021-06-101-151/+185
* loplugin:unusedmethodsNoel Grandin2021-06-102-7/+0
* Simplify Sequences initializations (i*->p*)Julien Nabet2021-06-093-16/+16
* tdf#47365 PPTX export: support loop attributeTibor Nagy2021-06-081-0/+1
* editengine-columns: PPTX support (tdf#118458)Mike Kaganski2021-06-089-131/+38
* Fix and unify the two methods that get scaled text sizeMike Kaganski2021-06-061-4/+1
* Potentially uninitialized local variable 'aEvpMd' usedJulien Nabet2021-06-051-1/+1
* test: introduce XmlTestTools::registerOOXMLNamespaces() to reduce copy&pasteMiklos Vajna2021-06-041-52/+1
* tdf137314 Add margin to CppunitTest assertionsJan-Marek Glogowski2021-05-261-2/+2
* tdf#96061 Unset the highlight propertyGülşah Köse2021-05-261-0/+2
* tdf#131390 PPTX: fix custom slide show is not imported.Tibor Nagy2021-05-252-10/+62
* tdf#141644 OOXML shape import: fix upright text rotate angleSzabolcs Toth2021-05-251-6/+6
* tdf#137314 apply conversion from vml angle unit 'fd'Regina Henschel2021-05-253-4/+26
* fix leak in CppunitTest_oox_cryptoNoel Grandin2021-05-201-0/+13
* Improve loplugin:stringviewStephan Bergmann2021-05-141-1/+1
* tdf#141463 avoid skew in shape group in ooxml import ..Regina Henschel2021-05-113-87/+203
* crashtesting: failure on export of ooo26119-1.sxc to xlsxCaolán McNamara2021-05-061-1/+3
* Removed duplicated includeAndrea Gelmini2021-05-061-1/+0
* tdf#54037 PPTX export: fix internal hyperlinksTibor Nagy2021-05-041-8/+57
* tdf#103347 PPTX import: fix duplicated slide nameTibor Nagy2021-05-041-2/+19
* loplugin:stringadd improvement for appending numbersNoel Grandin2021-05-033-39/+32
* loplugin:unnecessaryparen small improvementNoel Grandin2021-05-032-6/+6
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-0230-54/+54
* loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin2021-04-295-22/+12
* Revert "tdf#136957 Use bigger dots for better handling in presentation mode."Luboš Luňák2021-04-292-4/+4
* tdf#65724 PPTX import: fix internal hyperlink to slideTibor Nagy2021-04-291-1/+1
* use string_view in INetURLObject::decodeNoel Grandin2021-04-273-16/+16
* loplugin:stringadd convert chained append to +Noel Grandin2021-04-275-15/+7
* no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2021-04-221-1/+1
* tdf#132472: do not set text color when table style is 'Themed-Style-2'Xisco Fauli2021-04-221-3/+3
* tdf#141540 fix docx import of group or line with rotationRegina Henschel2021-04-221-0/+4
* tdf#122962 DOCX drawingML export: fix polygon shape in group shapeMiklos Vajna2021-04-206-9/+232
* Updated README.md filesHossein2021-04-191-0/+1
* tdf#122222: add DOCX export of resolved comments as "done"Mike Kaganski2021-04-164-0/+8
* reduce allocation in TextListStyle some moreNoel Grandin2021-04-1411-42/+33
* reduce allocation in TextListStyleNoel Grandin2021-04-146-36/+26
* tdf#79591: No need to use getStr hereMike Kaganski2021-04-132-7/+7
* tdf#140489 fix chart display in xlsxSzymon Kłos2021-04-121-2/+6
* Don't overwrite existing categories for seriesSzymon Kłos2021-04-121-5/+8
* update PCHsLuboš Luňák2021-04-081-1/+2
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-24/+24
* update pchesCaolán McNamara2021-04-061-1/+3
* Use isEmpty instead of comparing getLength to 0Mike Kaganski2021-03-311-1/+1
* tdf#125560 PPTX import: fix WordArt effect textDeflate and textInflateTopGabor Kelemen2021-03-291-2/+2
* tdf#137367 PPTX import: fix lost direct hyperlink colorsTibor Nagy2021-03-292-2/+5
* loplugin:flattenNoel2021-03-262-97/+97
* tdf#118535 DOCX export: save header image onceDaniel Arato (NISZ)2021-03-262-13/+28
* tdf#122717: fix handling of zero width/height linesXisco Fauli2021-03-261-3/+10
* const OUString -> const OUStringLiteralMike Kaganski2021-03-2512-26/+26