tdf#143929: chain XMLTextExportPropertySetMapper to sc's shape export
commitcfa931784082d38bb6b98058c5acccbaf9870710
authorMike Kaganski <mike.kaganski@collabora.com>
Tue, 24 Aug 2021 16:40:34 +0000 (24 19:40 +0300)
committerMike Kaganski <mike.kaganski@collabora.com>
Wed, 25 Aug 2021 17:19:43 +0000 (25 19:19 +0200)
tree55a6974db16d5e9c15e41ccf8fcb1095fadcfd47
parentaacb0f3e3755d5d2fd7489490a32d8104edb3ecc
tdf#143929: chain XMLTextExportPropertySetMapper to sc's shape export

This allows to export editengine columns to ODS. Alternatively, we could
re-introduce chaining text attributes in XMLShapeExport ctor, which was
commented out in commit d5b1e4827f8e6e0661563ec856cd80d926ba7b58 without
explanation; but that would affect export from other modules as well
(e.g., SdXMLExport::setSourceDocument sets up respective chaining in sd),
so to be on the safe side, I do it only for ScXMLShapeExport.

Change-Id: Iafee77b2b57e95031cfe1bbd2d43d7361a3e8469
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120958
Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
sc/qa/unit/data/ods/two-col-shape.ods [new file with mode: 0644]
sc/qa/unit/helper/qahelper.cxx
sc/qa/unit/helper/qahelper.hxx
sc/qa/unit/subsequent_export-test2.cxx
sc/source/filter/xml/xmlexprt.cxx