Searched refs:mRowHeight (Results 1 – 6 of 6) sorted by relevance
352 mRowHeight = GetScaledValue(TRIGGER_ROW_HEIGHT, GetSystemDPI(), GetTextScaler()); in BEGIN_MESSAGE_MAP()476 pagesize = rect.Height() / mRowHeight; in PreTranslateMessage()485 pagesize = rect.Height() / mRowHeight; in PreTranslateMessage()535 … int min_scroll_value = ((mSelectedRow + 1) * mRowHeight) - m_scroll_helper->GetPageSize().cy; in SelectedVisible()536 int max_scroll_value = min_scroll_value + m_scroll_helper->GetPageSize().cy - mRowHeight; in SelectedVisible()599 rowheight = mRowHeight; in PositionChildren()613 m_scroll_helper->SetDisplaySize(0, mpTriggerList->GetCount() * mRowHeight); in PositionChildren()
57 int GetRowHeight() { return mRowHeight; } in GetRowHeight()63 int mRowHeight; variable
496 mRowHeight = 0; in BEGIN_MESSAGE_MAP()538 mRowHeight = (client.Height() + VISIBLE_VALUE_ROWS - 1) / VISIBLE_VALUE_ROWS; in OnCreate()540 client.bottom = client.top + mRowHeight; in OnCreate()560 client.OffsetRect(0, mRowHeight); in OnCreate()563 m_scroll_helper->SetDisplaySize(0, row_count * mRowHeight); in OnCreate()
122 int mRowHeight; variable146 int mRowHeight; variable
49 int mRowHeight; variable
1675 mRowHeight = row->GetRowHeight(); in OnSize()1837 m_scroll_helper->SetDisplaySize(0, CountFilterRows() * mRowHeight); in PositionChildren()1877 int min_scroll_value = (mSelectedRow * mRowHeight) - m_scroll_helper->GetPageSize().cy; in SelectedVisible()1878 int max_scroll_value = min_scroll_value + m_scroll_helper->GetPageSize().cy - mRowHeight; in SelectedVisible()2340 mRowHeight = 0; in table_row()2556 mRowHeight = dc->GetTextExtent(_T("A"), 1).cy + 5; in GetRowHeight()2560 return mRowHeight; in GetRowHeight()