diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2017-05-11 18:07:56 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2017-05-16 23:18:11 -0400 |
commit | 720560335c2e3a8e72026d87d8d5f0056f4df188 (patch) | |
tree | de1dc41e53024999a4eee2c136a9c2d62933eef6 /include | |
parent | 60cf3deece0595660bc9f4d402a06aae0d862014 (diff) |
tdf#43535: support additional sheet protection options.
New options are:
* insert columns.
* insert rows.
* delete columns.
* delete rows.
Change-Id: I076b0d01bee0fff0623e2f1137c09938a6110939
Reviewed-on: https://gerrit.libreoffice.org/37695
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
(cherry picked from commit 034be10413ed4915090678ad4f1d48596cf5e206)
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 1698737e6605..59f27f32f5c4 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -600,6 +600,8 @@ namespace xmloff { namespace token { XML_DEFAULT_STYLE_NAME, XML_DEGREE, XML_DELAY, + XML_DELETE_COLUMNS, + XML_DELETE_ROWS, XML_DELETION, XML_DELETIONS, XML_DENOMALIGN, @@ -1031,6 +1033,8 @@ namespace xmloff { namespace token { XML_INFORMATION, XML_INITIAL_CREATOR, XML_INPROCEEDINGS, + XML_INSERT_COLUMNS, + XML_INSERT_ROWS, XML_INSERTION, XML_INSERTION_CUT_OFF, XML_INSERTION_POSITION, |