summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tptable.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-05-31 10:20:43 +0000
committerDaniel Rentz <dr@openoffice.org>2002-05-31 10:20:43 +0000
commitd63cf4f6f3ea942ba4e19959759ddb21616ec666 (patch)
treeb956d0bd880bfa64cb0db8a8fdcecb76af73eb92 /sc/source/ui/inc/tptable.hxx
parent1d2d599a5be96e6b62a31af31562b37534fa0def (diff)
#99784# HC support for Page style->Sheet tabpage
Diffstat (limited to 'sc/source/ui/inc/tptable.hxx')
-rw-r--r--sc/source/ui/inc/tptable.hxx16
1 files changed, 11 insertions, 5 deletions
diff --git a/sc/source/ui/inc/tptable.hxx b/sc/source/ui/inc/tptable.hxx
index b2280d8f60ce..2ffd9208bfef 100644
--- a/sc/source/ui/inc/tptable.hxx
+++ b/sc/source/ui/inc/tptable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tptable.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dr $ $Date: 2001-05-28 14:06:44 $
+ * last change: $Author: dr $ $Date: 2002-05-31 11:20:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,18 +85,24 @@ public:
virtual BOOL FillItemSet ( SfxItemSet& rCoreSet );
virtual void Reset ( const SfxItemSet& rCoreSet );
virtual int DeactivatePage ( SfxItemSet* pSet = NULL );
+ virtual void DataChanged ( const DataChangedEvent& rDCEvt );
private:
ScTablePage( Window* pParent,
const SfxItemSet& rCoreSet );
~ScTablePage();
+
+ void ShowImage();
+
private:
FixedLine aFlPageDir;
RadioButton aBtnTopDown;
RadioButton aBtnLeftRight;
- FixedBitmap aBmpPageDir;
- Bitmap aImgLeftRight;
- Bitmap aImgTopDown;
+ FixedImage aBmpPageDir;
+ Image aImgLeftRight;
+ Image aImgTopDown;
+ Image aImgLeftRightHC;
+ Image aImgTopDownHC;
CheckBox aBtnPageNo;
NumericField aEdPageNo;