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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_list.cpp83 int m_NumRows; member in class:wxHtmlListCell
101 m_NumRows = 0;
138 for (int r = 0; r < m_NumRows; r++)
160 ReallocRows(++m_NumRows);
161 m_RowInfo[m_NumRows - 1].mark = mark;
162 m_RowInfo[m_NumRows - 1].cont = cont;
173 m_NumRows = rows;
178 if (m_NumRows == 0) return;
183 for (int r = 0; r < m_NumRows; r++)
H A Dm_tables.cpp76 int m_NumCols, m_NumRows; member in class:wxHtmlTableCell
112 // and changes m_NumCols/m_NumRows value to reflect this change
113 // NOTE! You CAN'T change m_NumCols/m_NumRows before calling this!!
133 m_NumCols = m_NumRows = 0;
166 for (int i = 0; i < m_NumRows; i++)
187 for (i = 0; i < m_NumRows; i++)
210 for (int row = m_NumRows; row < rows ; row++)
221 m_NumRows = rows;
250 if (m_ActualRow + 1 > m_NumRows - 1)
322 if (r + m_CellInfo[r][c].rowspan > m_NumRows)
[all...]

Completed in 102 milliseconds