Searched refs:pXRow (Results 1 – 1 of 1) sorted by relevance
4557 SwXTextTableRow* pXRow = aIter.First(); in getByIndex() local4558 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()