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.cxx4606 SwXTextTableRow* pXRow = aIter.First(); in getByIndex() local
4607 while( pXRow ) in getByIndex()
4610 if(pXRow->GetTblRow() == pLine) in getByIndex()
4612 pXRow = aIter.Next(); in getByIndex()
4615 if(!pXRow) in getByIndex()
4616 pXRow = new SwXTextTableRow(pFrmFmt, pLine); in getByIndex()
4618 (beans::XPropertySet*)pXRow; in getByIndex()

Completed in 35 milliseconds