summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shape.cxx
AgeCommit message (Expand)Author
2021-02-21loplugin:refcounting in oox..i18npoolNoel
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-04use more getSdrObjectFromXShapeNoel
2021-01-28tdf#134210 Apply mirror property to custom cropped graphic.Gülşah Köse
2021-01-21tdf#134210 Import support for custom stretch values.Gülşah Köse
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-18tdf#128213 Fix text camera z rotation import and export.Gülşah Köse
2020-10-09tdf#133037 OOXML shape import: camera rotation along ZDaniel Arato (NISZ)
2020-10-06tdf#137000 XLSX shape export: fix uprightSzabolcs Toth
2020-10-06tdf#137023 PPTX import: fix unexpected center alignment of shape text, 2nd tryMiklos Vajna
2020-09-29tdf#91251 XLSX textbox export: fix missing overflow propertiesRegényi Balázs
2020-09-24Fix typoAndrea Gelmini
2020-09-24tdf#106197 XLSX shape import: keep text uprightSzabolcs Toth
2020-09-23tdf#136566 XLSX export: fix lost scheme based line colorsRegényi Balázs
2020-09-18tdf#129685 PPTX import: fix unexpected centering of shape textMiklos Vajna
2020-09-11oox smartart: add support for syncing font heights of multiple shapesMiklos Vajna
2020-08-24tdf#134174 Fix the rotation of bitmap filled custom shapes.Gülşah Köse
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-06-04Upcoming loplugin:elidestringvar: ooxStephan Bergmann
2020-06-02Use "Radius" instead of "Rad" for new propertiesTomaž Vajngerl
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-24tdf#101181: drop useless "GlowEffect" boolean propertyMike Kaganski
2020-05-20tdf#126363 DOCX shape round-trip: keep original line widthRegényi Balázs
2020-05-11tdf#49247: no need in extra boolean property, radius is enoughMike Kaganski
2020-05-11tdf#49247: implement soft edges document model and import/exportMike Kaganski
2020-05-07tdf#101181: store glow radius in 100ths of mm instead of EMUsMike Kaganski
2020-05-06tdf#101181: support for transparency attribute of glow effectMike Kaganski
2020-04-22use more make_shared in ooxNoel Grandin
2020-04-03loplugin:flatten in ooxNoel Grandin
2020-03-25tdf#131553 a null pointer crashes Impressnd101
2020-03-20tdf#131082 fix missing fill property of grouped shapesnd101
2020-03-16tdf#42949 Fix IWYU warnings in oox/source/[cd]*/*cxxGabor Kelemen
2020-03-03tdf#101181 Implement glow effect on shapesTamas Bunth
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-24loplugin:makeshared in ooxNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin
2019-12-19sal_Char->char in oox..registryNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-28tdf#113198 set default shape paragraph alignment..Tamas Bunth
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-16tdf#126060 Handle text camera z rotation while pptx import.Gülşah Köse
2019-10-15tdf#127964 PPTX import: fix shape fill handling: style vs slide backgroundMiklos Vajna
2019-10-09loplugin:redundantpointeropsStephan Bergmann
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov
2019-08-20loplugin:constvars in i18npool..openclNoel Grandin
2019-08-15tdf#126746 Add support for import/export line caps for .pptx formatBartosz Kosiorek
2019-08-07crashtesting: null deref on import of fdo62183-3.pptxCaolán McNamara