Lines Matching refs:SfxStringListItem
35 DBG_NAME(SfxStringListItem)
39 TYPEINIT1_AUTOFACTORY(SfxStringListItem, SfxPoolItem);
115 SfxStringListItem::SfxStringListItem() : in SfxStringListItem() function in SfxStringListItem
122 SfxStringListItem::SfxStringListItem( sal_uInt16 which, const List* pList ) : in SfxStringListItem() function in SfxStringListItem
145 SfxStringListItem::SfxStringListItem( sal_uInt16 which, SvStream& rStream ) : in SfxStringListItem() function in SfxStringListItem
167 SfxStringListItem::SfxStringListItem( const SfxStringListItem& rItem ) : in SfxStringListItem() function in SfxStringListItem
182 SfxStringListItem::~SfxStringListItem() in ~SfxStringListItem()
196 List* SfxStringListItem::GetList() in GetList()
206 int SfxStringListItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
210 SfxStringListItem* pItem = (SfxStringListItem*)&rItem; in operator ==()
220 SfxItemPresentation SfxStringListItem::GetPresentation in GetPresentation()
235 SfxPoolItem* SfxStringListItem::Clone( SfxItemPool *) const in Clone()
237 return new SfxStringListItem( *this ); in Clone()
249 SfxPoolItem* SfxStringListItem::Create( SvStream & rStream, sal_uInt16 ) const in Create()
251 return new SfxStringListItem( Which(), rStream ); in Create()
256 SvStream& SfxStringListItem::Store( SvStream & rStream, sal_uInt16 ) const in Store()
282 void SfxStringListItem::SetString( const XubString& rStr ) in SetString()
321 XubString SfxStringListItem::GetString() in GetString()
344 int SfxStringListItem::IsPoolable() const in IsPoolable()
353 void SfxStringListItem::Sort( sal_Bool bAscending, List* pParallelList ) in Sort()
361 void SfxStringListItem::SetStringList( const com::sun::star::uno::Sequence< rtl::OUString >& rList ) in SetStringList()
381 void SfxStringListItem::GetStringList( com::sun::star::uno::Sequence< rtl::OUString >& rList ) const in GetStringList()
392 sal_Bool SfxStringListItem::PutValue( const com::sun::star::uno::Any& rVal,sal_uInt8 ) in PutValue()
407 sal_Bool SfxStringListItem::QueryValue( com::sun::star::uno::Any& rVal,sal_uInt8 ) const in QueryValue()
410 SfxStringListItem* pThis = const_cast< SfxStringListItem * >( this ); in QueryValue()