office-gobmx/oox/source/export
Tomaž Vajngerl e216988657 tdf148321: convert OOXML inset values to text distance values
Inset values for top, bottom are calcualted differently in OOXML
and need to be coverted on import to the text distance LO values,
that place the text relative to the shape correctly.

At export, the values can be converted back to the OOXML inset
compatible values, but the values are not always converted back to
the same values as the conversion is not bijective, however they
do render the same.

This also adds the test for the conversion when importing and
checks that the exported values are expected.

Change-Id: Ic64eec1a2a80ddad997f916da3e87dc30aaa12be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135463
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2022-06-08 11:36:12 +02:00
..
chartexport.cxx
ColorPropertySet.cxx
ColorPropertySet.hxx
DMLPresetShapeExport.cxx
drawingml.cxx tdf148321: convert OOXML inset values to text distance values 2022-06-08 11:36:12 +02:00
ooxml-export-notes.txt
preset-definitions-to-shape-types.pl
presetTextWarpDefinitions.xml Revert 6eeb0942c3 2022-05-31 09:39:56 +02:00
README
shapes.cxx tdf#147991 PPTX export: fix bullet indent regression 2022-05-31 13:00:38 +02:00
vmlexport.cxx

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