summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/olinewin.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-08-14 11:24:42 +0000
committerDaniel Rentz <dr@openoffice.org>2002-08-14 11:24:42 +0000
commit8b2a9e1af5e22adf74bec0b9cf55af6a2fe79eb3 (patch)
tree14f63b723ef5c593f16429bf1a0fda813d6d20ef /sc/source/ui/inc/olinewin.hxx
parent581d7145a24362330065903c06f104cdbbd1f313 (diff)
#102281# HC for outline symbols
Diffstat (limited to 'sc/source/ui/inc/olinewin.hxx')
-rw-r--r--sc/source/ui/inc/olinewin.hxx13
1 files changed, 8 insertions, 5 deletions
diff --git a/sc/source/ui/inc/olinewin.hxx b/sc/source/ui/inc/olinewin.hxx
index 02855f0fae1d..c417bfee487c 100644
--- a/sc/source/ui/inc/olinewin.hxx
+++ b/sc/source/ui/inc/olinewin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: olinewin.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:45:00 $
+ * last change: $Author: dr $ $Date: 2002-08-14 12:23:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,12 +83,13 @@ private:
ScViewData* pViewData;
Color aColor;
+ ImageList* pSymbols;
BOOL bHitMode; // Knopf gedrueckt ?
USHORT nHitLevel;
USHORT nHitEntry;
BOOL bHitHeader;
- Rectangle aInvRect;
+ Point aImagePos;
BOOL bIsInverted;
@@ -96,13 +97,15 @@ private:
long& rFirstEntry, long& rSecondEntry, long& rBitmapEntry,
ScOutlineEntry* pPrevious );
void DoFunction( USHORT nLevel, USHORT nEntry, BOOL bHeader );
- void ToggleRect( const Rectangle& rRect );
BOOL ButtonHit( const Point& rPos, USHORT& rLevel, USHORT& rEntry, BOOL& rHeader,
- Rectangle& rInvRect );
+ Point& rImagePos );
BOOL LineHit( const Point& rPos, USHORT& rLevel, USHORT& rEntry );
BOOL IsFirst(USHORT nPos);
+ void ImplDrawImage( const Point& rPos, sal_uInt16 nId );
+ void ImplDrawBorder( const Point& rPos, bool bPressed );
+
protected:
virtual void Paint( const Rectangle& rRect );