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

sw: prefix members of SwLabPreview

Change-Id: Ic4c9b6309aee6be51aa0b20a26e6dc28930a9879
üst 7038c15e
This diff is collapsed.
...@@ -27,32 +27,32 @@ class SwLabFormatPage; ...@@ -27,32 +27,32 @@ class SwLabFormatPage;
class SwLabPreview : public vcl::Window class SwLabPreview : public vcl::Window
{ {
Color aGrayColor; Color m_aGrayColor;
OUString aHDistStr; OUString m_aHDistStr;
OUString aVDistStr; OUString m_aVDistStr;
OUString aWidthStr; OUString m_aWidthStr;
OUString aHeightStr; OUString m_aHeightStr;
OUString aLeftStr; OUString m_aLeftStr;
OUString aUpperStr; OUString m_aUpperStr;
OUString aColsStr; OUString m_aColsStr;
OUString aRowsStr; OUString m_aRowsStr;
OUString aPWidthStr; OUString m_aPWidthStr;
OUString aPHeightStr; OUString m_aPHeightStr;
long lHDistWidth; long m_lHDistWidth;
long lVDistWidth; long m_lVDistWidth;
long lHeightWidth; long m_lHeightWidth;
long lLeftWidth; long m_lLeftWidth;
long lUpperWidth; long m_lUpperWidth;
long lColsWidth; long m_lColsWidth;
long lPWidthWidth; long m_lPWidthWidth;
long lPHeightWidth; long m_lPHeightWidth;
long lXWidth; long m_lXWidth;
long lXHeight; long m_lXHeight;
SwLabItem aItem; SwLabItem m_aItem;
virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle&) override; virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle&) 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