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()92 { return nTabPos == rTS.nTabPos; } in operator ==()94 { return nTabPos < rTS.nTabPos; } in operator <()98 nTabPos = rTS.nTabPos; in operator =()99 eAdjustment = rTS.eAdjustment; in operator =()100 m_cDecimal = rTS.m_cDecimal; in operator =()[all …]
4767 void Add(const SvxTabStop &rTS, long nAdjustment);4768 void Del(const SvxTabStop &rTS, long nAdjustment);4788 void SwWW8WrTabu::Add(const SvxTabStop & rTS, long nAdjustment) in Add() argument4791 ShortToSVBT16(msword_cast<sal_Int16>(rTS.GetTabPos() + nAdjustment), in Add()4796 switch (rTS.GetAdjustment()) in Add()4817 switch( rTS.GetFill() ) in Add()4839 void SwWW8WrTabu::Del(const SvxTabStop &rTS, long nAdjustment) in Del() argument4842 ShortToSVBT16(msword_cast<sal_Int16>(rTS.GetTabPos() + nAdjustment), in Del()4887 const SvxTabStop& rTS = rTStops[n]; in ParaTabStopAdd() local4889 if (SVX_TAB_ADJUST_DEFAULT != rTS.GetAdjustment()) in ParaTabStopAdd()[all …]
2598 const SvxTabStop & rTS = rTabStop[ n ]; in ParaTabStop() local2599 if( SVX_TAB_ADJUST_DEFAULT != rTS.GetAdjustment() ) in ParaTabStop()2602 switch( rTS.GetFill() ) in ParaTabStop()2618 switch (rTS.GetAdjustment()) in ParaTabStop()2635 m_aStyles.append((sal_Int32)(rTS.GetTabPos() + nOffset)); in ParaTabStop()
Completed in 61 milliseconds