Home
last modified time | relevance | path

Searched refs:sShortcut (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sfx2/source/sidebar/
H A DCommandInfoProvider.cxx263 OUString sShortcut; in GetCommandShortcut() local
265sShortcut = RetrieveShortcutsFromConfiguration(GetDocumentAcceleratorConfiguration(), rsCommandNam… in GetCommandShortcut()
266 if (sShortcut.getLength() > 0) in GetCommandShortcut()
267 return sShortcut; in GetCommandShortcut()
269sShortcut = RetrieveShortcutsFromConfiguration(GetModuleAcceleratorConfiguration(), rsCommandName); in GetCommandShortcut()
270 if (sShortcut.getLength() > 0) in GetCommandShortcut()
271 return sShortcut; in GetCommandShortcut()
273sShortcut = RetrieveShortcutsFromConfiguration(GetGlobalAcceleratorConfiguration(), rsCommandName); in GetCommandShortcut()
274 if (sShortcut.getLength() > 0) in GetCommandShortcut()
275 return sShortcut; in GetCommandShortcut()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8glsy.cxx159 String sShortcut = rLNm; in MakeEntries() local
163 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()
/aoo4110/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java698 private com.sun.star.awt.KeyEvent convertShortcut2AWTKey(String sShortcut) in convertShortcut2AWTKey() argument
703 String[] sShortcutSplits = sShortcut.split("_"); in convertShortcut2AWTKey()
731 String sShortcut; in convertAWTKey2Shortcut() local
734 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 30 milliseconds