Lines Matching refs:GetItemCount

226 	sal_uInt16			GetItemCount( xub_Unicode cSelectChar ) const;
227 sal_uInt16 GetItemCount( KeyCode aKeyCode ) const;
337 nDuplicates = GetItemCount( cSelectChar ); // return number of duplicates in SearchItem()
354 nDuplicates = GetItemCount( aKeyCode ); // return number of duplicates in SearchItem()
391 sal_uInt16 MenuItemList::GetItemCount( xub_Unicode cSelectChar ) const in GetItemCount() function in MenuItemList
407 sal_uInt16 MenuItemList::GetItemCount( KeyCode aKeyCode ) const in GetItemCount() function in MenuItemList
596 if( GetItemCount() == 0 ) in calcMinSize()
607 sal_uInt16 nItems = GetItemCount(); in calcMinSize()
1409 if ( nPos < GetItemCount() ) in RemoveItem()
1491 for ( sal_uInt16 i = GetItemCount(); i; i-- ) in Clear()
1495 sal_uInt16 Menu::GetItemCount() const in GetItemCount() function in Menu
1744 sal_uInt16 nItemCount = GetItemCount(); in CheckItem()
2140 sal_uInt16 nCount = rMenu.GetItemCount(); in operator =()
2266 for ( sal_uInt16 i = 0, nCount = pStartedFrom->GetItemCount(); i < nCount; ++i ) in GetAccessible()
3019 for ( sal_uInt16 n = 0; n < GetItemCount(); n++ ) in RemoveDisabledEntries()
3034 if ( bRemoveEmptyPopups && !pItem->pSubMenu->GetItemCount() ) in RemoveDisabledEntries()
3042 if ( GetItemCount() ) in RemoveDisabledEntries()
3044 sal_uInt16 nLast = GetItemCount() - 1; in RemoveDisabledEntries()
3055 sal_uInt16 nCount = GetItemCount(); in HasValidEntries()
3679 if ( !pSFrom && ( PopupMenu::IsInExecute() || !GetItemCount() ) ) in ImplExecute()
3735 if ( !GetItemCount() ) in ImplExecute()
3812 if ( GetItemCount() ) in ImplExecute()
4276 …if ( pItemData->bEnabled && pItemData->pSubMenu && pItemData->pSubMenu->GetItemCount() && ( pItemD… in IMPL_LINK()
4876 n = pMenu->GetItemCount()-1; in ImplCursorUpDown()
4886 n = pMenu->GetItemCount(); in ImplCursorUpDown()
4904 n = pMenu->GetItemCount()-1; in ImplCursorUpDown()
4911 if ( n >= pMenu->GetItemCount() ) in ImplCursorUpDown()
5771 n = pMenu->GetItemCount()-1; in ImplHandleKeyEvent()
5790 { n = pMenu->GetItemCount(); nLoop = n-1; } in ImplHandleKeyEvent()
5799 n = pMenu->GetItemCount()-1; in ImplHandleKeyEvent()
5804 if ( n >= pMenu->GetItemCount() ) in ImplHandleKeyEvent()