diff options
author | Eike Rathke <er@openoffice.org> | 2002-10-01 16:10:37 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-10-01 16:10:37 +0000 |
commit | 575440985ae18d5c585c9fe1c40f65669ff6c33d (patch) | |
tree | 980920b4a89da820b83e50033a46c244ab0ac89d /sc | |
parent | accd03680f1bc5c9bf27f55863ab35415d77f5f1 (diff) |
#100866# CompileXML with progress bar
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/cell.hxx | 7 | ||||
-rw-r--r-- | sc/inc/column.hxx | 7 | ||||
-rw-r--r-- | sc/inc/table.hxx | 6 |
3 files changed, 11 insertions, 9 deletions
diff --git a/sc/inc/cell.hxx b/sc/inc/cell.hxx index 3124ec797e83..a4aa4d48100d 100644 --- a/sc/inc/cell.hxx +++ b/sc/inc/cell.hxx @@ -2,9 +2,9 @@ * * $RCSfile: cell.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: er $ $Date: 2001-10-18 08:56:15 $ + * last change: $Author: er $ $Date: 2002-10-01 17:10:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,6 +105,7 @@ class SfxBroadcaster; class ScBroadcasterList; class ScCodeArray; class ScTokenArray; +class ScProgress; class ScMultipleReadHeader; class ScMultipleWriteHeader; @@ -342,7 +343,7 @@ public: BOOL GetDirty() const { return bDirty; } void Compile(const String& rFormula, BOOL bNoListening = FALSE ); void CompileTokenArray( BOOL bNoListening = FALSE ); - void CompileXML(); // compile temporary string tokens + void CompileXML( ScProgress& rProgress ); // compile temporary string tokens void CalcAfterLoad(); void Interpret(); diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index be534536b72c..b7fab31dc206 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -2,9 +2,9 @@ * * $RCSfile: column.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: nn $ $Date: 2002-06-24 15:39:19 $ + * last change: $Author: er $ $Date: 2002-10-01 17:10:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,7 @@ class ScPatternAttr; class ScStyleSheet; class ScBroadcasterList; class TypedStrCollection; +class ScProgress; struct ScFunctionData; struct ScLineFlags; @@ -302,7 +303,7 @@ public: void CalcAll(); void CalcAfterLoad(); void CompileAll(); - void CompileXML(); + void CompileXML( ScProgress& rProgress ); void ResetChanged( USHORT nStartRow, USHORT nEndRow ); diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index ad2cd7eaa33f..f203c6c3c9cb 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -2,9 +2,9 @@ * * $RCSfile: table.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: dr $ $Date: 2001-10-26 16:42:31 $ + * last change: $Author: er $ $Date: 2002-10-01 17:10:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -395,7 +395,7 @@ public: void CalcAll(); void CalcAfterLoad(); void CompileAll(); - void CompileXML(); + void CompileXML( ScProgress& rProgress ); void UpdateReference( UpdateRefMode eUpdateRefMode, USHORT nCol1, USHORT nRow1, USHORT nTab1, USHORT nCol2, USHORT nRow2, USHORT nTab2, |