Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx4557 SwXTextTableRow* pXRow = aIter.First(); in getByIndex() local
4558 while( pXRow ) in getByIndex()
4561 if(pXRow->GetTblRow() == pLine) in getByIndex()
4563 pXRow = aIter.Next(); in getByIndex()
4566 if(!pXRow) in getByIndex()
4567 pXRow = new SwXTextTableRow(pFrmFmt, pLine); in getByIndex()
4569 (beans::XPropertySet*)pXRow; in getByIndex()