Kaydet (Commit) d74271be authored tarafından Miklos Vajna's avatar Miklos Vajna

cui: prefix members of SvxShadowTabPage

Change-Id: I68fa37f511c3eb7aec2bd2754afd1a47ac8d1e83
üst 9eec1173
...@@ -332,20 +332,20 @@ private: ...@@ -332,20 +332,20 @@ private:
VclPtr<MetricField> m_pMtrTransparent; VclPtr<MetricField> m_pMtrTransparent;
VclPtr<SvxXShadowPreview> m_pCtlXRectPreview; VclPtr<SvxXShadowPreview> m_pCtlXRectPreview;
const SfxItemSet& rOutAttrs; const SfxItemSet& m_rOutAttrs;
RECT_POINT eRP; RECT_POINT m_eRP;
XColorListRef pColorList; XColorListRef m_pColorList;
ChangeType* pnColorListState; ChangeType* m_pnColorListState;
sal_uInt16 nPageType; sal_uInt16 m_nPageType;
sal_uInt16 nDlgType; sal_uInt16 m_nDlgType;
bool* pbAreaTP; bool* m_pbAreaTP;
bool bDisable; bool m_bDisable;
XFillAttrSetItem aXFillAttr; XFillAttrSetItem m_aXFillAttr;
SfxItemSet& rXFSet; SfxItemSet& m_rXFSet;
SfxMapUnit ePoolUnit; SfxMapUnit m_ePoolUnit;
DECL_LINK( ClickShadowHdl_Impl, void * ); DECL_LINK( ClickShadowHdl_Impl, void * );
DECL_LINK( ModifyShadowHdl_Impl, void * ); DECL_LINK( ModifyShadowHdl_Impl, void * );
...@@ -365,11 +365,11 @@ public: ...@@ -365,11 +365,11 @@ public:
virtual sfxpg DeactivatePage( SfxItemSet* pSet ) SAL_OVERRIDE; virtual sfxpg DeactivatePage( SfxItemSet* pSet ) SAL_OVERRIDE;
virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) SAL_OVERRIDE; virtual void PointChanged( vcl::Window* pWindow, RECT_POINT eRP ) SAL_OVERRIDE;
void SetColorList( XColorListRef pColTab ) { pColorList = pColTab; } void SetColorList( XColorListRef pColorList ) { m_pColorList = pColorList; }
void SetPageType( sal_uInt16 nInType ) { nPageType = nInType; } void SetPageType( sal_uInt16 nInType ) { m_nPageType = nInType; }
void SetDlgType( sal_uInt16 nInType ) { nDlgType = nInType; } void SetDlgType( sal_uInt16 nInType ) { m_nDlgType = nInType; }
void SetAreaTP( bool* pIn ) { pbAreaTP = pIn; } void SetAreaTP( bool* pIn ) { m_pbAreaTP = pIn; }
void SetColorChgd( ChangeType* pIn ) { pnColorListState = pIn; } void SetColorChgd( ChangeType* pIn ) { m_pnColorListState = pIn; }
virtual void PageCreated(const SfxAllItemSet& aSet) SAL_OVERRIDE; virtual void PageCreated(const SfxAllItemSet& aSet) SAL_OVERRIDE;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment