Searched refs:nFocused (Results 1 – 1 of 1) sorted by relevance
837 …sal_Int16_vector::size_type nFocused = 0xFFFF; // index of focused in vector, no one focused initi… in HandleShortCutKey() local838 …DBG_ASSERT( nFocused > 0, "*BibGeneralPage::HandleShortCutKey(): size_type works not as expected!"… in HandleShortCutKey()863 …DBG_ASSERT( nFocused == 0xFFFF, "+BibGeneralPage::HandleShortCutKey(): more than one with focus?!"… in HandleShortCutKey()865 nFocused = aMatchList.size() - 1; in HandleShortCutKey()876 if( nFocused >= ( aMatchList.size() - 1 ) ) in HandleShortCutKey()879 nFocused = 0; in HandleShortCutKey()882 nFocused++; in HandleShortCutKey()884 aControls[ aMatchList[ nFocused ] ]->setFocus(); in HandleShortCutKey()
Completed in 13 milliseconds