summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-05-02 09:14:13 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-05-02 10:16:35 +0200
commiteef7d1614ee279dfe43e0a4b575d96e0e7e9470c (patch)
tree74c98c192e4b06ece74d9ff0cd77980f596d4e65 /sw/source/uibase/inc
parent6a2a2e6e3fa164f234f2880e5ba608676c4eec04 (diff)
sw: prefix members of AutoFormatPreview
Change-Id: I3651abc70862d44238d24bb4b24cffa2731611f7 Reviewed-on: https://gerrit.libreoffice.org/53720 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r--sw/source/uibase/inc/autoformatpreview.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sw/source/uibase/inc/autoformatpreview.hxx b/sw/source/uibase/inc/autoformatpreview.hxx
index 1b9bd74b1589..c1e3b77c9f14 100644
--- a/sw/source/uibase/inc/autoformatpreview.hxx
+++ b/sw/source/uibase/inc/autoformatpreview.hxx
@@ -51,22 +51,22 @@ public:
private:
std::unique_ptr<weld::DrawingArea> mxDrawingArea;
- SwTableAutoFormat aCurData;
+ SwTableAutoFormat maCurrentData;
svx::frame::Array maArray; /// Implementation to draw the frame borders.
- bool bFitWidth;
+ bool mbFitWidth;
bool mbRTL;
- Size aPrvSize;
- long nLabelColWidth;
- long nDataColWidth1;
- long nDataColWidth2;
- long nRowHeight;
- const OUString aStrJan;
- const OUString aStrFeb;
- const OUString aStrMar;
- const OUString aStrNorth;
- const OUString aStrMid;
- const OUString aStrSouth;
- const OUString aStrSum;
+ Size maPreviousSize;
+ long mnLabelColumnWidth;
+ long mnDataColumnWidth1;
+ long mnDataColumnWidth2;
+ long mnRowHeight;
+ const OUString maStringJan;
+ const OUString maStringFeb;
+ const OUString maStringMar;
+ const OUString maStringNorth;
+ const OUString maStringMid;
+ const OUString maStringSouth;
+ const OUString maStringSum;
std::unique_ptr<SvNumberFormatter> mxNumFormat;
uno::Reference<i18n::XBreakIterator> m_xBreak;