Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dmenu.cxx225 …MenuItemData* SearchItem( xub_Unicode cSelectChar, KeyCode aKeyCode, sal_uInt16& rPos, sal_uInt1…
226 sal_uInt16 GetItemCount( xub_Unicode cSelectChar ) const;
330 MenuItemData* MenuItemList::SearchItem( xub_Unicode cSelectChar, KeyCode aKeyCode, sal_uInt16& rPos… in SearchItem() argument
337 nDuplicates = GetItemCount( cSelectChar ); // return number of duplicates in SearchItem()
343 if ( pData->bEnabled && rI18nHelper.MatchMnemonic( pData->aText, cSelectChar ) ) in SearchItem()
391 sal_uInt16 MenuItemList::GetItemCount( xub_Unicode cSelectChar ) const in GetItemCount()
400 if ( pData->bEnabled && rI18nHelper.MatchMnemonic( pData->aText, cSelectChar ) ) in GetItemCount()

Completed in 32 milliseconds