Searched refs:IsSelectable (Results 1 – 4 of 4) sorted by relevance
630 while( pEntry && pViewDataNewCur && !pViewDataNewCur->IsSelectable() ) in SetCursor()2277 } while( pNewCursor && !IsSelectable(pNewCursor) ); in KeyInput()2306 } while( pNewCursor && !IsSelectable(pNewCursor) ); in KeyInput()2419 while( nDelta && pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()2447 while( nDelta && pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()2640 while( pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()2660 while( pNewCursor && !IsSelectable(pNewCursor) ) in KeyInput()3625 bool SvImpLBox::IsSelectable( const SvLBoxEntry* pEntry ) in IsSelectable() function in SvImpLBox3630 return (pViewDataNewCur == 0) || pViewDataNewCur->IsSelectable(); in IsSelectable()
1403 if ( pViewData->IsSelected() || !pViewData->IsSelectable() ) in Select()
370 bool IsSelectable( const SvLBoxEntry* pEntry );
156 bool IsSelectable() const { return (bool)(nFlags&SVLISTENTRYFLAG_NOT_SELECTABLE)==0; } in IsSelectable() function in SvViewData
Completed in 42 milliseconds