summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-12tdf#140489 fix chart display in xlsxSzymon Kłos1-2/+6
2021-04-12Don't overwrite existing categories for seriesSzymon Kłos1-5/+8
2021-04-08update PCHsLuboš Luňák1-1/+2
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-24/+24
2021-04-06update pchesCaolán McNamara1-1/+3
2021-03-31Use isEmpty instead of comparing getLength to 0Mike Kaganski1-1/+1
2021-03-29tdf#125560 PPTX import: fix WordArt effect textDeflate and textInflateTopGabor Kelemen1-2/+2
2021-03-29tdf#137367 PPTX import: fix lost direct hyperlink colorsTibor Nagy2-2/+5
2021-03-26loplugin:flattenNoel2-97/+97
2021-03-26tdf#118535 DOCX export: save header image onceDaniel Arato (NISZ)2-13/+28
2021-03-26tdf#122717: fix handling of zero width/height linesXisco Fauli1-3/+10
2021-03-25const OUString -> const OUStringLiteralMike Kaganski12-26/+26
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-23tdf#140714 Import graphics cropped into custom geometry as custom shapes.Gülşah Köse1-2/+4
2021-03-19tdf#131905 PPTX table export: fix vertical alignmentTibor Nagy1-1/+7
2021-03-18tdf#118693: no need to use convertMm100ToTwip() for line shapes anymoreXisco Fauli1-8/+1
2021-03-13add PixelFormat enum that replaces bit count in Bitmap/BitmapExTomaž Vajngerl1-1/+1
2021-03-12Drop some unused includesMiklos Vajna1-1/+0
2021-03-11Revert "tdf#118133 DOCX import: disable lazy-loading of tiff images"Xisco Fauli1-7/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-03-10tdf#140865 roundtrip pptx wordart 3D, add sp3dRegina Henschel2-0/+40
2021-03-09Make sal/config.h the first in pchMike Kaganski1-2/+2
2021-03-07Revert "tdf#126310 Disable lazy loading of WMF images"Xisco Fauli1-2/+2
2021-03-04tdf#139940 oox: mark end before growing largest segment backwardsJustin Luth1-1/+3
2021-03-03Reset ShapeProperty priority and handle only crop case.Gülşah Köse1-7/+16
2021-02-25tdf#136570 OOXML import: fix height of OLE objectsAttila Bakos (NISZ)1-1/+1
2021-02-25tdf#139734 Remove redundant asserts after MacrosTest::loadFromDesktopMoaz1-1/+0
2021-02-24Prevent the unnecessary lclCropGraphic call.Gülşah Köse1-9/+10