Searched refs:MNEMONIC_CHAR (Results 1 – 4 of 4) sorted by relevance
75 while ( (nIndex = rKey.Search( MNEMONIC_CHAR, nIndex )) != STRING_NOTFOUND ) in ImplFindMnemonic()78 if ( cMnemonic != MNEMONIC_CHAR ) in ImplFindMnemonic()223 rKey.Insert( MNEMONIC_CHAR, nIndex ); in CreateMnemonic()275 rKey.Insert( MNEMONIC_CHAR, nBestIndex ); in CreateMnemonic()296 aStr += MNEMONIC_CHAR; in CreateMnemonic()
56 #ifndef MNEMONIC_CHAR57 #define MNEMONIC_CHAR ((sal_Unicode)'~') macro511 xub_StrLen nFound = sText.Search( MNEMONIC_CHAR ); in getAccessibleKeyBinding()
55 #define MNEMONIC_CHAR ((sal_Unicode)'~') macro
487 if ( !maButtonLabel.getLength() || maButtonLabel.indexOf( MNEMONIC_CHAR ) == -1 ) in updateExportButton()
Completed in 28 milliseconds