Lines Matching refs:SvxTabStopItem

91 TYPEINIT1_FACTORY(SvxTabStopItem, SfxPoolItem, new SvxTabStopItem(0));
926 SvxTabStopItem::SvxTabStopItem( sal_uInt16 _nWhich ) : in SvxTabStopItem() function in SvxTabStopItem
942 SvxTabStopItem::SvxTabStopItem( const sal_uInt16 nTabs, in SvxTabStopItem() function in SvxTabStopItem
958 SvxTabStopItem::SvxTabStopItem( const SvxTabStopItem& rTSI ) : in SvxTabStopItem() function in SvxTabStopItem
967 sal_uInt16 SvxTabStopItem::GetPos( const SvxTabStop& rTab ) const in GetPos()
975 sal_uInt16 SvxTabStopItem::GetPos( const long nPos ) const in GetPos()
983 SvxTabStopItem& SvxTabStopItem::operator=( const SvxTabStopItem& rTSI ) in operator =()
1014 sal_Bool SvxTabStopItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1058 sal_Bool SvxTabStopItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
1151 int SvxTabStopItem::operator==( const SfxPoolItem& rAttr ) const in operator ==()
1155 const SvxTabStopItem& rTSI = (SvxTabStopItem&)rAttr; in operator ==()
1168 SfxPoolItem* SvxTabStopItem::Clone( SfxItemPool * ) const in Clone()
1170 return new SvxTabStopItem( *this ); in Clone()
1175 SfxItemPresentation SvxTabStopItem::GetPresentation in GetPresentation()
1213 SfxPoolItem* SvxTabStopItem::Create( SvStream& rStrm, sal_uInt16 ) const in Create()
1217 SvxTabStopItem* pAttr = in Create()
1218 new SvxTabStopItem( 0, 0, SVX_TAB_ADJUST_DEFAULT, Which() ); in Create()
1235 SvStream& SvxTabStopItem::Store( SvStream& rStrm, sal_uInt16 /*nItemVersion*/ ) const in Store()
1254 const SvxTabStopItem& rDefTab = (const SvxTabStopItem &) in Store()
1293 sal_Bool SvxTabStopItem::Insert( const SvxTabStop& rTab ) in Insert()
1301 void SvxTabStopItem::Insert( const SvxTabStopItem* pTabs, sal_uInt16 nStart, in Insert()