Searched refs:list_client (Results 1 – 2 of 2) sorted by relevance
141 CRect list_client; in TestSetRowData() local144 mpValueListFrame->GetClientRect(&list_client); in TestSetRowData()145 mpValueListFrame->ClientToScreen(&list_client); in TestSetRowData()149 if (rect.top < list_client.top) in TestSetRowData()151 mpValueListFrame->Scroll(rect.top - list_client.top); in TestSetRowData()153 else if (rect.bottom > list_client.bottom) in TestSetRowData()155 mpValueListFrame->Scroll(rect.bottom - list_client.bottom); in TestSetRowData()296 CRect list_client; in PreTranslateKeyDown() local298 list->GetClientRect(&list_client); in PreTranslateKeyDown()299 list->ClientToScreen(&list_client); in PreTranslateKeyDown()[all …]
355 CRect list_client; in OnSetFocus() local358 GetClientRect(&list_client); in OnSetFocus()359 ClientToScreen(&list_client); in OnSetFocus()366 if (rect.top < list_client.top) in OnSetFocus()571 CRect list_client; in PreTranslateKeyDown() local574 list->GetClientRect(&list_client); in PreTranslateKeyDown()589 if (list->Scroll(-list_client.Height())) in PreTranslateKeyDown()591 int offset = list_client.Height() / row_client.Height(); in PreTranslateKeyDown()603 if(list->Scroll(list_client.Height())) in PreTranslateKeyDown()605 int offset = list_client.Height() / row_client.Height(); in PreTranslateKeyDown()[all …]