diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 05:48:28 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-09-30 05:48:28 +0000 |
commit | 716636d558e9cc9b910da6d127314d2b20cdf0b6 (patch) | |
tree | d266019c3c89a0649074f3290439d74010ec618c /sc/inc/rangelst.hxx | |
parent | abda8e12d8cd23c2cd1bb870b097eddfdee38825 (diff) |
CWS-TOOLING: integrate CWS koheicoderemoval
Diffstat (limited to 'sc/inc/rangelst.hxx')
-rw-r--r-- | sc/inc/rangelst.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sc/inc/rangelst.hxx b/sc/inc/rangelst.hxx index 19a7c0118d3e..8ce292003f2d 100644 --- a/sc/inc/rangelst.hxx +++ b/sc/inc/rangelst.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: rangelst.hxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.9.32.3 $ * * This file is part of OpenOffice.org. * @@ -50,7 +50,6 @@ public: virtual ~ScRangeList(); ScRangeList& operator=(const ScRangeList& rList); void RemoveAll(); - ScRangeList* Clone() const; void Append( const ScRange& rRange ) { ScRangePtr pR = new ScRange( rRange ); @@ -68,9 +67,6 @@ public: const ScRange& rWhere, SCsCOL nDx, SCsROW nDy, SCsTAB nDz ); ScRange* Find( const ScAddress& ) const; - ScRange* Find( const ScRange& ) const; - BOOL Load( SvStream&, USHORT nVer ); - BOOL Store( SvStream& ) const; BOOL operator==( const ScRangeList& ) const; BOOL Intersects( const ScRange& ) const; BOOL In( const ScRange& ) const; @@ -102,8 +98,6 @@ public: void DeleteOnTab( SCTAB nTab ); ScRangePair* Find( const ScAddress& ) const; ScRangePair* Find( const ScRange& ) const; - BOOL Load( SvStream&, USHORT nVer ); - BOOL Store( SvStream& ) const; ScRangePair** CreateNameSortedArray( ULONG& nCount, ScDocument* ) const; BOOL operator==( const ScRangePairList& ) const; }; |