summaryrefslogtreecommitdiff
path: root/oox/source/export
AgeCommit message (Expand)Author
2022-04-29use more string_view in ooxNoel Grandin
2022-04-27tdf#148784 consider StretchX in OOXML exportRegina Henschel
2022-04-26DOCX export: image deduplication and clean upTünde Tóth
2022-04-24Do not start a:path with lnTo in export to OOXMLRegina Henschel
2022-04-21tdf#109169 export Type encoded shading to OOXMLRegina Henschel
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-15tdf#109169 use custGeom for Octagon Bevel shapeRegina Henschel
2022-04-06tdf#148327 docx export: fix puzzle shapeAttila Bakos (NISZ)
2022-04-04tdf#100391 calculate true textarea rect for custGeomRegina Henschel
2022-04-04tdf#53970 PPTX: fix broken export of linked media filesTünde Tóth
2022-04-03loplugin:stringviewparam convert methods using matchNoel Grandin
2022-03-30tdf#74670 tdf#91286 PPTX XLSX export: save image onceTünde Tóth
2022-03-30Extract 'switch' block out of WriteCustomGeometryRegina Henschel
2022-03-29tdf#89449 PPTX import: fix line connectorsTibor Nagy
2022-03-29tdf#53970 PPTX: fix export of embedded media filesTünde Tóth
2022-03-27Fix typosAndrea Gelmini
2022-03-25tdf#147978 export subpaths individually in custGeomRegina Henschel
2022-03-24sd theme: add PPTX export for shape fill colorMiklos Vajna
2022-03-17tdf#147766 Export empty lines as line with noFillGülşah Köse
2022-03-15Simplify GetOOXMLPresetGeometry and GETVMLShapeTypeMike Kaganski
2022-03-14simplify GetOOXMLPresetGeometryNoel Grandin
2022-03-12Introduce FastAttributeList::add(NS) taking std::u16string_viewMike Kaganski
2022-03-11loplugin:constparamsNoel Grandin
2022-02-28tdf#147121 PPTX: fix regression of font size export of empty linesAttila Bakos (NISZ)
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)
2022-02-20tdf#146690: pptx export: fix endParaRPr size value for empty paragraphsSarper Akdemir
2022-02-03tdf#146822 OOXML: fix export of the transparency in hatch fillTünde Tóth
2022-02-02tdf#137675 PPTX export: adding missing fill="none" to a:pathTibor Nagy
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
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