summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/calc/CTable.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-02-21 10:35:24 +0000
committerNiklas Nebel <nn@openoffice.org>2001-02-21 10:35:24 +0000
commitaf1edcb566efdeaf82e199414a1dc036b8de9ab1 (patch)
tree2dd8f5129e4cd9450fca6f5df0710df81ca46175 /connectivity/source/inc/calc/CTable.hxx
parent17f38edd050e050834158858b59596f737c747c2 (diff)
allow database ranges from spreadsheet document as tables
Diffstat (limited to 'connectivity/source/inc/calc/CTable.hxx')
-rw-r--r--connectivity/source/inc/calc/CTable.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/connectivity/source/inc/calc/CTable.hxx b/connectivity/source/inc/calc/CTable.hxx
index f52fc573c42a..57030e7f0c15 100644
--- a/connectivity/source/inc/calc/CTable.hxx
+++ b/connectivity/source/inc/calc/CTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: CTable.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-01-29 19:19:53 $
+ * last change: $Author: nn $ $Date: 2001-02-21 11:34:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,9 +96,13 @@ namespace connectivity
::std::vector<sal_Int32> m_aPrecisions; // same as aboth
::std::vector<sal_Int32> m_aScales;
::com::sun::star::uno::Reference< ::com::sun::star::sheet::XSpreadsheet > m_xSheet;
+ sal_Int32 m_nStartCol;
+ sal_Int32 m_nStartRow;
+ sal_Int32 m_nDataCols;
+ sal_Int32 m_nDataRows;
+ sal_Bool m_bHasHeaders;
::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormats > m_xFormats;
::Date m_aNullDate;
- sal_Int32 m_nDataRows;
void fillColumns();