summaryrefslogtreecommitdiff
path: root/sc/inc/filter.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-04-05 09:55:14 +0000
committerDaniel Rentz <dr@openoffice.org>2001-04-05 09:55:14 +0000
commitb0322338813a2a5293e488d201a059d4299c5d0f (patch)
tree318555b37a19c30de338e0a33e965e64c2d4fd85 /sc/inc/filter.hxx
parente9f65d691ddc627262205cd2e9b346f4e108fcb4 (diff)
new filter type: calc_HTML_WebQuery
Diffstat (limited to 'sc/inc/filter.hxx')
-rw-r--r--sc/inc/filter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/filter.hxx b/sc/inc/filter.hxx
index 2bde1f043e2b..b321cd2c3582 100644
--- a/sc/inc/filter.hxx
+++ b/sc/inc/filter.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: filter.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:49 $
+ * last change: $Author: dr $ $Date: 2001-04-05 10:54:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,7 +129,7 @@ FltError ScImportExcel( SfxMedium&, ScDocument* );
FltError ScImportExcel( SfxMedium&, ScDocument*, const EXCIMPFORMAT );
// eFormat == EIF_AUTO -> passender Filter wird automatisch verwendet
// eFormat == EIF_BIFF5 -> nur Biff5-Stream fuehrt zum Erfolg (auch wenn in einem Excel97-Doc)
- // eFormat == EIF_BIFF5 -> nur Biff8-Stream fuehrt zum Erfolg (nur in Excel97-Docs)
+ // eFormat == EIF_BIFF8 -> nur Biff8-Stream fuehrt zum Erfolg (nur in Excel97-Docs)
// eFormat == EIF_BIFF_LE4 -> nur Nicht-Storage-Dateien _koennen_ zum Erfolg fuehren
FltError ScImportStarCalc10( SvStream&, ScDocument* );
@@ -139,7 +139,7 @@ FltError ScImportDif( SvStream&, ScDocument*, const ScAddress& rInsPos,
FltError ScImportRTF( SvStream&, ScDocument*, ScRange& rRange );
-FltError ScImportHTML( SvStream&, ScDocument*, ScRange& rRange, double nOutputFactor = 1.0 );
+FltError ScImportHTML( SvStream&, ScDocument*, ScRange& rRange, double nOutputFactor = 1.0, BOOL bCalcWidthHeight = TRUE );
// ***********************************************************************
// Diverse Exportfilter