summaryrefslogtreecommitdiff
path: root/oox/source/drawingml
AgeCommit message (Expand)Author
2017-09-18tdf#112088 gradient stop map -> multimapSzymon Kłos
2017-09-16tdf#100065 PPTX Fix import of custom shapes in groupsPaul Trojahn
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin
2017-09-07Replace macro with lambdaStephan Bergmann
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin
2017-08-30SmartArt: grDir snake algorithm parameterGrzegorz Araminowicz
2017-08-30tdf#43157 Clean up OSL_ENSURE in oox/drawingml/diagramGrzegorz Araminowicz
2017-08-24SmartArt: implement dir and maxDepth if node functionsGrzegorz Araminowicz
2017-08-24SmartArt: get rid of tagToVarIdx() and change VarMap to std::mapGrzegorz Araminowicz
2017-08-23SmartArt: shape rotation supportGrzegorz Araminowicz
2017-08-23SmartArt: basic support for layout constraintsGrzegorz Araminowicz
2017-08-17SmartArt: simplify conditions, miscellaneous changesGrzegorz Araminowicz
2017-08-17SmartArt: support cnt functionGrzegorz Araminowicz
2017-08-11SmartArt: fix duplicated textGrzegorz Araminowicz
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-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-05Fix typosAndrea Gelmini
2017-08-02remove unnecessary use of 'this->'Noel 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-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-21Fix typosAndrea Gelmini
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-17tdf#109067 Fix default value of rotWithShapePaul Trojahn
2017-07-17tdf#89926 Fix OOXML gradient angle importPaul Trojahn
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand
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
2017-07-11simplify some OUString::concat usageNoel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-11SmartArt: reuse existing diagram shape for root shapeGrzegorz Araminowicz
2017-07-02loplugin:casttovoid: ooxStephan Bergmann
2017-06-29SmartArt: undo diagram elements' size changeGrzegorz Araminowicz
2017-06-27SmartArt: std::for_each -> range-based for loop.Jan Holesovsky
2017-06-26SmartArt: separate LayoutAtomVisitors from LayoutAtomsGrzegorz Araminowicz
2017-06-26SmartArt: layout diagramGrzegorz Araminowicz
2017-06-26loplugin:oncevar in oox..saxNoel Grandin
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin