summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/DomainMapperTableManager.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2007-05-03 05:25:38 +0000
committerOliver Specht <os@openoffice.org>2007-05-03 05:25:38 +0000
commite15b7ba76e30b2574486039c784c480e0ef7dc60 (patch)
tree9f01907822d59297dc6812f5e153346ee82dd19d /writerfilter/source/dmapper/DomainMapperTableManager.hxx
parent8c612cc14639f8c600b7ed1d0302a43a08de436c (diff)
table attributes
Diffstat (limited to 'writerfilter/source/dmapper/DomainMapperTableManager.hxx')
-rw-r--r--writerfilter/source/dmapper/DomainMapperTableManager.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/writerfilter/source/dmapper/DomainMapperTableManager.hxx b/writerfilter/source/dmapper/DomainMapperTableManager.hxx
index 20d4c507e620..4d77641a37cb 100644
--- a/writerfilter/source/dmapper/DomainMapperTableManager.hxx
+++ b/writerfilter/source/dmapper/DomainMapperTableManager.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DomainMapperTableManager.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: os $ $Date: 2007-04-25 11:28:13 $
+ * last change: $Author: os $ $Date: 2007-05-03 06:25:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,6 +51,9 @@ typedef ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > H
typedef doctok::TableManager<Handle_t , PropertyMapPtr > DomainMapperTableManager_Base_t;
class DomainMapperTableManager : public DomainMapperTableManager_Base_t
{
+ sal_uInt32 m_nRow;
+ sal_uInt32 m_nCell;
+ sal_uInt32 m_nCellBorderIndex; //borders are provided for all cells and need counting
public:
DomainMapperTableManager();
@@ -58,6 +61,8 @@ public:
virtual bool sprm(doctok::Sprm & rSprm);
+ virtual void endCell();
+ virtual void endRow();
};
}