Lines Matching refs:m_top_pos
453 m_top_pos = 0; in BEGIN_MESSAGE_MAP()
834 size.top += m_top_pos; in AddComboBox()
884 m_top_pos += m_row_height; in AddComboBox()
896 size.top += m_top_pos; in AddStringSelect()
934 m_top_pos += m_row_height; in AddStringSelect()
954 size.top += m_top_pos; in AddComboBox()
998 m_top_pos += m_row_height; in AddComboBox()
1010 size.top += m_top_pos; in AddRadioButton()
1035 m_top_pos += m_row_height; in AddRadioButton()
1046 size.top += m_top_pos; in AddCheckBox()
1063 m_top_pos += m_row_height; in AddCheckBox()
1074 size.top += m_top_pos; in AddPushButton()
1082 m_top_pos += m_row_height + 4; in AddPushButton()
1108 size.top += m_top_pos; in AddEditControl()
1122 m_top_pos += m_row_height; in AddEditControl()
1138 size.top += m_top_pos; in AddRichEditControl()
1160 m_top_pos += m_row_height; in AddRichEditControl()
1177 size.top += m_top_pos; in AddPromptControl()
1190 m_top_pos += m_row_height; in AddPromptControl()
1202 size.top += m_top_pos; in CreateGroup()
1207 m_top_pos += ((rows + 2) * m_row_height); in CreateGroup()
1913 m_top_pos = istart; in OnWidgetSelect()
2076 int display_size = m_top_pos + m_row_height; in OnWidgetSelect()