Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/ !
H A Drtftbl.cxx175 m_nCurrentBox = 0; in ReadTable()
189 sal_uInt16 nTmpBox = m_nCurrentBox; in ReadTable()
309 if (m_nCurrentBox != 0) in ReadTable()
311 --m_nCurrentBox; in ReadTable()
313 if (m_nCurrentBox < pLine->GetTabBoxes().Count()) in ReadTable()
316 pLine->GetTabBoxes()[m_nCurrentBox]->GetFrmFmt()); in ReadTable()
532 if ((m_nCurrentBox == nBoxCnt) || ( bReadNewCell && !pTableNode )) in ReadTable()
643 m_nCurrentBox = n; in ReadTable()
748 m_nCurrentBox = 0; in ReadTable()
794 m_nCurrentBox + nStt, 1 ); in ReadTable()
[all …]
H A Dswparrtf.hxx317 sal_uInt16 m_nCurrentBox; member in SwRTFParser
H A Dswparrtf.cxx198 m_nCurrentBox(0), in SwRTFParser()
1785 m_nCurrentBox = 0; in NextToken()