Home
last modified time | relevance | path

Searched refs:MNEMONIC_CHAR (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/window/
H A Dmnemonic.cxx75 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()
/trunk/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx56 #ifndef MNEMONIC_CHAR
57 #define MNEMONIC_CHAR ((sal_Unicode)'~') macro
511 xub_StrLen nFound = sText.Search( MNEMONIC_CHAR ); in getAccessibleKeyBinding()
/trunk/main/vcl/inc/vcl/
H A Dmnemonic.hxx55 #define MNEMONIC_CHAR ((sal_Unicode)'~') macro
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx487 if ( !maButtonLabel.getLength() || maButtonLabel.indexOf( MNEMONIC_CHAR ) == -1 ) in updateExportButton()

Completed in 37 milliseconds