summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2017-08-12tdf#107197: Replace relationship URIChristian Barth
2017-08-12tdf#107197: Replace relationship URIChristian Barth
2017-08-12tdf#107197: Replace relationship URIChristian Barth
2017-08-12tdf#107197: Replace relationship URIChristian Barth
2017-08-11SmartArt: fix duplicated textGrzegorz Araminowicz
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-10tdf#109187 Fix OOXML import of flipped shapes with gradientsPaul Trojahn
2017-08-10tdf#109317 Fix incorrect rotation of flipped custom OOXML shapesPaul Trojahn
2017-08-10SmartArt: add nested shapes only if they are node's childrenGrzegorz Araminowicz
2017-08-09tdf#91384: DOCX: import ActiveX controlsTamás Zolnai
2017-08-09tdf#111548: Better fix for PPTX / XLSX import of ActiveX controlsTamás Zolnai
2017-08-08tdf#110440 drawingML import: fix handling of group shape propertiesMiklos Vajna
2017-08-08tdf#109858: Override default point label placement setting...Dennis Francis
2017-08-07Indentation fixesMiklos Vajna
2017-08-06Avoid warning about invalid alignment valueTamás Zolnai
2017-08-05Fix typosAndrea Gelmini
2017-08-04Make ActiveX controls import working again (PPTX / XLSX)Tamás Zolnai
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-08-01loplugin:checkunusedparamsNoel Grandin
2017-07-31loplugin:constparams in ooxNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-29tdf#109223: PPTX: Vertical flip of child shape is not imported correctlyTamás Zolnai
2017-07-28tdf#107723 Import font name from text portions in shapesSamuel Mehrbrodt
2017-07-26tdf#100491 fix DOCX import shape line with arrow markerVasily Melenchuk
2017-07-24SmartArt: text alignmentGrzegorz Araminowicz
2017-07-24SmartArt: cycle layout algorithmGrzegorz Araminowicz
2017-07-23coverity#1415611 Result is not floating-pointCaolán McNamara
2017-07-22loplugin:unusedfields in oox,reportdesignNoel Grandin
2017-07-21Rename InitAnySequence -> InitAnyPropertySequence, and convert some callers.Jan Holesovsky
2017-07-21sd pptm: Preserve the VBA stream on export.Jan Holesovsky
2017-07-21sd pptm: Add a separate PPTM filter.Jan Holesovsky
2017-07-21Fix typosAndrea Gelmini
2017-07-21oox: fix inconsistent param naming in interface/implementationMiklos Vajna
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20SmartArt: support hideGeom shape attrbuteGrzegorz Araminowicz
2017-07-20SmartArt: shape stylingGrzegorz Araminowicz
2017-07-20SmartArt: more layout workGrzegorz Araminowicz
2017-07-20SmartArt: add ShapeAtom to store shape template instead of LayoutNodeGrzegorz Araminowicz
2017-07-18Clean up android specific template functions defined in std namespacebrainbreaker
2017-07-17tdf#109067 Fix default value of rotWithShapePaul Trojahn
2017-07-17tdf#89926 Fix OOXML gradient angle importPaul Trojahn
2017-07-17tdf#104743: Export transparency for bitmap fill/backgroundKatarina Behrens
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
2017-07-14Remove unused [m]sChartAddressStephan Bergmann
2017-07-14Revert "tdf#109067 Fix default value of rotWithShape"Miklos Vajna
2017-07-14tdf#109067 Fix default value of rotWithShapePaul Trojahn
2017-07-13use more OUString::operator== in forms..salNoel Grandin
2017-07-11replace 'resize(size+1)' with emplace_backNoel Grandin