From 3dcd0f4a4cd62f56e75c5f62df9284dc24882f72 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Tue, 15 Oct 2024 11:23:39 +0200 Subject: tdf#162691: ODF 1.4 Add support for xy and polar handle new attributes Co-author: Regina Henschel This implements the new draw:handle attributes of ODF 1.4. For reasons for new attributes see https://issues.oasis-open.org/browse/OFFICE-4110 The old attributes are deprecated but may still be written. So we keep them to be backward compatible. Change-Id: I0b3443d000b2b163363f9070e5e276af2b018cbb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174966 Tested-by: Jenkins Reviewed-by: Regina Henschel --- xmloff/inc/EnhancedCustomShapeToken.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xmloff/inc') diff --git a/xmloff/inc/EnhancedCustomShapeToken.hxx b/xmloff/inc/EnhancedCustomShapeToken.hxx index 9eaf87973170..2e4eed275e66 100644 --- a/xmloff/inc/EnhancedCustomShapeToken.hxx +++ b/xmloff/inc/EnhancedCustomShapeToken.hxx @@ -78,11 +78,17 @@ namespace xmloff::EnhancedCustomShapeToken { EAS_handle_mirror_vertical, EAS_handle_switched, EAS_handle_position, + EAS_handle_position_x, + EAS_handle_position_y, EAS_handle_range_x_minimum, EAS_handle_range_x_maximum, EAS_handle_range_y_minimum, EAS_handle_range_y_maximum, EAS_handle_polar, + EAS_handle_polar_angle, + EAS_handle_polar_radius, + EAS_handle_polar_pole_x, + EAS_handle_polar_pole_y, EAS_handle_radius_range_minimum, EAS_handle_radius_range_maximum, EAS_sub_view_size, -- cgit ce-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author