diff options
author | Sascha Ballach <sab@openoffice.org> | 2002-03-20 11:11:54 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2002-03-20 11:11:54 +0000 |
commit | 8c29c0192cbcff6029d19f25e5dd114153c2464f (patch) | |
tree | 16d3e231a9da3e5d3b4fd284ec6e6aabeda3872f /sc/inc | |
parent | d6f0c902267234a00e72de481852e482b9cb893f (diff) |
#98202#; add CompileXML
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/conditio.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx index eb8d17d03e61..9a4e4208822a 100644 --- a/sc/inc/conditio.hxx +++ b/sc/inc/conditio.hxx @@ -2,9 +2,9 @@ * * $RCSfile: conditio.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: nn $ $Date: 2000-11-01 17:27:40 $ + * last change: $Author: sab $ $Date: 2002-03-20 12:11:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -170,6 +170,7 @@ public: ScTokenArray* CreateTokenArry( USHORT nPos ) const; void CompileAll(); + void CompileXML(); void UpdateReference( UpdateRefMode eUpdateRefMode, const ScRange& rRange, short nDx, short nDy, short nDz ); void UpdateMoveTab( USHORT nOldPos, USHORT nNewPos ); @@ -251,6 +252,7 @@ public: USHORT Count() const { return nEntryCount; } void CompileAll(); + void CompileXML(); void UpdateReference( UpdateRefMode eUpdateRefMode, const ScRange& rRange, short nDx, short nDy, short nDz ); void UpdateMoveTab( USHORT nOldPos, USHORT nNewPos ); @@ -305,6 +307,7 @@ public: void ResetUsed(); void CompileAll(); + void CompileXML(); void UpdateReference( UpdateRefMode eUpdateRefMode, const ScRange& rRange, short nDx, short nDy, short nDz ); void UpdateMoveTab( USHORT nOldPos, USHORT nNewPos ); |