Searched refs:m_ActualRow (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_tables.cpp90 int m_ActualCol, m_ActualRow; member in class:wxHtmlTableCell
135 m_ActualCol = m_ActualRow = -1;
250 if (m_ActualRow + 1 > m_NumRows - 1)
251 ReallocRows(m_ActualRow + 2);
252 m_ActualRow++;
260 (m_CellInfo[m_ActualRow][m_ActualCol].flag != cellFree));
265 int r = m_ActualRow, c = m_ActualCol;

Completed in 180 milliseconds