Lines Matching refs:ScSortItem
38 TYPEINIT1(ScSortItem, SfxPoolItem);
176 ScSortItem::ScSortItem( sal_uInt16 nWhichP, in ScSortItem() function in ScSortItem
187 ScSortItem::ScSortItem( sal_uInt16 nWhichP, in ScSortItem() function in ScSortItem
197 ScSortItem::ScSortItem( const ScSortItem& rItem ) : in ScSortItem() function in ScSortItem
204 __EXPORT ScSortItem::~ScSortItem() in ~ScSortItem()
210 String __EXPORT ScSortItem::GetValueText() const in GetValueText()
217 int __EXPORT ScSortItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
221 const ScSortItem& rOther = (const ScSortItem&)rItem; in operator ==()
229 SfxPoolItem* __EXPORT ScSortItem::Clone( SfxItemPool * ) const in Clone()
231 return new ScSortItem( *this ); in Clone()
236 sal_Bool ScSortItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /* nMemberUd */ ) const in QueryValue()