Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_RTF.cpp1978 UT_GenericVector<ie_imp_cell *> vecOldCells; in HandleCell() local
1981 getTable()->getVecOfCellsOnRow(row-1, &vecOldCells); in HandleCell()
1983 for(i=0; i< vecOldCells.getItemCount();i++) in HandleCell()
1985 ie_imp_cell * pCell = vecOldCells.getNthItem(i); in HandleCell()
1990 UT_ASSERT_HARMLESS(vecOldCells.getItemCount() > 0); in HandleCell()