diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2022-12-08 10:54:18 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2022-12-09 16:03:20 +0000 |
commit | 31084ebb59093be7dfe5ab53a20fdb3bcfde34b6 (patch) | |
tree | 5b4708eaca4fe58f585dff29f783287c2e47b197 /oox | |
parent | e5986baa983e1c7b5e07c45299fd84be2c230fbe (diff) |
tdf#143311 offapi,oox,writerfilter,xmloff,sw: decorative flag on flys
* sw core RES_DECORATIVE as a FRMATR
* sw API SwXFrame property "Decorative"
* UI checkbox "Decorative"
* ODF import/export as loext:decorative on draw:frame
* DOCX export
* DOCX import - very non-obvious how to get it from model.xml to dmapper
* PDF/UA export: tag flys with this flag as Artifact
* test for DOCX filters, ODF filters, PDF export
Change-Id: I1ceb67fdd4e1cfa212aafdeb1c5f4ccd873d433e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143815
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/token/namespaces-strict.txt | 2 | ||||
-rw-r--r-- | oox/source/token/namespaces.txt | 2 | ||||
-rw-r--r-- | oox/source/token/tokens.txt | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/oox/source/token/namespaces-strict.txt b/oox/source/token/namespaces-strict.txt index 7449dca99a33..59631432eb2f 100644 --- a/oox/source/token/namespaces-strict.txt +++ b/oox/source/token/namespaces-strict.txt @@ -92,6 +92,8 @@ xr2 http://schemas.microsoft.com/office/spreadsheetml/2015/r # extlst namespaces +adec http://schemas.microsoft.com/office/drawing/2017/decorative + # xls14Lst for features introduced by excel 2010 xls14Lst http://schemas.microsoft.com/office/spreadsheetml/2009/9/main diff --git a/oox/source/token/namespaces.txt b/oox/source/token/namespaces.txt index 849caa547695..0790c65d8817 100644 --- a/oox/source/token/namespaces.txt +++ b/oox/source/token/namespaces.txt @@ -92,6 +92,8 @@ xr2 http://schemas.microsoft.com/office/spreadsheetml/2015/r # extlst namespaces +adec http://schemas.microsoft.com/office/drawing/2017/decorative + # xls14Lst for features introduced by excel 2010 xls14Lst http://schemas.microsoft.com/office/spreadsheetml/2009/9/main diff --git a/oox/source/token/tokens.txt b/oox/source/token/tokens.txt index d1a40140add9..8ed5687983b6 100644 --- a/oox/source/token/tokens.txt +++ b/oox/source/token/tokens.txt @@ -480,6 +480,7 @@ additive addlxml addressBook addressFieldName +adec adj adjLst adjust |