Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/ !
H A Drtftbl.cxx189 sal_uInt16 nTmpBox = m_nCurrentBox; in ReadTable() local
190 if( nTmpBox > pLine->GetTabBoxes().Count() ) in ReadTable()
191 nTmpBox = pLine->GetTabBoxes().Count(); in ReadTable()
193 for (sal_uInt16 n = nTmpBox; n; ) in ReadTable()