Lines Matching refs:SvxTabStop
100 SV_IMPL_VARARR_SORT( SvxTabStopArr, SvxTabStop ) in SV_IMPL_VARARR_SORT() argument
873 SvxTabStop::SvxTabStop() in SvxTabStop() function in SvxTabStop
883 SvxTabStop::SvxTabStop( const long nPos, const SvxTabAdjust eAdjst, in SvxTabStop() function in SvxTabStop
892 void SvxTabStop::fillDecimal() const in fillDecimal()
899 XubString SvxTabStop::GetValueString() const in GetValueString()
935 SvxTabStop aTab( (i + 1) * nDist, eAdjst ); in SvxTabStopItem()
951 SvxTabStop aTab( (i + 1) * nDist, eAdjst ); in SvxTabStopItem()
967 sal_uInt16 SvxTabStopItem::GetPos( const SvxTabStop& rTab ) const in GetPos()
978 return Seek_Entry( SvxTabStop( nPos ), &nFound ) ? nFound : SVX_TAB_NOTFOUND; in GetPos()
1027 const SvxTabStop& rTab = *(GetStart() + i); in QueryValue()
1047 const SvxTabStop &rTab = *(GetStart()); in QueryValue()
1126 SvxTabStop aTab( bConvert ? MM100_TO_TWIP(pArr[i].Position) : pArr[i].Position, in PutValue()
1139 const SvxTabStop& rTab = *(GetStart()); in PutValue()
1140 SvxTabStop aNewTab ( bConvert ? MM100_TO_TWIP ( nNewPos ) : nNewPos, in PutValue()
1227 pAttr->Insert( SvxTabStop in Create()
1271 const SvxTabStop& rTab = (*this)[ i ]; in Store()
1281 SvxTabStop aSwTabStop(nNew, SVX_TAB_ADJUST_DEFAULT); in Store()
1293 sal_Bool SvxTabStopItem::Insert( const SvxTabStop& rTab ) in Insert()
1306 const SvxTabStop& rTab = (*pTabs)[i]; in Insert()