summaryrefslogtreecommitdiff
path: root/oox/source/export/shapes.cxx
AgeCommit message (Expand)Author
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-05-14tdf#107197 Replace relationship URIFakabbir Amin
2017-04-27tdf#107020: Reintroduce uses of I32S, I64SStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25There should be no need to distinguish between I32S and I64SStephan Bergmann
2017-03-07loplugin:loopvartoosmallStephan Bergmann
2017-01-05getLength -> isEmptyStephan Bergmann
2017-01-04replace namespace URL strings with function calls...Rosemary Sebastian
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-12-15Phase out support for HAVE_BROKEN_STATIC_INITIALIZER_LISTStephan Bergmann
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13OSL_TRACE->SAL in framework..salNoel Grandin
2016-11-25tdf#96052 - export the forbidden shape as path instead of preset shape.Mark Hung
2016-11-19tdf#92076 oox - export PolyPolygonShape and PolyLineShape.Mark Hung
2016-11-07oox: exporting the block arc as its corresponding drawingml preset shape.Mark Hung
2016-10-25tdf#103389: Resaving a DOCX document with two canvases leads to a broken file.Tamás Zolnai
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-08-11Convert handles of built-in shapes in Impress when exporting to PPTX.Mark Hung
2016-06-30tdf#100179 correct cell merging in pptx.Mark Hung
2016-05-05clang-tidy modernize-loop-convert in oox to saxNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-11clang-tidy performance-unnecessary-value-param in ooxNoel Grandin
2016-03-31Typo in HAVE_BROKEN_STATIC_INITILIZER_LISTStephan Bergmann
2016-02-03Improve DrawingML export of rotated/flipped customshapesAndras Timar
2016-01-15oox: getEntryName() could throw a WrongStateExceptionMichael Stahl
2016-01-15oox: export Math objects to PPTX filesMichael Stahl
2016-01-15oox: move enum DocumentType out of drawingml.hxxMichael Stahl
2016-01-11oox: deterministic oleObject stream numberingMichael Stahl
2016-01-10crashtesting: don't fail on export of fdo65321-3.ods to xlsxCaolán McNamara
2015-12-23crashtesting: export of ooo40765-1.sxw to docx failsCaolán McNamara
2015-12-20Bin leftover commented-out debugging call to dump_pset()Tor Lillqvist
2015-12-20oox: fix indentation of ShapeExport::WriteOLE2ShapeMichael Stahl
2015-12-20oox: save ProgId on import, and use it in ShapeExport::WriteOLE2Shape()Michael Stahl
2015-12-20oox: stop pointlessly loading embedded objects to check if it's a chartMichael Stahl
2015-12-20oox: replace incomplete implementation of ShapeExport::WriteOLE2Shape()Michael Stahl
2015-12-20factor out oox::GetOLEObjectStream() without sw dependenciesMichael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-13Use nRadius value at least to decide between "rect" and "roundRect" presetsStephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-08-14loplugin: defaultparamsNoel Grandin
2015-06-13no need to check for pShape hereAndras Timar
2015-06-13amend commentAndras Timar
2015-06-13tdf#92000 save rectangle to DrawingML as a preset shapeAndras Timar
2015-06-12tdf#92001 'Handles' contains array of PropertyValuesAndras Timar
2015-05-27disable more annoying log outputMarkus Mohrhard