Lines Matching refs:nCount

57 		sal_Int32 nCount = bSelected ? (sal_Int32)_rListBox.GetSelectEntryCount()  in checkSelection_Impl()  local
59 if ( _nIndex < 0 || _nIndex >= nCount ) in checkSelection_Impl()
101 sal_uInt16 nCount = static_cast<sal_uInt16>(getAccessibleChildCount()); in VCLXAccessibleList() local
102 m_aAccessibleChildren.reserve(nCount); in VCLXAccessibleList()
260 sal_uInt16 nCount = m_pListBoxHelper->GetEntryCount(); in UpdateSelection_Impl_Acc() local
261 if ( i < nCount ) // here we have to check the if any other listbox entry is selected in UpdateSelection_Impl_Acc()
263 for (; i < nCount && !checkEntrySelected(i,aNewValue,xNewAcc) ;++i ) in UpdateSelection_Impl_Acc()
621 sal_Int32 nCount = 0; in getAccessibleChildCount() local
623 nCount = m_pListBoxHelper->GetEntryCount(); in getAccessibleChildCount()
625 return nCount; in getAccessibleChildCount()
853 sal_uInt16 nCount = m_pListBoxHelper->GetEntryCount(); in UpdateSelection_Impl() local
854 if ( i < nCount ) // here we have to check the if any other listbox entry is selected in UpdateSelection_Impl()
856 for (; i < nCount && !checkEntrySelected(i,aNewValue,xNewAcc) ;++i ) in UpdateSelection_Impl()
954 sal_uInt16 nCount = m_pListBoxHelper->GetEntryCount(); in selectAllAccessibleChildren() local
955 for ( sal_uInt16 i = 0; i < nCount; ++i ) in selectAllAccessibleChildren()
974 sal_Int32 nCount = 0; in getSelectedAccessibleChildCount() local
976 nCount = m_pListBoxHelper->GetSelectEntryCount(); in getSelectedAccessibleChildCount()
977 return nCount; in getSelectedAccessibleChildCount()