Home
last modified time | relevance | path

Searched refs:rTS (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/editeng/inc/editeng/
H A Dtstpitem.hxx82 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 …]
/AOO42X/main/sw/source/filter/ww8/
H A Dww8atr.cxx4766 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() argument
4790 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() argument
4841 ShortToSVBT16(msword_cast<sal_Int16>(rTS.GetTabPos() + nAdjustment), in Del()
4886 const SvxTabStop& rTS = rTStops[n]; in ParaTabStopAdd() local
4888 if (SVX_TAB_ADJUST_DEFAULT != rTS.GetAdjustment()) in ParaTabStopAdd()
[all …]
H A Drtfattributeoutput.cxx2619 const SvxTabStop & rTS = rTabStop[ n ]; in ParaTabStop() local
2620 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()