summaryrefslogtreecommitdiffstats
path: root/include/xmloff
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2019-02-15 18:39:46 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2019-02-16 17:17:11 +0100
commit5a94be3e677e4b7ccb2990a3a79fbf2219322f80 (patch)
tree70baf854e793232bcb4b1ed145b85ce570071c2a /include/xmloff
parentMSForms: Show restart dialog when MS compatible Forms menu setting is changed (diff)
downloadcore-5a94be3e677e4b7ccb2990a3a79fbf2219322f80.tar.gz
core-5a94be3e677e4b7ccb2990a3a79fbf2219322f80.zip
MSForms: Insert Legacy Form Fields from MS compatible Forms menu
I added a new submenu under MS compatible Forms menu called Legacy Forms. Under this submenu user can insert the three legacy form fields. These fields were already supported by DOC / DOCX filters, but were missing from the UI. When inserting text form field we insert 5 enspace to make the field visible, otherwise we use the same insertion methods what is called by DOC import. Change-Id: I1fb8c03d969b4c547ca92e783ac5e216767685d5 Reviewed-on: https://gerrit.libreoffice.org/67907 Tested-by: Jenkins Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'include/xmloff')
-rw-r--r--include/xmloff/odffields.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/odffields.hxx b/include/xmloff/odffields.hxx
index 1a4bb2b623f6..bbc1becb6576 100644
--- a/include/xmloff/odffields.hxx
+++ b/include/xmloff/odffields.hxx
@@ -22,6 +22,7 @@
#define ODF_FORMTEXT "vnd.oasis.opendocument.field.FORMTEXT"
+#define ODF_FORMTEXT_DEFAULT_LENGTH 5
#define ODF_FORMCHECKBOX "vnd.oasis.opendocument.field.FORMCHECKBOX"
#define ODF_FORMCHECKBOX_HELPTEXT "Checkbox_HelpText"