summaryrefslogtreecommitdiff
path: root/sc/inc/tablink.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-03-02 08:31:33 +0000
committerRüdiger Timm <rt@openoffice.org>2004-03-02 08:31:33 +0000
commit70cf78756e67cab59314c75f62f8016ea7d4d43c (patch)
tree08d3343ce0f95261765345cb6706c7688d46369a /sc/inc/tablink.hxx
parent6b9448796669645a3c4cec2d60904c60bf609335 (diff)
INTEGRATION: CWS calc18 (1.9.262); FILE MERGED
2003/11/14 11:27:09 dr 1.9.262.1: #i19600# do not try to access external docs in filters
Diffstat (limited to 'sc/inc/tablink.hxx')
-rw-r--r--sc/inc/tablink.hxx12
1 files changed, 9 insertions, 3 deletions
diff --git a/sc/inc/tablink.hxx b/sc/inc/tablink.hxx
index 8e8431d154c9..ea1a850a5846 100644
--- a/sc/inc/tablink.hxx
+++ b/sc/inc/tablink.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tablink.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: nn $ $Date: 2002-08-28 09:00:22 $
+ * last change: $Author: rt $ $Date: 2004-03-02 09:31:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -147,9 +147,15 @@ public:
void ReleaseDocRef(); // without calling DoClose
static String GetOptions( SfxMedium& rMedium );
+
+ /** Returns the filter name and options from a file name.
+ @param bWithContent
+ true = Tries to detect the filter by looking at the file contents.
+ false = Detects filter by file name extension only (should be used in filter code only). */
static void GetFilterName( const String& rFileName,
String& rFilter, String& rOptions,
- BOOL bWithContent = FALSE );
+ BOOL bWithContent );
+
static void RemoveAppPrefix( String& rFilterName );
};