Lines Matching refs:SwFmt
41 class SW_DLLPUBLIC SwFmt : public SwModify class
61 SwFmt( SwAttrPool& rPool, const sal_Char* pFmtNm,
62 const sal_uInt16* pWhichRanges, SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich );
63 SwFmt( SwAttrPool& rPool, const String &rFmtNm, const sal_uInt16* pWhichRanges,
64 SwFmt *pDrvdFrm, sal_uInt16 nFmtWhich );
65 SwFmt( const SwFmt& rFmt );
71 virtual ~SwFmt();
72 SwFmt &operator=(const SwFmt&);
81 void CopyAttrs( const SwFmt&, sal_Bool bReplace=sal_True );
85 void DelDiffs( const SwFmt& rFmt ) { DelDiffs( rFmt.GetAttrSet() ); } in DelDiffs()
88 sal_Bool SetDerivedFrom(SwFmt *pDerivedFrom = 0);
110 inline SwFmt* DerivedFrom() const { return (SwFmt*)GetRegisteredIn(); } in DerivedFrom()
330 inline const SfxPoolItem& SwFmt::GetFmtAttr( sal_uInt16 nWhich, in GetFmtAttr()
336 inline void SwFmt::SetName( const sal_Char* pNewName, in SetName()
343 inline SfxItemState SwFmt::GetItemState( sal_uInt16 nWhich, sal_Bool bSrchInParent, in GetItemState()