diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 08:11:27 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 08:37:25 +0000 |
commit | 7ab881a57d01e58eebcc2608ae8dd61af4552ae8 (patch) | |
tree | e8a5a50805ebd653834adbb03e7e98b8b6f22dc6 /include/editeng/svxrtf.hxx | |
parent | 795ac5bc53f6c15f2ab4634201747eb1c3e3331f (diff) |
loplugin:unusedmethods editeng
Change-Id: I15b2be5a9cd6e72447b674a65eabe9f89cb6ff12
Reviewed-on: https://gerrit.libreoffice.org/17115
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/editeng/svxrtf.hxx')
-rw-r--r-- | include/editeng/svxrtf.hxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index 5dcb23efda69..fe93c33ae15a 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -217,7 +217,6 @@ class EDITENG_DLLPUBLIC SvxRTFParser : public SvRTFParser void _ClearStyleAttr( SvxRTFItemStackType& rStkType ); // Sets all the attributes that are different from the current - void SetAttrSet( SfxItemSet& rAttrSet, SvxPosition& rSttPos ); void SetAttrSet( SvxRTFItemStackType &rSet ); void SetDefault( int nToken, int nValue ); @@ -285,31 +284,15 @@ protected: bool bReadNewDoc = true ); virtual ~SvxRTFParser(); - bool IsNewDoc() const { return bNewDoc; } void SetNewDoc( bool bFlag ) { bNewDoc = bFlag; } - bool IsNewGroup() const { return bNewGroup; } - void SetNewGroup( bool bFlag ) { bNewGroup = bFlag; } bool IsChkStyleAttr() const { return bChkStyleAttr; } void SetChkStyleAttr( bool bFlag ) { bChkStyleAttr = bFlag; } bool IsCalcValue() const { return bCalcValue; } void SetCalcValue( bool bFlag ) { bCalcValue = bFlag; } - bool IsPardTokenRead() const { return bPardTokenRead; } - void SetPardTokenRead( bool bFlag ) { bPardTokenRead = bFlag; } - bool IsReadDocInfo() const { return bReadDocInfo; } - void SetReadDocInfo( bool bFlag ) { bReadDocInfo = bFlag; } // Query/Set the current insert position - SvxPosition& GetInsPos() const { return *pInsPos; } void SetInsPos( const SvxPosition& rNew ); - - long GetVersionNo() const { return nVersionNo; } - SvxRTFStyleTbl& GetStyleTbl() { return aStyleTbl; } - SvxRTFItemStack& GetAttrStack() { return aAttrStack; } - SvxRTFColorTbl& GetColorTbl() { return aColorTbl; } - SvxRTFFontTbl& GetFontTbl() { return aFontTbl; } - - const OUString& GetBaseURL() const { return sBaseURL; } public: @@ -325,7 +308,6 @@ public: void SetAttrPool( SfxItemPool* pNewPool ) { pAttrPool = pNewPool; } // to set different WhichIds for a different pool. RTFPardAttrMapIds& GetPardMap() { return aPardMap; } - RTFPlainAttrMapIds& GetPlainMap() { return aPlainMap; } // to be able to assign them from the outside as for example table cells void ReadBorderAttr( int nToken, SfxItemSet& rSet, bool bTableDef=false ); void ReadBackgroundAttr( int nToken, SfxItemSet& rSet, bool bTableDef=false ); |