From 034be10413ed4915090678ad4f1d48596cf5e206 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 11 May 2017 18:07:56 -0400 Subject: 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 Reviewed-by: Kohei Yoshida --- include/xmloff/xmltoken.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/xmloff/xmltoken.hxx') diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 9ab65abfd195..d746ae78c5d0 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -605,6 +605,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, @@ -1037,6 +1039,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, -- cgit