It was already possible to dump a PropertyMap as code, but not as data. The plan here is that if we dump the customshape preset definitions as data, then once there is a parser for it, we can get rid of the ugly generated code.
142d63d oox: add a method to dump a PropertyMap as data
include/oox/helper/propertymap.hxx | 2 ++
include/sal/log-areas.dox | 1 +
oox/source/drawingml/customshapeproperties.cxx | 3 +++
oox/source/helper/propertymap.cxx | 19 +++++++++++++++++++
4 files changed, 25 insertions(+)
Upstream: cgit.freedesktop.org