summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/impex.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-10-19 11:11:59 +0000
committerNiklas Nebel <nn@openoffice.org>2001-10-19 11:11:59 +0000
commit9c7ec4164043f5ffc39aabbad6d2247b17c7d6cf (patch)
tree63a320357ffd42e81d22eec436481800c5c34705 /sc/source/ui/inc/impex.hxx
parent29b1b7e5deae2b75e5fc29374dfa89360960ab30 (diff)
#76689# skip filtered rows in clipboard as text
Diffstat (limited to 'sc/source/ui/inc/impex.hxx')
-rw-r--r--sc/source/ui/inc/impex.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx
index d0928f3f4d0a..d3566342604e 100644
--- a/sc/source/ui/inc/impex.hxx
+++ b/sc/source/ui/inc/impex.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impex.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: er $ $Date: 2001-09-07 19:36:41 $
+ * last change: $Author: nn $ $Date: 2001-10-19 12:09:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,7 @@ class ScImportExport
sal_Unicode cSep; // Separator
sal_Unicode cStr; // String Delimiter
BOOL bFormulas; // Formeln im Text?
+ BOOL bIncludeFiltered; // include filtered rows? (default true)
BOOL bAll; // keine Selektion
BOOL bSingle; // Einfachselektion
BOOL bUndo; // Mit Undo?
@@ -144,6 +145,8 @@ public:
void SetDelimiter( sal_Unicode c ) { cStr = c; }
BOOL IsFormulas() const { return bFormulas; }
void SetFormulas( BOOL b ) { bFormulas = b; }
+ BOOL IsIncludeFiltered() const { return bIncludeFiltered; }
+ void SetIncludeFiltered( BOOL b ) { bIncludeFiltered = b; }
void SetSizeLimit( ULONG nNew ) { nSizeLimit = nNew; } // momentan nur fuer Ascii