diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-10-15 11:23:39 +0200 |
---|---|---|
committer | Regina Henschel <rb.henschel@t-online.de> | 2024-11-12 14:05:10 +0100 |
commit | 3dcd0f4a4cd62f56e75c5f62df9284dc24882f72 (patch) | |
tree | 0d00ae4066ab40c5c3467809b50b5f55b12998aa /xmloff/inc | |
parent | ccb96251ea15c3252010416377dd185205206cbd (diff) |
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 <rb.henschel@t-online.de>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/EnhancedCustomShapeToken.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
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, |