summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excform.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2000-11-28 10:01:03 +0000
committerDaniel Rentz <dr@openoffice.org>2000-11-28 10:01:03 +0000
commit2228767b6bea5080970a4bbe1907a5da7ad9fd83 (patch)
tree2a412923c005126e0c334e1ca4a4482dc0393529 /sc/source/filter/inc/excform.hxx
parentac996a3d640ceafc7ebbadf5cb8924265a0fa67b (diff)
add: change tracking import
Diffstat (limited to 'sc/source/filter/inc/excform.hxx')
-rw-r--r--sc/source/filter/inc/excform.hxx11
1 files changed, 8 insertions, 3 deletions
diff --git a/sc/source/filter/inc/excform.hxx b/sc/source/filter/inc/excform.hxx
index 38129d0b0f66..9c1030b6f09b 100644
--- a/sc/source/filter/inc/excform.hxx
+++ b/sc/source/filter/inc/excform.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: excform.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:12 $
+ * last change: $Author: dr $ $Date: 2000-11-28 10:59:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,6 +69,7 @@
class ScRangeList;
+class UINT16List;
#ifdef MWERKS
@@ -140,11 +141,15 @@ class ExcelToSc8 : public ExcelToSc
{
void ExcRelToScRel( UINT16 nRow, UINT16 nCol, SingleRefData&,
const BOOL bName );
+
+ virtual ConvErr Convert( const ScTokenArray*& rpTokArray, INT32& rLeft, const FORMULA_TYPE eFT, UINT16List* pChTrackList );
+
public:
ExcelToSc8( RootData* pRD, SvStream& aStr, const UINT16& rOrgTab );
virtual ~ExcelToSc8();
- virtual ConvErr Convert( const ScTokenArray*&, INT32& nRest, const FORMULA_TYPE eFT = FT_CellFormula );
+ virtual ConvErr Convert( const ScTokenArray*& rpTokArray, INT32& rLeft, const FORMULA_TYPE eFT = FT_CellFormula );
+ virtual ConvErr Convert( const ScTokenArray*& rpTokArray, INT32& rLeft, UINT16List& rChTrackList );
virtual ConvErr Convert( _ScRangeListTabs&, INT32& nRest, const FORMULA_TYPE eFT = FT_CellFormula );