Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:nIndex

222   int32_t nIndex = 0;
228 nIndex = i;
233 return nIndex;
263 void CPWL_IconList_Content::SetSelect(int32_t nIndex) {
264 if (m_nSelectIndex != nIndex) {
266 SelectItem(nIndex, TRUE);
267 m_nSelectIndex = nIndex;
270 pNotify->OnNoteListSelChanged(nIndex);
423 void CPWL_IconList::SetSelect(int32_t nIndex) {
424 m_pListContent->SetSelect(nIndex);
427 void CPWL_IconList::SetTopItem(int32_t nIndex) {
428 m_pListContent->ScrollToItem(nIndex);