office-gobmx/oox/source/export
Tibor Nagy f4efaf4551 tdf#66228 PPTX export: fix lost U-shaped connectors
which were replaced with straight connector lines.

The "Line Connector" has no equivalent in OOXML. So far it has
been saved as a "Straight connector". In most cases, the better
solution is to change it to "Standard connector", keeping
the original layout with U-shaped connectors.

Change-Id: I9d6b6174d0556ba2478c6a9837c500b3cc794c82
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134284
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
2022-05-23 10:59:10 +02:00
..
chartexport.cxx
ColorPropertySet.cxx
ColorPropertySet.hxx
DMLPresetShapeExport.cxx
drawingml.cxx add SvStream::ReadLine(OStringBuffer... to reduce OString allocation 2022-05-13 11:11:27 +02:00
ooxml-export-notes.txt
preset-definitions-to-shape-types.pl
presetTextWarpDefinitions.xml
README
shapes.cxx tdf#66228 PPTX export: fix lost U-shaped connectors 2022-05-23 10:59:10 +02:00
vmlexport.cxx add SvStream::ReadLine(OStringBuffer... to reduce OString allocation 2022-05-13 11:11:27 +02:00

presetTextWarpDefinitions.xml and presetShapeDefinitions.xml come from the
OOXML documentation (TC45).