Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx177 SAL_DLLPRIVATE sal_Bool ImplIsSelectable( sal_uInt16 nPos ) const;
/trunk/main/vcl/source/window/
H A Dmenu.cxx2239 sal_Bool Menu::ImplIsSelectable( sal_uInt16 nPos ) const in ImplIsSelectable() function in Menu
3846 … && ( pData->eType != MENUITEM_SEPARATOR ) && ImplIsVisible( n ) && ImplIsSelectable( n ) ) in ImplExecute()
4148 if ( ( nOldY <= nMouseY ) && ( nY > nMouseY ) && pMenu->ImplIsSelectable( n ) ) in ImplHighlightItem()
4922 …pData->eType != MENUITEM_SEPARATOR ) && pMenu->ImplIsVisible( n ) && pMenu->ImplIsSelectable( n ) ) in ImplCursorUpDown()

Completed in 45 milliseconds