Home
last modified time | relevance | path

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

/reactos/base/applications/charmap_new/
H A DGridView.cpp23 m_xNumCells(20), in CGridView()
131 m_NumRows = NewFont.NumValidGlyphs / m_xNumCells; in SetFont()
132 if (NewFont.NumValidGlyphs % m_xNumCells) in SetFont()
160 for (int x = 0; x < m_xNumCells; x++) in UpdateCellCoordinates()
187 m_Cells[i] = new CCell*[m_xNumCells]; // columns in OnCreate()
190 for (int x = 0; x < m_xNumCells; x++) in OnCreate()
232 m_CellSize.cx = ClientRect.right / m_xNumCells; in OnSize()
469 i = m_xNumCells * m_ScrollPosition; in DrawGrid()
478 for (int x = 0; x < m_xNumCells; x++) in DrawGrid()
H A DGridView.h24 int m_xNumCells; variable