From 7329df74df134a77d078f47d5c8b70d54c5d1edb Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 26 Mar 2013 11:15:59 +0100 Subject: fdo#59273 import w:tblLayout of DOCX tables Change-Id: I9af50a4c176168e2794eaa9b0e8eaeb6b9d06b13 --- writerfilter/source/dmapper/DomainMapperTableManager.hxx | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'writerfilter/source/dmapper/DomainMapperTableManager.hxx') diff --git a/writerfilter/source/dmapper/DomainMapperTableManager.hxx b/writerfilter/source/dmapper/DomainMapperTableManager.hxx index 6ae6b1caad07..e2fb5f66ac32 100644 --- a/writerfilter/source/dmapper/DomainMapperTableManager.hxx +++ b/writerfilter/source/dmapper/DomainMapperTableManager.hxx @@ -56,6 +56,8 @@ class DomainMapperTableManager : public DomainMapperTableManager_Base_t ::std::vector< IntVectorPtr > m_aCellWidths; /// Remember if a cell already set this, then it should not be set at a row level. bool m_bRowSizeTypeInserted; + /// Table layout algorithm, IOW if we should consider fixed column width or not. + sal_uInt32 m_nLayoutType; TablePropertiesHandler *m_pTablePropsHandler; PropertyMapPtr m_pStyleProps; @@ -126,6 +128,11 @@ public: return m_bRowSizeTypeInserted; } + void SetLayoutType(sal_uInt32 nLayoutType) + { + m_nLayoutType = nLayoutType; + } + }; }} -- cgit v1.2.3