Lines Matching refs:rTab
967 sal_uInt16 SvxTabStopItem::GetPos( const SvxTabStop& rTab ) const in GetPos()
970 return Seek_Entry( rTab, &nFound ) ? nFound : SVX_TAB_NOTFOUND; in GetPos()
1027 const SvxTabStop& rTab = *(GetStart() + i); in QueryValue() local
1028 … pArr[i].Position = bConvert ? TWIP_TO_MM100(rTab.GetTabPos()) : rTab.GetTabPos(); in QueryValue()
1029 switch(rTab.GetAdjustment()) in QueryValue()
1039 pArr[i].DecimalChar = rTab.GetDecimal(); in QueryValue()
1040 pArr[i].FillChar = rTab.GetFill(); in QueryValue()
1047 const SvxTabStop &rTab = *(GetStart()); in QueryValue() local
1048 … rVal <<= static_cast<sal_Int32>(bConvert ? TWIP_TO_MM100(rTab.GetTabPos()) : rTab.GetTabPos()); in QueryValue()
1139 const SvxTabStop& rTab = *(GetStart()); in PutValue() local
1141 rTab.GetAdjustment(), rTab.GetDecimal(), rTab.GetFill() ); in PutValue()
1271 const SvxTabStop& rTab = (*this)[ i ]; in Store() local
1272 rStrm << (long) rTab.GetTabPos() in Store()
1273 << (sal_Int8) rTab.GetAdjustment() in Store()
1274 << (unsigned char) rTab.GetDecimal() in Store()
1275 << (unsigned char) rTab.GetFill(); in Store()
1293 sal_Bool SvxTabStopItem::Insert( const SvxTabStop& rTab ) in Insert() argument
1295 sal_uInt16 nTabPos = GetPos(rTab); in Insert()
1298 return SvxTabStopArr::Insert( rTab ); in Insert()
1306 const SvxTabStop& rTab = (*pTabs)[i]; in Insert() local
1307 sal_uInt16 nTabPos = GetPos(rTab); in Insert()