Lines Matching refs:sCommand
228 ::rtl::OUString sCommand = impl_ts_findCommand(aAWTKey); in execute()
231 if (!sCommand.getLength()) in execute()
245 aURL.Complete = sCommand; in execute()
324 ::rtl::OUString sCommand; in impl_ts_findCommand()
329 sCommand = xDocCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
330 if (sCommand.getLength()) in impl_ts_findCommand()
331 return sCommand; in impl_ts_findCommand()
339 sCommand = xModuleCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
340 if (sCommand.getLength()) in impl_ts_findCommand()
341 return sCommand; in impl_ts_findCommand()
349 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
350 if (sCommand.getLength()) in impl_ts_findCommand()
351 return sCommand; in impl_ts_findCommand()