summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/shape.cxx
AgeCommit message (Expand)Author
2015-11-16tdf#85232 WPG import: fix handling of line shapesMiklos Vajna
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin
2015-04-04cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2015-04-03tdf#90403 PPTX import: use real table sizeAndras Timar
2015-03-30bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar
2015-03-10handle MSO 2007 vs OOXML in auto title chart importMarkus Mohrhard
2015-01-21fdo#87488 Wrong text rotation inside a preset shape from docxGary Houston
2014-12-22bnc#862510: PPTX import: Wrong text color inside shapeZolnai Tamás
2014-11-30PPTX import: shape effect properties defined by themeZolnai Tamás
2014-11-30PPTX import: fix import of shape line properties defined by themeZolnai Tamás
2014-11-30bnc#904423: Text(box) is rendered white on white when it is notZolnai Tamás
2014-10-29constStephan Bergmann
2014-10-29constStephan Bergmann
2014-10-13oox: refactor embedded media importMichael Stahl
2014-10-01DOCX drawingML import: handle char color from theme for shape textMiklos Vajna
2014-09-27Use oox::drawingml::EMU_PER_HMMMiklos Vajna
2014-09-26DOCX drawingML import: fix remaining rotation / flip combinationsMiklos Vajna
2014-09-24Remove TokenMap::getUnicodeTokenName()Matúš Kukan
2014-09-14Replace struct EmbeddedWAVAudioFile with simple string.Matúš Kukan
2014-09-14Move oox/drawingml/*hxx internal headers to oox/inc.Matúš Kukan
2014-08-25use ptr_vector to prevent memory leakMarkus Mohrhard
2014-07-07bnc#882383: Do not ignore themeOverride for charts in .pptxMatúš Kukan
2014-06-25Move more oox/drawingml/ internal headers to oox/inc.Matúš Kukan
2014-06-25remove whitespacesMarkus Mohrhard
2014-06-23Move oox/drawingml/table/ internal headers to oox/inc.Matúš Kukan
2014-06-18oox: import WPS shape with text as shape with textboxMiklos Vajna
2014-06-17These headers are private, also do not export symbols.Matúš Kukan
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13DOCX import: implement linking for shapes having textboxesMiklos Vajna
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-06-07make sure all objects exist, related fdo#75692Markus Mohrhard
2014-05-23ooxml: preserve artistic effects on shapes.Jacobo Aragunde Pérez
2014-05-20fdo#78658 Corruption: lockedCanvas tag is missing from RT fileDinesh Patil
2014-05-16Use SVM (metafile) instead of PNG for diagrams (SmartArt)Tor Lillqvist
2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez
2014-05-16oox: always save all kinds of 3d effects to the grab bag.Jacobo Aragunde Pérez
2014-05-13ooxml: Preserve shape 3d effects: extrusion and contour colorsJacobo Aragunde Pérez
2014-05-09ooxml: Preserve shape 3d effects: z, contour and extrusionJacobo Aragunde Pérez
2014-05-09oox: preserve scene3d/lightRig effects on shapes.Jacobo Aragunde Pérez
2014-05-06oox: prepare for importing a TextBox property on shapesMiklos Vajna
2014-05-06oox: preserve scene3d/camera effects on shapes.Jacobo Aragunde Pérez
2014-05-06oox: Integrate Shape3DProperties and Scene3DPropertiesContextJacobo Aragunde Pérez
2014-04-29coverity#1210175 Uninitialized scalar fieldCaolán McNamara
2014-04-24fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl
2014-04-23ooxml: Preserve outer shadow effect on shapes.Jacobo Aragunde Pérez
2014-04-22fod#77122 DOCX filter: link between textboxes is not being preservedumeshkadam
2014-04-16oox: add --data switch to generatePresetsCXX.plMiklos Vajna
2014-04-15fdo#75722: fix incorrect import of rotated DML shapesJacobo Aragunde Pérez
2014-04-15sal_Bool -> boolJacobo Aragunde Pérez
2014-04-03oox: sal_Bool->boolNoel Grandin