summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewfunc.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-12-01 08:54:09 +0000
committerRüdiger Timm <rt@openoffice.org>2003-12-01 08:54:09 +0000
commitc504bab2149c6fbcc07abd50415a181a8e56a392 (patch)
tree572ba6b311a19cfd01075acc1070f3866b9b79f3 /sc/source/ui/inc/viewfunc.hxx
parented5c23580ae334aa3e4b04eeca29e6768de036bc (diff)
INTEGRATION: CWS dr9 (1.16.212); FILE MERGED
2003/11/21 14:23:57 dr 1.16.212.2: RESYNC: (1.16-1.17); FILE MERGED 2003/08/01 15:38:59 dr 1.16.212.1: #i4063# print entire sheet option
Diffstat (limited to 'sc/source/ui/inc/viewfunc.hxx')
-rw-r--r--sc/source/ui/inc/viewfunc.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/inc/viewfunc.hxx b/sc/source/ui/inc/viewfunc.hxx
index c50bed69cf86..20fe4eb3dfb1 100644
--- a/sc/source/ui/inc/viewfunc.hxx
+++ b/sc/source/ui/inc/viewfunc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewfunc.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: hr $ $Date: 2003-11-05 14:37:58 $
+ * last change: $Author: rt $ $Date: 2003-12-01 09:54:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -331,7 +331,8 @@ public:
void DoThesaurus( BOOL bRecord = TRUE );
DECL_LINK( SpellError, void * );
- void SetPrintRanges( const String* pPrint,
+ // if bEntireSheet==TRUE, pPrint is ignored
+ void SetPrintRanges( BOOL bEntireSheet, const String* pPrint,
const String* pRepCol, const String* pRepRow,
BOOL bAddPrint );