Home
last modified time | relevance | path

Searched refs:MatchString (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/vcl/source/app/
H A Di18nhelp.cxx142 sal_Bool vcl::I18nHelper::MatchString( const String& rStr1, const String& rStr2 ) const in MatchString() function in vcl::I18nHelper
169 bEqual = MatchString( cMnemonicChar, aMatchStr ); in MatchMnemonic()
/aoo41x/main/vcl/inc/vcl/
H A Di18nhelp.hxx81 sal_Bool MatchString( const String& rStr1, const String& rStr2 ) const;
/aoo41x/main/vcl/source/control/
H A Dquickselectionengine.cxx101 if ( rI18nHelper.MatchString( _searchString, sEntryText ) != 0 ) in findMatchingEntry()
H A Dilstbox.cxx290 …sal_Bool bMatch = bLazy ? rI18nHelper.MatchString( rStr, pImplEntry->maStr ) != 0 : ( rStr.Match( … in FindMatchingEntry()
/aoo41x/main/sfx2/source/appl/
H A Dnewhelp.cxx913 if (rI18nHelper.MatchString( sIndexItem, sKeyword )) in HasKeywordIgnoreCase()

Completed in 36 milliseconds