diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-04-24 13:43:38 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-04-24 13:43:38 +0000 |
commit | 5d87be10928a5075cd4ad4d7648ce95b60297a13 (patch) | |
tree | 7d938e6af34aa48288ab4bcf8f2399ccb01e134f /sc/inc/arealink.hxx | |
parent | 6e564c74153b4a90035fcb75b05d9089cd0259ea (diff) |
+ScAreaLink::FindExtRange()
Diffstat (limited to 'sc/inc/arealink.hxx')
-rw-r--r-- | sc/inc/arealink.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx index c73a1fe13df1..8428d89dea8f 100644 --- a/sc/inc/arealink.hxx +++ b/sc/inc/arealink.hxx @@ -2,9 +2,9 @@ * * $RCSfile: arealink.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: er $ $Date: 2001-04-21 20:31:39 $ + * last change: $Author: dr $ $Date: 2001-04-24 14:43:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,6 +89,8 @@ private: BOOL bInCreate; BOOL bDoInsert; // wird fuer das erste Update auf FALSE gesetzt + BOOL FindExtRange( ScRange& rRange, ScDocument* pSrcDoc, const String& rAreaName ); + public: TYPEINFO(); ScAreaLink( SfxObjectShell* pShell, const String& rFile, |