diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:20:35 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 14:20:35 +0000 |
commit | a582e4e76fadca25b09e6269d4d8721c43bfd37a (patch) | |
tree | 7b768c9561520714c888f9ed588f868d5d1c6218 | |
parent | a350af11be60dba7d5021e9b9e13140426f61d01 (diff) |
INTEGRATION: CWS writercorehandoff (1.7.448); FILE MERGED
2005/12/20 15:00:50 tra 1.7.448.3: RESYNC: (1.8-1.9); FILE MERGED
2005/09/13 11:22:35 tra 1.7.448.2: RESYNC: (1.7-1.8); FILE MERGED
2005/06/07 14:09:48 fme 1.7.448.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
-rw-r--r-- | sw/inc/docufld.hxx | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/sw/inc/docufld.hxx b/sw/inc/docufld.hxx index 36a2c40eb27f..234b7b049727 100644 --- a/sw/inc/docufld.hxx +++ b/sw/inc/docufld.hxx @@ -4,9 +4,9 @@ * * $RCSfile: docufld.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-12-14 14:46:21 $ + * last change: $Author: hr $ $Date: 2006-08-14 15:20:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -163,7 +163,6 @@ public: String& Expand( sal_uInt32 nFmt, short nOff, const String&, String& rRet ) const; void ChangeExpansion( SwDoc* pDoc, USHORT nNum, USHORT nMax, BOOL bVirtPageNum, const sal_Int16* pNumFmt = 0 ); - inline sal_Int16 GetNumFormat() const { return nNumberingType; } virtual SwFieldType* Copy() const; }; @@ -309,7 +308,6 @@ public: String Expand(USHORT nSubType, sal_uInt32 nFmt) const; virtual SwFieldType* Copy() const; - inline sal_Int16 GetNumFormat() const { return nNumberingType; } inline void SetNumFormat( sal_Int16 eFmt ) { nNumberingType = eFmt; } }; @@ -390,9 +388,6 @@ public: void Evaluate(SwDoc*); inline void SetValue(BOOL bHidden) { bIsHidden = bHidden; } - inline BOOL GetValue() const { return bIsHidden; } - inline BOOL IsConditional() const { return bCanToggle; } - inline BOOL IsValid() const { return bValid; } String GetColumnName(const String& rName); String GetDBName(const String& rName, SwDoc *pDoc); @@ -534,7 +529,6 @@ public: virtual SwField* Copy() const; inline const Date& GetDate() const { return aDate; } - inline void SetDate( const Date& rDate ) { aDate = rDate;} // Author virtual const String& GetPar1() const; @@ -594,7 +588,6 @@ class SwExtUserFieldType : public SwFieldType public: SwExtUserFieldType(); - inline const String& GetData() const { return aData; } inline void SetData(const String& rStr) { aData = rStr; } String Expand(USHORT nSubType, sal_uInt32 nFormat) const; @@ -616,7 +609,6 @@ public: virtual void SetSubType(USHORT nSub); inline void SetExpansion(const String& rStr) { aContent = rStr; } - inline const String& GetContent() const { return aContent; } virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMId ) const; virtual BOOL PutValue( const com::sun::star::uno::Any& rVal, BYTE nMId ); @@ -657,7 +649,6 @@ public: virtual void SetPar2(const String& rStr); BOOL IsOn() const { return bOn; } - void SetOn( BOOL bFlag ) { bOn = bFlag; } short GetOffset() const { return nOffset; } void SetOffset( short nOff ) { nOffset = nOff; } @@ -684,8 +675,6 @@ public: virtual void Modify( SfxPoolItem *, SfxPoolItem * ); USHORT MakeSetList( _SetGetExpFlds& rTmpLst ); - sal_Int16 GetNumFormat() const { return nNumberingType; } - void SetNumFormat( sal_Int16 eFmt ) { nNumberingType = eFmt; } SwDoc* GetDoc() const { return pDoc; } }; @@ -703,7 +692,6 @@ public: virtual SwField* Copy() const; void SetText( const String& rTxt ) { sTxt = rTxt; } - const String& GetText() const { return sTxt; } void ChangeExpansion( const SwFrm* pFrm, const SwTxtFld* pFld ); virtual BOOL QueryValue( com::sun::star::uno::Any& rVal, BYTE nMId ) const; @@ -723,9 +711,6 @@ public: SwJumpEditFieldType( SwDoc* pDoc ); virtual SwFieldType* Copy() const; - SwDoc* GetDoc() { return pDoc; } - const SwDoc* GetDoc() const { return pDoc; } - SwCharFmt* GetCharFmt(); }; @@ -793,7 +778,6 @@ public: // Text virtual String GetPar2() const; virtual void SetPar2(const String& rStr); - const String& GetCode() const { return sCode; } BOOL IsCodeURL() const { return bCodeURL; } void SetCodeURL( BOOL bURL ) { bCodeURL = bURL; } |