summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/output.hxx7
-rw-r--r--sc/source/ui/inc/printfun.hxx6
2 files changed, 9 insertions, 4 deletions
diff --git a/sc/source/ui/inc/output.hxx b/sc/source/ui/inc/output.hxx
index a9ceec8fa508..210d961d500c 100644
--- a/sc/source/ui/inc/output.hxx
+++ b/sc/source/ui/inc/output.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: output.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: nn $ $Date: 2001-05-09 19:15:47 $
+ * last change: $Author: nn $ $Date: 2002-03-11 14:08:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -150,6 +150,8 @@ private:
BOOL bPagebreakMode; // Seitenumbruch-Vorschau
BOOL bSolidBackground; // weiss statt transparent
+ BOOL bUseStyleColor;
+
BOOL bSyntaxMode; // Syntax-Highlighting
Color* pValueColor;
Color* pTextColor;
@@ -199,6 +201,7 @@ public:
void SetViewShell( ScTabViewShell* pSh ) { pViewShell = pSh; }
void SetSolidBackground( BOOL bSet ) { bSolidBackground = bSet; }
+ void SetUseStyleColor( BOOL bSet ) { bUseStyleColor = bSet; }
void SetEditCell( USHORT nCol, USHORT nRow );
void SetSyntaxMode( BOOL bNewMode );
diff --git a/sc/source/ui/inc/printfun.hxx b/sc/source/ui/inc/printfun.hxx
index 2ac842e2bcfd..2026b233d211 100644
--- a/sc/source/ui/inc/printfun.hxx
+++ b/sc/source/ui/inc/printfun.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: printfun.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: nn $ $Date: 2002-02-27 19:34:18 $
+ * last change: $Author: nn $ $Date: 2002-03-11 14:08:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -194,6 +194,7 @@ private:
Point aOffset; // mit Faktor aus Seitenformat skaliert
USHORT nManualZoom; // Zoom in Preview (Prozent)
BOOL bClearWin; // Ausgabe vorher loeschen
+ BOOL bUseStyleColor;
USHORT nPrintTab;
long nPageStart; // Offset fuer erste Seite
@@ -294,6 +295,7 @@ public:
void SetDateTime( const Date& rDate, const Time& rTime );
void SetClearFlag( BOOL bFlag );
+ void SetUseStyleColor( BOOL bFlag );
BOOL UpdatePages();