Lines Matching refs:sCommand
106 ::rtl::OUStringBuffer sCommand(1024); in generateCommand()
107 sCommand.append(CMDURL_SPART ); in generateCommand()
108 sCommand.append(sStyle ); in generateCommand()
109 sCommand.append(CMDURL_FPART2); in generateCommand()
110 sCommand.append(sFamily ); in generateCommand()
111 return sCommand.makeStringAndClear(); in generateCommand()
120 if (aStyle.sCommand.indexOf(CMDURL_STYLEPROT_ONLY, 0) != 0) in parseStyleCommand()
126 sal_Int32 nCmdLen = aStyle.sCommand.getLength(); in parseStyleCommand()
127 ::rtl::OUString sCmdArgs = aStyle.sCommand.copy(LEN_STYLEPROT, nCmdLen-LEN_STYLEPROT); in parseStyleCommand()
181 aStyle.sLabel = aStyle.sCommand; in getLabel4Style()
260 … aStyleInfo.sCommand = SfxStylesInfo_Impl::generateCommand(aStyleInfo.sFamily, aStyleInfo.sStyle); in getStyles()
391 return pData->sCommand; in GetCurCommand()
404 return pData->sCommand; in GetCurLabel()
941 ::rtl::OUString SfxConfigGroupListBox_Impl::MapCommand2UIName(const ::rtl::OUString& sCommand) in MapCommand2UIName() argument
950 ::comphelper::SequenceAsHashMap lProps(xModuleConf->getByName(sCommand)); in MapCommand2UIName()
962 sUIName = sCommand; in MapCommand2UIName()
1012 pGrpInfo->sCommand = rInfo.Command; in GroupSelected()
1061 pGrpInfo->sCommand = uri; in GroupSelected()
1094 pGrpInfo->sCommand = pStyle->sCommand; in GroupSelected()