summaryrefslogtreecommitdiffstats
path: root/include/xmloff/table
diff options
context:
space:
mode:
authorJakub Trzebiatowski <ubap.dev@gmail.com>2016-06-11 15:17:48 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-06-20 12:08:01 +0000
commit309bc35559cb823415139044272b10feccdb6ae7 (patch)
tree0a2533ae40f366e95c84c18b751a877340c0d407 /include/xmloff/table
parentcppcheck: oppositeInnerCondition if new fails, its going to throw (diff)
downloadcore-309bc35559cb823415139044272b10feccdb6ae7.tar.gz
core-309bc35559cb823415139044272b10feccdb6ae7.zip
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 <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/xmloff/table')
-rw-r--r--include/xmloff/table/XMLTableExport.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/table/XMLTableExport.hxx b/include/xmloff/table/XMLTableExport.hxx
index 73ad0e32e5dc..c91c734819ee 100644
--- a/include/xmloff/table/XMLTableExport.hxx
+++ b/include/xmloff/table/XMLTableExport.hxx
@@ -83,6 +83,7 @@ private:
std::map< const css::uno::Reference< css::table::XColumnRowRange >, std::shared_ptr< XMLTableInfo > >
maTableInfoMap;
bool mbExportTables;
+ bool mbWriter;
protected:
SvXMLExport& GetExport() { return mrExport; }