Lines Matching refs:SvxColorTableItem
39 TYPEINIT1_FACTORY( SvxColorTableItem, SfxPoolItem , new SvxColorTableItem);
52 SvxColorTableItem::SvxColorTableItem() in SvxColorTableItem() function in SvxColorTableItem
58 SvxColorTableItem::SvxColorTableItem( XColorListSharedPtr aTable, sal_uInt16 nW ) : in SvxColorTableItem() function in SvxColorTableItem
66 SvxColorTableItem::SvxColorTableItem( const SvxColorTableItem& rItem ) : in SvxColorTableItem() function in SvxColorTableItem
74 SfxItemPresentation SvxColorTableItem::GetPresentation in GetPresentation()
88 int SvxColorTableItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
91 return static_cast< const SvxColorTableItem& >(rItem).maColorTable == maColorTable; in operator ==()
96 SfxPoolItem* SvxColorTableItem::Clone( SfxItemPool * ) const in Clone()
98 return new SvxColorTableItem( *this ); in Clone()
103 sal_Bool SvxColorTableItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) c… in QueryValue()
115 sal_Bool SvxColorTableItem::PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/… in PutValue()