summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-05-07 09:18:07 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-05-07 14:30:44 +0200
commit695a4302800b63c263d70ec16c325070604b0aee (patch)
tree7e78ad3cc9bd8ddd4633f143e4ba9feab9fc483e /sw/source/filter/ww8/ww8par2.hxx
parentc7d4c9c2f776a133ee13d7601f190b6ac8d25d47 (diff)
sw: prefix members of WW8RStyle
Change-Id: Ibc64cdc44d170af11479db47c309faac5665daec Reviewed-on: https://gerrit.libreoffice.org/53927 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index de22c001a9da..a07224253022 100644
--- a/sw/source/filter/ww8/ww8par2.hxx
+++ b/sw/source/filter/ww8/ww8par2.hxx
@@ -91,23 +91,23 @@ class WW8RStyle: public WW8Style
{
friend class SwWW8ImplReader;
wwSprmParser maSprmParser;
- SwWW8ImplReader* pIo; // parser class
- SvStream* pStStrm; // input file
+ SwWW8ImplReader* mpIo; // parser class
+ SvStream* mpStStrm; // input file
- SwNumRule* pStyRule; // bullets and enumerations in styles
+ SwNumRule* mpStyRule; // bullets and enumerations in styles
- sal_uInt8* pParaSprms; // all ParaSprms of the UPX if UPX.Papx
- sal_uInt16 nSprmsLen; // its length
+ sal_uInt8* mpParaSprms; // all ParaSprms of the UPX if UPX.Papx
+ sal_uInt16 mnSprmsLen; // its length
- sal_uInt8 nWwNumLevel; // for bullets and enumerations in styles
+ sal_uInt8 mnWwNumLevel; // for bullets and enumerations in styles
- bool bTextColChanged;
- bool bFontChanged; // For Simulating Default-Font
- bool bCJKFontChanged; // For Simulating Default-CJK Font
- bool bCTLFontChanged; // For Simulating Default-CTL Font
- bool bFSizeChanged; // For Simulating Default-FontSize
- bool bFCTLSizeChanged; // For Simulating Default-CTL FontSize
- bool bWidowsChanged; // For Simulating Default-Widows / Orphans
+ bool mbTextColChanged;
+ bool mbFontChanged; // For Simulating Default-Font
+ bool mbCJKFontChanged; // For Simulating Default-CJK Font
+ bool mbCTLFontChanged; // For Simulating Default-CTL Font
+ bool mbFSizeChanged; // For Simulating Default-FontSize
+ bool mbFCTLSizeChanged; // For Simulating Default-CTL FontSize
+ bool mbWidowsChanged; // For Simulating Default-Widows / Orphans
void ImportSprms(std::size_t nPosFc, short nLen, bool bPap);
void ImportSprms(sal_uInt8 *pSprms, short nLen, bool bPap);