From af1edcb566efdeaf82e199414a1dc036b8de9ab1 Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Wed, 21 Feb 2001 10:35:24 +0000 Subject: allow database ranges from spreadsheet document as tables --- connectivity/source/inc/calc/CTable.hxx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'connectivity/source/inc/calc/CTable.hxx') 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 m_aPrecisions; // same as aboth ::std::vector 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(); -- cgit v1.2.3