Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/basflt/
H A Dfltini.cxx594 SvxTabStopItem aTStop( *(SvxTabStopItem*)pItem ); in SetNumLSpace() local
595 for( sal_uInt16 n = 0; n < aTStop.Count(); ++n ) in SetNumLSpace()
597 SvxTabStop& rTab = (SvxTabStop&)aTStop[ n ]; in SetNumLSpace()
602 aTStop.Remove( n ); in SetNumLSpace()
609 rNd.SetAttr( aTStop ); in SetNumLSpace()
/AOO42X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3836 SvxTabStopItem aTStop( *(SvxTabStopItem*)pItem ); in SetSwgValues() local
3842 SvxTabStop* pTabs = (SvxTabStop*)aTStop.GetStart(); in SetSwgValues()
3843 for( sal_uInt16 n = aTStop.Count(); n; --n, ++pTabs) in SetSwgValues()
3849 aTStop.Insert( SvxTabStop() ); in SetSwgValues()
3852 if( !aTStop.Count() ) in SetSwgValues()
3857 aTStop.Insert( &rDflt, 0 ); in SetSwgValues()
3859 rSet.Put( aTStop ); in SetSwgValues()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8atr.cxx641 SvxTabStopItem aTStop(*pItem); in CorrectTabStopInSet() local
642 for ( sal_uInt16 nCnt = 0; nCnt < aTStop.Count(); ++nCnt ) in CorrectTabStopInSet()
644 SvxTabStop& rTab = (SvxTabStop&)aTStop[ nCnt ]; in CorrectTabStopInSet()
652 aTStop.Remove( nCnt ); in CorrectTabStopInSet()
656 rSet.Put( aTStop ); in CorrectTabStopInSet()