Lines Matching refs:bHandled
382 sal_Bool bHandled = sal_False; in KeyInput() local
389 bHandled = ( m_aCutHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
390 if ( bHandled ) in KeyInput()
394 bHandled = ( m_aCopyHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
395 if ( bHandled ) in KeyInput()
399 bHandled = ( m_aPasteHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
400 if ( bHandled ) in KeyInput()
404 bHandled = ( m_aDeleteHandler.IsSet() && !m_aSelectedEntries.empty() ); in KeyInput()
405 if ( bHandled ) in KeyInput()
415 bHandled = m_bHandleEnterKey; in KeyInput()
439 if ( !bHandled ) in KeyInput()