Lines Matching refs:SwFmt
46 class SW_DLLPUBLIC SwFmt : public SwModify class
66 SwFmt( SwAttrPool& rPool, const sal_Char* pFmtNm,
67 const sal_uInt16* pWhichRanges, SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich );
68 SwFmt( SwAttrPool& rPool, const String &rFmtNm, const sal_uInt16* pWhichRanges,
69 SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich );
70 SwFmt( const SwFmt& rFmt );
76 virtual ~SwFmt();
77 SwFmt &operator=(const SwFmt&);
86 void CopyAttrs( const SwFmt&, sal_Bool bReplace=sal_True );
90 void DelDiffs( const SwFmt& rFmt ) { DelDiffs( rFmt.GetAttrSet() ); } in DelDiffs()
93 sal_Bool SetDerivedFrom(SwFmt *pDerivedFrom = 0);
116 inline SwFmt* DerivedFrom() const { return (SwFmt*)GetRegisteredIn(); } in DerivedFrom()
346 inline void SwFmt::SetName( const sal_Char* pNewName, in SetName()