Searched refs:sShortcut (Results 1 – 3 of 3) sorted by relevance
263 OUString sShortcut; in GetCommandShortcut() local265 …sShortcut = RetrieveShortcutsFromConfiguration(GetDocumentAcceleratorConfiguration(), rsCommandNam… in GetCommandShortcut()266 if (sShortcut.getLength() > 0) in GetCommandShortcut()267 return sShortcut; in GetCommandShortcut()269 …sShortcut = RetrieveShortcutsFromConfiguration(GetModuleAcceleratorConfiguration(), rsCommandName); in GetCommandShortcut()270 if (sShortcut.getLength() > 0) in GetCommandShortcut()271 return sShortcut; in GetCommandShortcut()273 …sShortcut = RetrieveShortcutsFromConfiguration(GetGlobalAcceleratorConfiguration(), rsCommandName); in GetCommandShortcut()274 if (sShortcut.getLength() > 0) in GetCommandShortcut()275 return sShortcut; in GetCommandShortcut()
159 String sShortcut = rLNm; in MakeEntries() local163 sal_uInt16 nCurPos = rBlocks.GetIndex( sShortcut ); in MakeEntries()164 xub_StrLen nLen = sShortcut.Len(); in MakeEntries()167 sShortcut.Erase( nLen ) += in MakeEntries()169 nCurPos = rBlocks.GetIndex( sShortcut ); in MakeEntries()172 … if( rBlocks.BeginPutDoc( sShortcut, sShortcut )) // Make the shortcut and the name the same in MakeEntries()
698 private com.sun.star.awt.KeyEvent convertShortcut2AWTKey(String sShortcut) in convertShortcut2AWTKey() argument703 String[] sShortcutSplits = sShortcut.split("_"); in convertShortcut2AWTKey()731 String sShortcut; in convertAWTKey2Shortcut() local734 sShortcut = aKeyMapping.mapCode2Identifier(aKeyEvent.KeyCode); in convertAWTKey2Shortcut()738 sShortcut += "_SHIFT"; in convertAWTKey2Shortcut()742 sShortcut += "_MOD1"; in convertAWTKey2Shortcut()746 sShortcut += "_MOD2"; in convertAWTKey2Shortcut()749 return sShortcut; in convertAWTKey2Shortcut()
Completed in 31 milliseconds