summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram
AgeCommit message (Expand)AuthorFilesLines
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-2/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen4-0/+5
2018-07-10Support txAnchorVert parameterekuiitr1-3/+18
2018-06-11coverity#1436015 UNUSED_VALUEekuiitr1-13/+2
2018-06-08Support autoTxRot parameter in Text algorithmekuiitr1-2/+19
2018-06-08Smartart: Corrected Line Algorithmekuiitr1-0/+10
2018-06-08tdf#117761 Corrected Snake Algorithmekuiitr1-15/+84
2018-03-31Use for-range loops in oox (part1)Julien Nabet1-78/+58
2018-01-15Fix typoAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann2-2/+2
2017-12-29loplugin:passstuffbyref improved return in variousNoel Grandin1-1/+1
2017-12-25various coverity exception warningsCaolán McNamara2-4/+2
2017-11-09loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2017-11-01loplugin:finalclasses in ooxNoel Grandin1-2/+2
2017-10-23loplugin:includeform: ooxStephan Bergmann15-36/+36
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann2-0/+0
2017-09-28Blind fix for Clang 3.8 "must explicitly initialize the const member" errorStephan Bergmann1-1/+6
2017-09-27SmartArt: correct behaviour of if/else nodesGrzegorz Araminowicz3-44/+35
2017-09-27loplugin:unusedmethodsNoel Grandin2-13/+0
2017-09-12clang-tidy modernize-use-emplace in ooxNoel Grandin2-5/+4
2017-08-30SmartArt: grDir snake algorithm parameterGrzegorz Araminowicz1-5/+21
2017-08-30tdf#43157 Clean up OSL_ENSURE in oox/drawingml/diagramGrzegorz Araminowicz4-10/+6
2017-08-24SmartArt: implement dir and maxDepth if node functionsGrzegorz Araminowicz4-18/+71
2017-08-24SmartArt: get rid of tagToVarIdx() and change VarMap to std::mapGrzegorz Araminowicz3-66/+2
2017-08-23SmartArt: shape rotation supportGrzegorz Araminowicz2-3/+14
2017-08-23SmartArt: basic support for layout constraintsGrzegorz Araminowicz5-68/+135
2017-08-17SmartArt: simplify conditions, miscellaneous changesGrzegorz Araminowicz6-50/+27
2017-08-17SmartArt: support cnt functionGrzegorz Araminowicz9-47/+103
2017-08-11SmartArt: fix duplicated textGrzegorz Araminowicz1-1/+5
2017-08-10SmartArt: add nested shapes only if they are node's childrenGrzegorz Araminowicz6-126/+143
2017-07-31loplugin:constparams in ooxNoel Grandin11-28/+28
2017-07-24SmartArt: text alignmentGrzegorz Araminowicz1-0/+51
2017-07-24SmartArt: cycle layout algorithmGrzegorz Araminowicz1-31/+18
2017-07-23coverity#1415611 Result is not floating-pointCaolán McNamara1-1/+3
2017-07-21Fix typosAndrea Gelmini1-1/+1
2017-07-20SmartArt: support hideGeom shape attrbuteGrzegorz Araminowicz1-3/+6
2017-07-20SmartArt: shape stylingGrzegorz Araminowicz2-24/+27
2017-07-20SmartArt: more layout workGrzegorz Araminowicz5-147/+117
2017-07-20SmartArt: add ShapeAtom to store shape template instead of LayoutNodeGrzegorz Araminowicz5-45/+142
2017-07-11SmartArt: reuse existing diagram shape for root shapeGrzegorz Araminowicz4-11/+27
2017-07-02loplugin:casttovoid: ooxStephan Bergmann1-2/+0
2017-06-29SmartArt: undo diagram elements' size changeGrzegorz Araminowicz1-4/+4
2017-06-27SmartArt: std::for_each -> range-based for loop.Jan Holesovsky3-20/+17
2017-06-26SmartArt: separate LayoutAtomVisitors from LayoutAtomsGrzegorz Araminowicz5-255/+326
2017-06-26SmartArt: layout diagramGrzegorz Araminowicz2-5/+13
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke3-3/+0
2017-05-02loplugin:checkunusedparams in ooxNoel Grandin5-10/+3
2017-02-28new loplugin unoanyNoel Grandin2-3/+3
2017-02-27Rename misleadingly named include file fillpropertiesgroupcontext.hxxTor Lillqvist1-1/+1
2017-02-21loplugin:subtlezeroinit: ooxStephan Bergmann1-4/+4