summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2021-02-24Prevent the unnecessary lclCropGraphic call.Gülşah Köse
2021-02-22oox: VML export: write o:allowincell attribute on shapesMichael Stahl
2021-02-21loplugin:refcounting in oox..i18npoolNoel
2021-02-19update pchesCaolán McNamara
2021-02-16Fix index out of range when vml-shape-types is missingMike Kaganski
2021-02-16loplugin:referencecasting in oox..packageNoel
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-11Fix typoAndrea Gelmini
2021-02-11Fix typoAndrea Gelmini
2021-02-11loplugin:refcounting generalise type checkingNoel
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann
2021-02-10Fix chart label import, use the locale as MS Office doesAndras Timar
2021-02-10tdf#134210 Handle greyscale effect on bitmap filled custom shapes.Gülşah Köse
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel
2021-02-10tdf#134210 Import crop position of bitmap filled shape.Gülşah Köse
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-02-08update pchesCaolán McNamara
2021-02-08oox: prefix VML shapetype ids with _x0000_tMichael Stahl
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski
2021-02-04Fix -Wmaybe-uninitializeddante
2021-02-04have one set of twips<->mm conversionsNoel
2021-02-04use more getSdrObjectFromXShapeNoel
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28simplify code, use more subView()Noel
2021-01-28tdf#134210 Apply mirror property to custom cropped graphic.Gülşah Köse
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27PPTX filter: fix lost is-narration property for slide narrationsMiklos Vajna
2021-01-26[API CHANGE] PPTX filter: fix lost hide-while-show prop for slide narrationsMiklos Vajna
2021-01-26cid#1472266 silence Using invalid iteratorCaolán McNamara
2021-01-26loplugin:passstuffbyrefNoel
2021-01-24cid#1472266 silence Using invalid iteratorCaolán McNamara
2021-01-22PPTX filter: fix playFrom command handling for slide narrationsMiklos Vajna
2021-01-22PPTX export: fix size of shape for slide narrationsMiklos Vajna
2021-01-21tdf#134210 Import support for custom stretch values.Gülşah Köse
2021-01-20oox smartart: extract composite algo from AlgAtom::layoutShape()Miklos Vajna
2021-01-20tdf#128550 set sub item on the ancestor node.Mark Hung
2021-01-19oox smartart: composite algo: handle right constraint when left+width is givenMiklos Vajna
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-16PPTX export: fix mime type of slide narrationsMiklos Vajna
2021-01-15tdf#61028 OOXML export: fix lost arcTo shapeTünde Tóth
2021-01-13oox smartart: extract pyra algo from AlgAtom::layoutShape()Miklos Vajna
2021-01-12transparency->alpha in tools::ColorNoel
2021-01-12oox smartart: fix crash in pyra algorithm with a single child shapeMiklos Vajna
2021-01-10fix coverity parse errorsCaolán McNamara
2021-01-10static_cast after dynamic_castNoel Grandin
2021-01-09fix coverity parse errorsCaolán McNamara
2021-01-08tdf138773 Chart OOXML import: set text overlap to falseTünde Tóth
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann