Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/sw/source/filter/rtf/
H A Dswparrtf.cxx3846 SvxTabStopItem aTStop( *(SvxTabStopItem*)pItem ); in SetSwgValues() local
3852 SvxTabStop* pTabs = (SvxTabStop*)aTStop.GetStart(); in SetSwgValues()
3853 for( sal_uInt16 n = aTStop.Count(); n; --n, ++pTabs) in SetSwgValues()
3859 aTStop.Insert( SvxTabStop() ); in SetSwgValues()
3862 if( !aTStop.Count() ) in SetSwgValues()
3867 aTStop.Insert( &rDflt, 0 ); in SetSwgValues()
3869 rSet.Put( aTStop ); in SetSwgValues()
/aoo41x/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 41 milliseconds