Lines Matching refs:sCommand
909 ::rtl::OUString sCommand = xAccMgr->getCommandByKeyEvent(aAWTKey); in Init()
910 String sLabel = GetLabel4Command(sCommand); in Init()
923 pEntry->m_sCommand = sCommand; in Init()
960 ::rtl::OUString sCommand ; in Apply()
965 sCommand = pUserData->m_sCommand; in Apply()
971 if (sCommand.getLength()) in Apply()
972 xAccMgr->setKeyEvent(aAWTKey, sCommand); in Apply()
1468 String SfxAcceleratorConfigPage::GetLabel4Command(const String& sCommand) in GetLabel4Command() argument
1477 ::comphelper::SequenceAsHashMap lProps(xModuleConf->getByName(sCommand)); in GetLabel4Command()
1490 aStyle.sCommand = sCommand; in GetLabel4Command()
1499 xub_StrLen nPos = sCommand.SearchAscii(".uno:InsertSymbol?Symbols:string="); in GetLabel4Command()
1502 aRet += String( sCommand, 34, sCommand.Len()-34 ); in GetLabel4Command()
1507 return sCommand; in GetLabel4Command()