Lines Matching refs:rect
110 CRect rect; in OnInitDialog() local
112 GetClientRect(&rect); in OnInitDialog()
113 rect.left += 10; in OnInitDialog()
114 rect.right -= 10; in OnInitDialog()
115 rect.bottom -= (m_status_bar_height + 10); in OnInitDialog()
122 rect.top = list_prompt_rect.bottom + 1; in OnInitDialog()
132 WS_VISIBLE | WS_CHILD | WS_VSCROLL | WS_TABSTOP, rect, this, 0); in OnInitDialog()
416 CRect rect; in OnPaint() local
418 GetClientRect(&rect); in OnPaint()
420 dc.FillRect(rect, &fill_brush); in OnPaint()
437 CRect rect; in PreTranslateMessage() local
473 GetClientRect(&rect); in PreTranslateMessage()
474 if (m_scroll_helper->Scroll(SB_VERT, -rect.Height())) in PreTranslateMessage()
476 pagesize = rect.Height() / mRowHeight; in PreTranslateMessage()
482 GetClientRect(&rect); in PreTranslateMessage()
483 if (m_scroll_helper->Scroll(SB_VERT, rect.Height())) in PreTranslateMessage()
485 pagesize = rect.Height() / mRowHeight; in PreTranslateMessage()