diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-02 08:30:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-02 08:30:39 +0000 |
commit | e2d09084e701a93d7fd18adace80ecd0be96f447 (patch) | |
tree | 78fc12c97c9dfd7ac7c8ee632a3858df6c975a53 /sc/inc/document.hxx | |
parent | c32ba7ea1070613e25dc3f1f97ea8d2e3e59fac5 (diff) |
INTEGRATION: CWS calc18 (1.69.16); FILE MERGED
2004/02/11 12:54:31 dr 1.69.16.3: RESYNC: (1.71-1.72); FILE MERGED
2003/12/05 09:51:42 dr 1.69.16.2: RESYNC: (1.69-1.71); FILE MERGED
2003/11/14 11:27:09 dr 1.69.16.1: #i19600# do not try to access external docs in filters
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index b8a3895733ba..e9ccb2562b53 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -2,9 +2,9 @@ * * $RCSfile: document.hxx,v $ * - * $Revision: 1.72 $ + * $Revision: 1.73 $ * - * last change: $Author: hr $ $Date: 2004-02-03 12:10:05 $ + * last change: $Author: rt $ $Date: 2004-03-02 09:30:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -690,13 +690,16 @@ public: const String& rTabName, ULONG nRefreshDelay ); BOOL HasLink( const String& rDoc, const String& rFilter, const String& rOptions ) const; - BOOL LinkEmptyTab( USHORT& nTab, const String& aDocTab, - const String& aFileName, - const String& aTabName ); // insert empty tab & link BOOL LinkExternalTab( USHORT& nTab, const String& aDocTab, const String& aFileName, const String& aTabName ); + /** Creates a new sheet, and makes it linked to the specified sheet in an external document. + @param rnTab (out-param) Returns the sheet index, if sheet could be inserted). + @return TRUE = Sheet created, rnTab contains valid sheet index. */ + BOOL InsertLinkedEmptyTab( USHORT& rnTab, const String& rFileName, + const String& rFilterName, const String& rFilterOpt, const String& rTabName ); + BOOL HasDdeLinks() const; BOOL HasAreaLinks() const; void UpdateDdeLinks(); |