Lines Matching refs:m_rowOffset

774             height = 7*m_heightRow + m_rowOffset + VERT_MARGIN;  in DoGetBestSize()
911m_rowOffset = HasFlag(wxCAL_SEQUENTIAL_MONTH_SELECTION) ? m_heightRow : 0; // conditional in relat… in RecalcGeometry()
1223 rect.y = (m_heightRow * GetWeek(date)) + m_rowOffset; in RefreshDate()
1293 … corners[0] = wxPoint(x0 + (fd - 1) * m_widthCol, (fw * m_heightRow) + m_rowOffset); in HighlightRange()
1294 … corners[1] = wxPoint(x0 + (fd - 1) * m_widthCol, ((fw + 1 ) * m_heightRow) + m_rowOffset); in HighlightRange()
1295 … corners[2] = wxPoint(x0 + td * m_widthCol, ((tw + 1) * m_heightRow) + m_rowOffset); in HighlightRange()
1296 corners[3] = wxPoint(x0 + td * m_widthCol, (tw * m_heightRow) + m_rowOffset); in HighlightRange()
1302 … corners[cidx] = wxPoint(x0 + (fd - 1) * m_widthCol, (fw * m_heightRow) + m_rowOffset); cidx++; in HighlightRange()
1306 …orners[cidx] = wxPoint(x0 + (fd - 1) * m_widthCol, ((fw + 1) * m_heightRow) + m_rowOffset); cidx++; in HighlightRange()
1307 corners[cidx] = wxPoint(x0, ((fw + 1) * m_heightRow) + m_rowOffset); cidx++; in HighlightRange()
1310 corners[cidx] = wxPoint(x0, ((tw + 1) * m_heightRow) + m_rowOffset); cidx++; in HighlightRange()
1311 … corners[cidx] = wxPoint(x0 + td * m_widthCol, ((tw + 1) * m_heightRow) + m_rowOffset); cidx++; in HighlightRange()
1315 … corners[cidx] = wxPoint(x0 + td * m_widthCol, (tw * m_heightRow) + m_rowOffset); cidx++; in HighlightRange()
1316 … corners[cidx] = wxPoint(x0 + 7 * m_widthCol, (tw * m_heightRow) + m_rowOffset); cidx++; in HighlightRange()
1319 … corners[cidx] = wxPoint(x0 + 7 * m_widthCol, (fw * m_heightRow) + m_rowOffset); cidx++; in HighlightRange()
1539 if ( pos.y < (m_heightRow + m_rowOffset) ) in HitTest()
1541 if ( pos.y > m_rowOffset ) in HitTest()
1561 int week = (pos.y - (m_heightRow + m_rowOffset)) / m_heightRow; in HitTest()