Searched refs:actcol (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.cpp593 int actcol, actrow; local
604 for (actcol = 0; actcol < m_NumCols; actcol++) {
605 if (m_CellInfo[actrow][actcol].flag != cellUsed) continue;
606 actcell = m_CellInfo[actrow][actcol].cont;
608 for (int i = actcol; i < m_CellInfo[actrow][actcol].colspan + actcol; i++)
610 fullwid += (m_CellInfo[actrow][actcol]
[all...]

Completed in 126 milliseconds