summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-22oox: VML export: write o:allowincell attribute on shapesMichael Stahl1-1/+7
2021-02-21loplugin:refcounting in oox..i18npoolNoel2-4/+4
2021-02-19update pchesCaolán McNamara1-1/+3
2021-02-16Fix index out of range when vml-shape-types is missingMike Kaganski1-3/+3
2021-02-16loplugin:referencecasting in oox..packageNoel5-12/+9
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski5-35/+47
2021-02-11Fix typoAndrea Gelmini1-1/+1
2021-02-11Fix typoAndrea Gelmini1-1/+1
2021-02-11loplugin:refcounting generalise type checkingNoel1-2/+2
2021-02-10Fix loplugin:stringliteralvarStephan Bergmann1-2/+2
2021-02-10Fix chart label import, use the locale as MS Office doesAndras Timar1-1/+1
2021-02-10tdf#134210 Handle greyscale effect on bitmap filled custom shapes.Gülşah Köse1-0/+19
2021-02-10pass FastAttributeList around by rtl::ReferenceNoel2-76/+60
2021-02-10tdf#134210 Import crop position of bitmap filled shape.Gülşah Köse2-34/+89
2021-02-08Remove unneeded breaksAndrea Gelmini6-9/+0
2021-02-08update pchesCaolán McNamara1-1/+3
2021-02-08oox: prefix VML shapetype ids with _x0000_tMichael Stahl4-4/+14
2021-02-08tdf#94235 Add support for series name in data series labelsSamuel Mehrbrodt2-2/+3
2021-02-06Use more conversion functions from <tools/UnitConversion.hxx>Mike Kaganski2-3/+4
2021-02-05Make sanitiseMm100ToTwip simpler and more correctMike Kaganski1-3/+4
2021-02-04Fix -Wmaybe-uninitializeddante1-1/+1
2021-02-04have one set of twips<->mm conversionsNoel1-3/+4
2021-02-04use more getSdrObjectFromXShapeNoel1-5/+5
2021-01-29loplugin:stringviewparam extend to new..Noel3-9/+9
2021-01-28simplify code, use more subView()Noel1-3/+3
2021-01-28tdf#134210 Apply mirror property to custom cropped graphic.Gülşah Köse3-4/+38
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-1/+1
2021-01-27PPTX filter: fix lost is-narration property for slide narrationsMiklos Vajna2-1/+7
2021-01-26[API CHANGE] PPTX filter: fix lost hide-while-show prop for slide narrationsMiklos Vajna2-0/+15
2021-01-26cid#1472266 silence Using invalid iteratorCaolán McNamara1-2/+6
2021-01-26loplugin:passstuffbyrefNoel2-2/+2
2021-01-24cid#1472266 silence Using invalid iteratorCaolán McNamara1-0/+2
2021-01-22PPTX filter: fix playFrom command handling for slide narrationsMiklos Vajna1-1/+1
2021-01-22PPTX export: fix size of shape for slide narrationsMiklos Vajna1-0/+8
2021-01-21tdf#134210 Import support for custom stretch values.Gülşah Köse3-3/+36
2021-01-20oox smartart: extract composite algo from AlgAtom::layoutShape()Miklos Vajna2-259/+285
2021-01-20tdf#128550 set sub item on the ancestor node.Mark Hung1-8/+49
2021-01-19oox smartart: composite algo: handle right constraint when left+width is givenMiklos Vajna1-0/+42
2021-01-16make the Color constructors explicitly specify transparencyNoel7-25/+25
2021-01-16PPTX export: fix mime type of slide narrationsMiklos Vajna1-0/+5
2021-01-15tdf#61028 OOXML export: fix lost arcTo shapeTünde Tóth1-1/+27
2021-01-13oox smartart: extract pyra algo from AlgAtom::layoutShape()Miklos Vajna2-32/+48
2021-01-12transparency->alpha in tools::ColorNoel1-1/+1