summaryrefslogtreecommitdiff
path: root/oox/source/export
AgeCommit message (Expand)Author
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2022-01-05tdf#146534 pptx import: make Z rotation work with rotation transformSarper Akdemir
2022-01-03tdf#127696 PPTX export: fix lost outline character formattingTünde Tóth
2022-01-03tdf#98736 OOXML export: keep CaptionShape as TextShapeTünde Tóth
2021-12-09tdf#145162 PPTX export: fix extra bullet regressionAttila Bakos (NISZ)
2021-12-06PPTX export: handle theme color of shape text with effectsMiklos Vajna
2021-12-03tdf#129430 PPTX export: fix workaround for "At least" line spacingTibor Nagy
2021-12-02PPTX export: handle theme colors from the doc model for shape textMiklos Vajna
2021-11-29tdf#118045 PPTX export: fix proportional line spacingTibor Nagy
2021-11-24tdf#124781 PPTX export: fix superscript and subscript positionsTibor Nagy
2021-11-22Use less DegreeN::get()Mike Kaganski
2021-11-19Use more basegfx::deg2rad<N> and basegfx::rad2deg<N>Mike Kaganski
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-03tdf#144914 PPTX export: fix interactions and hyperlinks on shapesTibor Nagy
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski
2021-10-21loplugin:flattenNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-13tdf#124232 PPTX export: fix interactions and hyperlinks on imagesTibor Nagy
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: ooxStephan Bergmann
2021-09-21tdf#142602 DOCX: export adjustment points of custom shape arrowsDaniel Arato (NISZ)
2021-09-15loplugin:constvarsNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-11cid#1454626: Uninitialized scalar field (oox/chartexport)Julien Nabet
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis
2021-09-01tdf#143127 tdf#143130 ooxml export: fix lost image/shape in chartBalazs Varga
2021-09-01tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis
2021-08-19loplugin:constmethodsNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-16tdf#130924 : replace debugging printf calls with SAL_INFO/SAL_WARNEmircan Agac
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-15tdf#143860 non-primitive needs custGeom not prstGeomRegina Henschel
2021-08-14tdf#142605 use frame size in oox export of BezierCurveRegina Henschel
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-09tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-07-19tdf#59323 tdf#142221: fix pptx datetime import export formatSarper Akdemir
2021-07-13Avoid default argument value, and be explicitMike Kaganski
2021-07-13tdf#141786 correct position of child elements in groupRegina Henschel
2021-07-02tdf#142235 PPTX export: fix styles with placeholdersAttila Bakos (NISZ)
2021-07-01tdf#143028 DOCX export: fix RangeY regression of preset shapesAttila Bakos (NISZ)
2021-07-01tdf#143028 DOCX: fix corrupt export of shape "bracePair" etc.Attila Bakos (NISZ)
2021-07-01address style concerns and better practices for pptx footer exportSarper Akdemir
2021-06-30Purge out rtl::math::setNanBaiXiaochun