summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram
AgeCommit message (Expand)AuthorFilesLines
2022-06-24almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin3-22/+22
2022-06-22rename oox::OptValue::get to valueNoel Grandin4-29/+29
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin2-8/+8
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)2-2/+3
2022-05-11Advanced Diagram support: UNDO/REDO support for Diagram DataModelArmin Le Grand (Allotropia)2-0/+28
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann1-1/+1
2022-04-22Fix typo in codeAndrea Gelmini1-1/+1
2022-04-21Fix typoAndrea Gelmini1-1/+1
2022-04-21Fix typoAndrea Gelmini1-1/+1
2022-04-20Advanced Diagram support: Use better association Model<->XShapeArmin Le Grand (Allotropia)8-58/+300
2022-04-14Advanced Diagram support: Secure properties at Diagram ModelDataArmin Le Grand (Allotropia)4-17/+88
2022-04-11Advanced Diagram support: Make Style/Theme info availableArmin Le Grand (Allotropia)3-3/+45
2022-04-06Advanced Diagram support: Enhance BackgroundShape handlingArmin Le Grand (Allotropia)5-8/+13
2022-04-05Fix typosAndrea Gelmini1-1/+1
2022-04-05Advanced Diagram support: Move Diagram Text information to svxArmin Le Grand (Allotropia)3-349/+60
2022-04-05Fix typosAndrea Gelmini1-2/+2
2022-03-31Advanced Diagram support: Move class DiagramData to svx AFAPArmin Le Grand (Allotropia)8-158/+42
2022-03-28Advanced Diagram support: Move data classes to svxArmin Le Grand (Allotropia)11-236/+129
2022-03-27Fix typosAndrea Gelmini1-1/+1
2022-03-26Advanced Diagram support: Preparations to make oox-Shape temporaryArmin Le Grand (Allotropia)3-7/+71
2022-03-24Fix typosAndrea Gelmini1-1/+1
2022-03-24Advanced Diagram support: Continue isolate oox-ShapesArmin Le Grand (Allotropia)7-99/+100
2022-03-13Fix typosAndrea Gelmini2-3/+3
2022-03-11loplugin:constparamsNoel Grandin2-2/+2
2022-03-05Fix typosAndrea Gelmini1-1/+1
2022-03-04Advanced Diagram support: Allow reLayout without keeping oox::ShapeArmin Le Grand (Allotropia)5-71/+93
2022-03-04cid#1500743 Unchecked dynamic_castCaolán McNamara1-0/+5
2022-03-01Fix typosAndrea Gelmini1-1/+1
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)5-133/+172
2022-02-24tdf#147609 and ofz#44965 Indirect-leakCaolán McNamara1-2/+2
2022-02-22Advanced Diagram support: first additions/reorganizationsArmin Le Grand (Allotropia)3-0/+212
2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen1-0/+1
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin1-1/+1
2021-09-12clang:optin.performance.PaddingNoel Grandin1-5/+5
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-4/+4
2021-03-26loplugin:flattenNoel1-9/+9
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski2-15/+20
2021-01-26loplugin:passstuffbyrefNoel1-1/+1
2021-01-20oox smartart: extract composite algo from AlgAtom::layoutShape()Miklos Vajna2-259/+285
2021-01-19oox smartart: composite algo: handle right constraint when left+width is givenMiklos Vajna1-0/+42
2021-01-13oox smartart: extract pyra algo from AlgAtom::layoutShape()Miklos Vajna2-32/+48
2021-01-12oox smartart: fix crash in pyra algorithm with a single child shapeMiklos Vajna1-1/+4
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-1/+1
2020-12-09Simplify construction of OUString containing "•"Stephan Bergmann1-2/+1
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-3/+3
2020-11-19tdf#123936 Formatting files in module oox with clang-formatPhilipp Hofer1-14/+19
2020-10-20tdf#137417 oox smartart: avoid considering rules in vertical linear layoutsMiklos Vajna1-0/+6
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-02cid#1467667 Division or modulo by float zeroCaolán McNamara1-2/+2