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.cxx3837 SvxTabStopItem aTStop( *(SvxTabStopItem*)pItem ); in SetSwgValues() local
3843 SvxTabStop* pTabs = (SvxTabStop*)aTStop.GetStart(); in SetSwgValues()
3844 for( sal_uInt16 n = aTStop.Count(); n; --n, ++pTabs) in SetSwgValues()
3850 aTStop.Insert( SvxTabStop() ); in SetSwgValues()
3853 if( !aTStop.Count() ) in SetSwgValues()
3858 aTStop.Insert( &rDflt, 0 ); in SetSwgValues()
3860 rSet.Put( aTStop ); in SetSwgValues()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8atr.cxx642 SvxTabStopItem aTStop(*pItem); in CorrectTabStopInSet() local
643 for ( sal_uInt16 nCnt = 0; nCnt < aTStop.Count(); ++nCnt ) in CorrectTabStopInSet()
645 SvxTabStop& rTab = (SvxTabStop&)aTStop[ nCnt ]; in CorrectTabStopInSet()
653 aTStop.Remove( nCnt ); in CorrectTabStopInSet()
657 rSet.Put( aTStop ); in CorrectTabStopInSet()

Completed in 60 milliseconds