Home
last modified time | relevance | path

Searched refs:m_nCurSelectedPos (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx74 m_nCurSelectedPos ( LISTBOX_ENTRY_NOTFOUND ), in VCLXAccessibleList()
99 m_nCurSelectedPos=m_pListBoxHelper->GetSelectEntryPos(); in VCLXAccessibleList()
229 m_nCurSelectedPos = LISTBOX_ENTRY_NOTFOUND; in UpdateSelection_Impl_Acc()
240 m_nCurSelectedPos = i; in UpdateSelection_Impl_Acc()
351 m_nCurSelectedPos = nPos; in UpdateFocus_Impl_Acc()
393 … sal_uInt16 nPos = m_nCurSelectedPos; //m_pListBoxHelper->GetSelectEntryPos(); in ProcessWindowEvent()
468 sal_uInt16 nPos = m_nCurSelectedPos; in ProcessWindowEvent()
574 m_nCurSelectedPos = sal_uInt16(i); in CreateChild()
825 m_nCurSelectedPos = LISTBOX_ENTRY_NOTFOUND; in UpdateSelection_Impl()
836 m_nCurSelectedPos = i; in UpdateSelection_Impl()
[all …]
/AOO41X/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblelist.hxx166 sal_uInt16 m_nCurSelectedPos; member in VCLXAccessibleList