Searched refs:MatchMnemonic (Results 1 – 6 of 6) sorted by relevance
67 if ( rI18nHelper.MatchMnemonic( sEntryText, _cMnemonic ) ) in lcl_getEntryForMnemonic()
343 if ( pData->bEnabled && rI18nHelper.MatchMnemonic( pData->aText, cSelectChar ) ) in SearchItem()375 || (ascii && rI18nHelper.MatchMnemonic( pData->aText, ascii ) ) ) in SearchItem()400 if ( pData->bEnabled && rI18nHelper.MatchMnemonic( pData->aText, cSelectChar ) ) in GetItemCount()431 || ( ascii && rI18nHelper.MatchMnemonic( pData->aText, ascii ) ) ) in GetItemCount()
82 sal_Bool MatchMnemonic( const String& rString, sal_Unicode cMnemonicChar ) const;
160 sal_Bool vcl::I18nHelper::MatchMnemonic( const String& rString, sal_Unicode cMnemonicChar ) const in MatchMnemonic() function in vcl::I18nHelper
844 if( rI18nHelper.MatchMnemonic( aFixedTexts[ i ]->GetText(), c ) ) in HandleShortCutKey()
3651 if ( rI18nHelper.MatchMnemonic( GetEntry( i )->GetText(), cChar ) ) in IsMnemonicChar()
Completed in 245 milliseconds