Searched refs:aMatchList (Results 1 – 1 of 1) sorted by relevance
840 sal_Int16_vector aMatchList; in HandleShortCutKey() local860 aMatchList.push_back( nCtrlIndex ); in HandleShortCutKey()864 …DBG_ASSERT( aMatchList.size() > 0, "+BibGeneralPage::HandleShortCutKey(): push_back and no content… in HandleShortCutKey()865 nFocused = aMatchList.size() - 1; in HandleShortCutKey()874 …DBG_ASSERT( aMatchList.size() > 0, "*BibGeneralPage::HandleShortCutKey(): be prepared to crash..."… in HandleShortCutKey()876 if( nFocused >= ( aMatchList.size() - 1 ) ) in HandleShortCutKey()884 aControls[ aMatchList[ nFocused ] ]->setFocus(); in HandleShortCutKey()
Completed in 11 milliseconds