summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-04-02 08:52:16 +0000
committerKurt Zenker <kz@openoffice.org>2008-04-02 08:52:16 +0000
commit99eba782b4173c018611c9ce2c65c7d7a59d36f7 (patch)
treedbd145c48dddae23e0afa45ddd1b7606c74d0eec /svx
parent793284ab1919899468f8d57290e08e188c978237 (diff)
INTEGRATION: CWS impress139 (1.10.88); FILE MERGED
2008/03/13 12:18:00 cl 1.10.88.1: #i82439# enabled shadow tabpage for only line shapes
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/cuitabline.hxx17
1 files changed, 15 insertions, 2 deletions
diff --git a/svx/source/dialog/cuitabline.hxx b/svx/source/dialog/cuitabline.hxx
index bc60772e7009..41f946cc4e9a 100644
--- a/svx/source/dialog/cuitabline.hxx
+++ b/svx/source/dialog/cuitabline.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cuitabline.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2008-01-07 08:37:46 $
+ * last change: $Author: kz $ $Date: 2008-04-02 09:52:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -52,6 +52,7 @@ private:
const SfxItemSet& rOutAttrs;
XColorTable* pColorTab;
+ XColorTable* mpNewColorTab;
XDashList* pDashList;
XDashList* pNewDashList;
XLineEndList* pLineEndList;
@@ -60,10 +61,15 @@ private:
ChangeType nLineEndListState;
ChangeType nDashListState;
+ ChangeType mnColorTableState;
+
USHORT nPageType;
USHORT nDlgType;
USHORT nPosDashLb;
USHORT nPosLineEndLb;
+ USHORT mnPos;
+ BOOL mbAreaTP;
+ BOOL mbDeleteColorTable;
virtual void PageCreated( USHORT nId, SfxTabPage &rPage );
@@ -89,6 +95,10 @@ public:
{ pNewLineEndList = pInLst; }
XLineEndList* GetNewLineEndList() const { return pNewLineEndList; }
const XLineEndList* GetLineEndList() const { return pLineEndList; }
+
+ void SetNewColorTable( XColorTable* pColTab ) { mpNewColorTab = pColTab; }
+ XColorTable* GetNewColorTable() const { return mpNewColorTab; }
+ const XColorTable* GetColorTable() const { return pColorTab; }
};
/*************************************************************************
@@ -171,6 +181,7 @@ private:
ChangeType* pnLineEndListState;
ChangeType* pnDashListState;
+ ChangeType* pnColorTableState;
UINT16 nPageType; //add CHINA001
UINT16 nDlgType; //add CHINA001
USHORT* pPosDashLb;
@@ -238,6 +249,8 @@ public:
void SetLineEndChgd( ChangeType* pIn ) { pnLineEndListState = pIn; }
void SetDashChgd( ChangeType* pIn ) { pnDashListState = pIn; }
+ void SetColorChgd( ChangeType* pIn ) { pnColorTableState = pIn; }
+
virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
virtual void DataChanged( const DataChangedEvent& rDCEvt );
};