summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram/layoutatomvisitors.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tdf#146619 Drop unused 'using namespace' in: oox/Gabor Kelemen1-2/+0
2024-01-08cid#1545370 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+2
2022-04-21Fix typoAndrea Gelmini1-1/+1
2022-04-20Advanced Diagram support: Use better association Model<->XShapeArmin Le Grand (Allotropia)1-0/+4
2022-03-28Advanced Diagram support: Move data classes to svxArmin Le Grand (Allotropia)1-4/+4
2020-11-19tdf#123936 Formatting files in module oox with clang-formatPhilipp Hofer1-14/+19
2020-07-31oox smartart: consider rules when scaling in linear layoutMiklos Vajna1-6/+0
2020-07-24oox smartart: start parsing rule listsMiklos Vajna1-1/+19
2020-05-22smartart import: handle multiple <a:schemeClr> in <dgm:fillClrLst>Miklos Vajna1-2/+2
2020-01-24loplugin:makeshared in ooxNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin1-2/+2
2019-07-09SmartArt: improve organization chart layoutGrzegorz Araminowicz1-5/+17
2019-07-07Revert "SmartArt: support multiple levels of shapes in LayoutNodes"Grzegorz Araminowicz1-10/+5
2019-07-01SmartArt: all visitors follow data presentation nodesGrzegorz Araminowicz1-169/+28
2019-06-25SmartArt: move setting shape aspect ratio to alg atom visitGrzegorz Araminowicz1-5/+1
2019-06-18SmartArt: support ForEach referencesGrzegorz Araminowicz1-0/+14
2019-06-17SmartArt: support multiple levels of shapes in LayoutNodesGrzegorz Araminowicz1-7/+17
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