summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram/layoutatomvisitors.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-30SmartArt: keep parent constraints instead of merging every timeGrzegorz Araminowicz1-1/+5
2019-05-29SmartArt: sort shapes by Z order after layout algorithmsGrzegorz Araminowicz1-32/+0
2019-04-10SmartArt: omit last atom in forEach loop only when necessaryGrzegorz Araminowicz1-3/+3
2019-02-25oox smartart, picture strip: expose aspect ratio of children for snake algoMiklos Vajna1-0/+4
2019-02-22oox smartart, picture strip: handle bitmap fill of pres nodesMiklos Vajna1-0/+3
2019-01-02oox smartart, org chart: handle multiple elements in hierChildMiklos Vajna1-1/+2
2018-12-01oox smartart, accent process: adjust size of connector from constraintsMiklos Vajna1-1/+1
2018-11-28oox smartart, accent process: handle followSib axis of forEachMiklos Vajna1-0/+14
2018-11-16oox smartart, accent process: add support for zorder offsetsMiklos Vajna1-0/+32
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin1-1/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+2
2018-01-15Fix typoAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: ooxStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: ooxStephan Bergmann1-1/+1
2017-10-23chmod 0755 -> 0644 for some source filesStephan Bergmann1-0/+0
2017-08-23SmartArt: basic support for layout constraintsGrzegorz Araminowicz1-10/+19
2017-08-17SmartArt: simplify conditions, miscellaneous changesGrzegorz Araminowicz1-4/+0
2017-08-17SmartArt: support cnt functionGrzegorz Araminowicz1-12/+7
2017-08-10SmartArt: add nested shapes only if they are node's childrenGrzegorz Araminowicz1-2/+24
2017-07-31loplugin:constparams in ooxNoel Grandin1-4/+4
2017-07-20SmartArt: more layout workGrzegorz Araminowicz1-10/+30
2017-07-20SmartArt: add ShapeAtom to store shape template instead of LayoutNodeGrzegorz Araminowicz1-20/+88
2017-07-11SmartArt: reuse existing diagram shape for root shapeGrzegorz Araminowicz1-2/+7
2017-06-27SmartArt: std::for_each -> range-based for loop.Jan Holesovsky1-13/+10
2017-06-26SmartArt: separate LayoutAtomVisitors from LayoutAtomsGrzegorz Araminowicz1-0/+222