summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribptr.hxx
diff options
context:
space:
mode:
authorPhilipp Hofer <philipp.hofer@protonmail.com>2020-11-12 13:07:21 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-19 01:37:21 +0100
commit69b12a6eb3616d15035310eeb0c3dbc7aefcb5c1 (patch)
tree85fa3dd6e742033dc0b5a04b45a1e035a4c93cbd /lotuswordpro/source/filter/lwpfribptr.hxx
parent6ceb1d0f2e23749fe03fab08ec338ba4d7782173 (diff)
tdf#123936 Formatting files in module lotuswordpro with clang-format
Change-Id: I3110b452b6c81fb7e5c10f6ba98ce521c51c0427 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105690 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
Diffstat (limited to 'lotuswordpro/source/filter/lwpfribptr.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpfribptr.hxx19
1 files changed, 11 insertions, 8 deletions
diff --git a/lotuswordpro/source/filter/lwpfribptr.hxx b/lotuswordpro/source/filter/lwpfribptr.hxx
index d59cb81ca0d4..d51ecdbfab75 100644
--- a/lotuswordpro/source/filter/lwpfribptr.hxx
+++ b/lotuswordpro/source/filter/lwpfribptr.hxx
@@ -73,20 +73,23 @@ public:
LwpFribPtr();
~LwpFribPtr();
void ReadPara(LwpObjectStream* pObjStrm);
+
private:
LwpFrib* m_pFribs;
- XFParagraph* m_pXFPara;//Current XFPara used for frib parsing
- LwpPara* m_pPara;//for get foundry
- static void ProcessDropcap(LwpStory* pStory, const LwpFrib* pFrib,sal_uInt32 nLen);
+ XFParagraph* m_pXFPara; //Current XFPara used for frib parsing
+ LwpPara* m_pPara; //for get foundry
+ static void ProcessDropcap(LwpStory* pStory, const LwpFrib* pFrib, sal_uInt32 nLen);
+
public:
void XFConvert();
- void SetXFPara(XFParagraph* Para){m_pXFPara = Para;}
- XFParagraph* GetXFPara(){return m_pXFPara;}
- void SetPara(LwpPara* para){m_pPara=para;}
+ void SetXFPara(XFParagraph* Para) { m_pXFPara = Para; }
+ XFParagraph* GetXFPara() { return m_pXFPara; }
+ void SetPara(LwpPara* para) { m_pPara = para; }
void RegisterStyle();
- LwpFrib* GetFribs(){return m_pFribs;}
+ LwpFrib* GetFribs() { return m_pFribs; }
LwpFrib* HasFrib(sal_uInt8 nType);
- bool ComparePagePosition(LwpVirtualLayout const * pPreLayout, LwpVirtualLayout const * pNextLayout);
+ bool ComparePagePosition(LwpVirtualLayout const* pPreLayout,
+ LwpVirtualLayout const* pNextLayout);
void GatherAllText();
};