Searched refs:rTS (Results 1 – 3 of 3) sorted by relevance
82 sal_Bool IsEqual( const SvxTabStop& rTS ) const in IsEqual()84 return ( nTabPos == rTS.nTabPos && in IsEqual()85 eAdjustment == rTS.eAdjustment && in IsEqual()86 m_cDecimal == rTS.m_cDecimal && in IsEqual()87 cFill == rTS.cFill ); in IsEqual()91 sal_Bool operator==( const SvxTabStop& rTS ) const in operator ==()92 { return nTabPos == rTS.nTabPos; } in operator ==()93 sal_Bool operator <( const SvxTabStop& rTS ) const in operator <()94 { return nTabPos < rTS.nTabPos; } in operator <()96 SvxTabStop& operator=( const SvxTabStop& rTS ) in operator =() argument[all …]
4766 void Add(const SvxTabStop &rTS, long nAdjustment);4767 void Del(const SvxTabStop &rTS, long nAdjustment);4787 void SwWW8WrTabu::Add(const SvxTabStop & rTS, long nAdjustment) in Add() argument4790 ShortToSVBT16(msword_cast<sal_Int16>(rTS.GetTabPos() + nAdjustment), in Add()4795 switch (rTS.GetAdjustment()) in Add()4816 switch( rTS.GetFill() ) in Add()4838 void SwWW8WrTabu::Del(const SvxTabStop &rTS, long nAdjustment) in Del() argument4841 ShortToSVBT16(msword_cast<sal_Int16>(rTS.GetTabPos() + nAdjustment), in Del()4886 const SvxTabStop& rTS = rTStops[n]; in ParaTabStopAdd() local4888 if (SVX_TAB_ADJUST_DEFAULT != rTS.GetAdjustment()) in ParaTabStopAdd()[all …]
2619 const SvxTabStop & rTS = rTabStop[ n ]; in ParaTabStop() local2620 if( SVX_TAB_ADJUST_DEFAULT != rTS.GetAdjustment() ) in ParaTabStop()2623 switch( rTS.GetFill() ) in ParaTabStop()2639 switch (rTS.GetAdjustment()) in ParaTabStop()2656 m_aStyles.append((sal_Int32)(rTS.GetTabPos() + nOffset)); in ParaTabStop()