Lines Matching refs:SvxFieldItem
45 TYPEINIT1( SvxFieldItem, SfxPoolItem );
102 SvxFieldItem::SvxFieldItem( SvxFieldData* pFld, const sal_uInt16 nId ) : in SvxFieldItem() function in SvxFieldItem
110 SvxFieldItem::SvxFieldItem( const SvxFieldData& rField, const sal_uInt16 nId ) : in SvxFieldItem() function in SvxFieldItem
118 SvxFieldItem::SvxFieldItem( const SvxFieldItem& rItem ) : in SvxFieldItem() function in SvxFieldItem
126 SvxFieldItem::~SvxFieldItem() in ~SvxFieldItem()
133 SfxPoolItem* SvxFieldItem::Clone( SfxItemPool* ) const in Clone()
135 return new SvxFieldItem(*this); in Clone()
140 SfxPoolItem* SvxFieldItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
152 return new SvxFieldItem( pData, Which() ); in Create()
157 SvStream& SvxFieldItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()
178 int SvxFieldItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
182 const SvxFieldData* pOtherFld = ((const SvxFieldItem&)rItem).GetField(); in operator ==()
940 SvClassManager& SvxFieldItem::GetClassManager() in GetClassManager()