From 309bc35559cb823415139044272b10feccdb6ae7 Mon Sep 17 00:00:00 2001 From: Jakub Trzebiatowski Date: Sat, 11 Jun 2016 15:17:48 +0200 Subject: GSoC Table Styles, Export Cell Styles Exporting cell-styles Exporting table-template To be able to map SwTableAutoFormat to table-template 1:1 extended table-template by the following elements: loext:first-row-even-column loext:last-row-even-column loext:first-row-end-column loext:first-row-start-column loext:last-row-end-column loext:last-row-start-column Added attributes describing box format to SwXTextCellStyle Change-Id: I2967ba461dfc6f030c1e5cdbba62e2673d3b232b Reviewed-on: https://gerrit.libreoffice.org/26185 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- include/xmloff/xmltoken.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/xmloff/xmltoken.hxx') diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index aaabbba53244..5b0902da167d 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -3067,6 +3067,14 @@ namespace xmloff { namespace token { XML_ODD_ROWS, XML_EVEN_COLUMNS, XML_ODD_COLUMNS, + // table styles + XML_FIRST_ROW_EVEN_COLUMN, + XML_LAST_ROW_EVEN_COLUMN, + XML_FIRST_ROW_END_COLUMN, + XML_FIRST_ROW_START_COLUMN, + XML_LAST_ROW_END_COLUMN, + XML_LAST_ROW_START_COLUMN, + XML_HORIZONTAL_ON_ODD, // Password error from 1.4 to 2.0 Beta (#i45874#) XML_RESTART_NUMBERING, -- cgit