summaryrefslogtreecommitdiff
path: root/cui/source/inc/backgrnd.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-01-17 14:16:35 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-01-18 12:46:43 +0000
commit77f6c7bb7d2241f605a111ff099ce50fb2562440 (patch)
tree3bb7363634934ac0a8cfbc3c6d60c17de312af95 /cui/source/inc/backgrnd.hxx
parenta17a052ef226a431414312e02dbc52048aa001db (diff)
split out background page and adapt code to .ui
I've being putting this one off for a while as its a complicated set of hidden pieces shows for different background types format->frame->background shows transparency option table->properties->background shows "for cell/table/row" options flipping as graphic/color should show different contents Change-Id: I4a63d3bbe8898ad2421d6ddef011da9ae67b5a4f
Diffstat (limited to 'cui/source/inc/backgrnd.hxx')
-rw-r--r--cui/source/inc/backgrnd.hxx59
1 files changed, 30 insertions, 29 deletions
diff --git a/cui/source/inc/backgrnd.hxx b/cui/source/inc/backgrnd.hxx
index 4a2e2184b211..67247d314986 100644
--- a/cui/source/inc/backgrnd.hxx
+++ b/cui/source/inc/backgrnd.hxx
@@ -71,36 +71,37 @@ private:
SvxBackgroundTabPage( Window* pParent, const SfxItemSet& rCoreSet );
~SvxBackgroundTabPage();
- FixedText aSelectTxt;
- ListBox aLbSelect;
- const String aStrBrowse;
- const String aStrUnlinked;
- FixedText aTblDesc;
- ListBox aTblLBox;
- ListBox aParaLBox;
- Control aBorderWin;
- ValueSet aBackgroundColorSet;
- FixedLine aBackgroundColorBox;
- BackgroundPreviewImpl* pPreviewWin1;
-
- FixedText aColTransFT;///<color transparency
- MetricField aColTransMF;
- CheckBox aBtnPreview;
+ FixedText* m_pSelectTxt;
+ ListBox* m_pLbSelect;
+ FixedText* m_pTblDesc;
+ ListBox* m_pTblLBox;
+ ListBox* m_pParaLBox;
+
+ VclFrame* m_pBackGroundColorFrame;
+ ValueSet* m_pBackgroundColorSet;
+ BackgroundPreviewImpl* m_pPreviewWin1;
+
+ FixedText* m_pColTransFT;///<color transparency
+ MetricField* m_pColTransMF;
+ CheckBox* m_pBtnPreview;
+
// Background Bitmap ----------------------------------
- FixedLine aGbFile;
- PushButton aBtnBrowse;
- CheckBox aBtnLink;
- FixedLine aGbPosition;
- RadioButton aBtnPosition;
- RadioButton aBtnArea;
- RadioButton aBtnTile;
- SvxRectCtl aWndPosition;
- FixedInfo aFtFile;
-
- FixedLine aGraphTransFL;///<transparency of graphics
- MetricField aGraphTransMF;
-
- BackgroundPreviewImpl* pPreviewWin2;
+ VclContainer* m_pFileFrame;
+ PushButton* m_pBtnBrowse;
+ CheckBox* m_pBtnLink;
+ FixedText* m_pFtUnlinked;
+ FixedText* m_pFtFile;
+
+ VclContainer* m_pTypeFrame;
+ RadioButton* m_pBtnPosition;
+ RadioButton* m_pBtnArea;
+ RadioButton* m_pBtnTile;
+ SvxRectCtl* m_pWndPosition;
+
+ VclContainer* m_pGraphTransFrame;///<transparency of graphics
+ MetricField* m_pGraphTransMF;
+
+ BackgroundPreviewImpl* m_pPreviewWin2;
// DDListBox for Writer -------------------------------
//------------------------------------------------------