| /trunk/main/framework/source/accelerators/ |
| H A D | acceleratorconfiguration.cxx | 191 const ::rtl::OUString& sCommand ) in setKeyEvent() 204 if (!sCommand.getLength()) in setKeyEvent() 214 rCache.setKeyCommandPair(aKeyEvent, sCommand); in setKeyEvent() 237 …> SAL_CALL XMLBasedAcceleratorConfiguration::getKeyEventsByCommand(const ::rtl::OUString& sCommand) in getKeyEventsByCommand() argument 239 if (!sCommand.getLength()) in getKeyEventsByCommand() 249 if (!rCache.hasCommand(sCommand)) in getKeyEventsByCommand() 254 AcceleratorCache::TKeyList lKeys = rCache.getKeysByCommand(sCommand); in getKeyEventsByCommand() 298 …LL XMLBasedAcceleratorConfiguration::removeCommandFromAllKeyEvents(const ::rtl::OUString& sCommand) in removeCommandFromAllKeyEvents() argument 300 if (!sCommand.getLength()) in removeCommandFromAllKeyEvents() 310 if (!rCache.hasCommand(sCommand)) in removeCommandFromAllKeyEvents() [all …]
|
| H A D | acceleratorcache.cxx | 107 sal_Bool AcceleratorCache::hasCommand(const ::rtl::OUString& sCommand) const in hasCommand() 112 return (m_lCommand2Keys.find(sCommand) != m_lCommand2Keys.end()); in hasCommand() 142 const ::rtl::OUString& sCommand) in setKeyCommandPair() 148 m_lKey2Commands[aKey] = sCommand; in setKeyCommandPair() 151 TKeyList& rKeyList = m_lCommand2Keys[sCommand]; in setKeyCommandPair() 159 AcceleratorCache::TKeyList AcceleratorCache::getKeysByCommand(const ::rtl::OUString& sCommand) const in getKeysByCommand() 166 TCommand2Keys::const_iterator pCommand = m_lCommand2Keys.find(sCommand); in getKeysByCommand() 181 ::rtl::OUString sCommand; in getCommandByKey() 190 sCommand = pKey->second; in getCommandByKey() 195 return sCommand; in getCommandByKey() [all …]
|
| H A D | acceleratorexecute.cxx | 175 ::rtl::OUString sCommand = impl_ts_findCommand(aAWTKey); in execute() 178 if (!sCommand.getLength()) in execute() 184 m_lCommandQueue.push_back(sCommand); in execute() 240 ::rtl::OUString sCommand; in impl_ts_findCommand() 244 sCommand = xDocCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand() 251 sCommand = xModuleCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand() 258 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand() 265 return sCommand; in impl_ts_findCommand() 348 ::rtl::OUString sCommand = *pIt; in IMPL_LINK() 359 aURL.Complete = sCommand; in IMPL_LINK()
|
| /trunk/main/l10ntools/source/ |
| H A D | localize.cxx | 168 ByteString getSourceLanguages( ByteString sLanguageRestriction , ByteString sCommand ); 304 ByteString sCommand( sExecutable ); in WorkOnFile() local 305 sCommand += " "; in WorkOnFile() 306 sCommand += rParameter; in WorkOnFile() 307 sCommand += " -p "; in WorkOnFile() 308 sCommand += sPrj; in WorkOnFile() 309 sCommand += " -r "; in WorkOnFile() 310 sCommand += sRoot; in WorkOnFile() 311 sCommand += " -i "; in WorkOnFile() 312 sCommand += sFileName; in WorkOnFile() [all …]
|
| /trunk/main/accessibility/workben/org/openoffice/accessibility/awb/ |
| H A D | AccessibilityWorkBench.java | 445 String sCommand = aEvent.getActionCommand(); in actionPerformed() local 446 if (sCommand.equals("connect")) in actionPerformed() 451 else if (sCommand.equals("quit")) in actionPerformed() 455 else if (sCommand.equals("update")) in actionPerformed() 460 else if (sCommand.equals("shapes")) in actionPerformed() 467 else if (sCommand.equals("expand")) in actionPerformed() 477 else if (sCommand.equals ("Quit")) in actionPerformed() 482 else if (sCommand.equals ("Show Descriptions")) in actionPerformed() 488 else if (sCommand.equals ("Show Names")) in actionPerformed() 494 else if (sCommand.equals ("Show Text")) in actionPerformed() [all …]
|
| /trunk/main/sw/source/core/bastyp/ |
| H A D | calc.cxx | 445 sCommand = rStr; in Calculate() 763 if( nCommandPos >= sCommand.Len() ) in GetToken() 769 ParseResult aRes = pCharClass->parseAnyToken( sCommand, nCommandPos, in GetToken() 783 … String aName( sCommand.Copy( nRealStt, static_cast<xub_StrLen>(aRes.EndPos) - nRealStt )); in GetToken() 833 … String aName( sCommand.Copy( nRealStt, static_cast<xub_StrLen>(aRes.EndPos) - nRealStt )); in GetToken() 868 if( aRes.EndPos < sCommand.Len() && in GetToken() 869 '=' == sCommand.GetChar( (xub_StrLen)aRes.EndPos ) ) in GetToken() 882 if( aRes.EndPos < sCommand.Len() ) in GetToken() 890 sCommand.Search( ']', nFndPos )) ) in GetToken() 893 if( '\\' == sCommand.GetChar(nFndPos-1)) in GetToken() [all …]
|
| /trunk/main/sw/source/core/fields/ |
| H A D | dbfld.cxx | 77 if(aDBData.sDataSource.getLength() || aDBData.sCommand.getLength()) in SwDBFieldType() 81 sName += (String)aDBData.sCommand; in SwDBFieldType() 130 rAny <<= aDBData.sCommand; in QueryValue() 152 rAny >>= aDBData.sCommand; in PutValue() 327 if(!pMgr || !pMgr->IsDataSourceOpen(aTmpData.sDataSource, aTmpData.sCommand, sal_True)) in Evaluate() 338 SetFormat( nFmt = pMgr->GetColumnFmt( aTmpData.sDataSource, aTmpData.sCommand, in Evaluate() 343 … sal_Int32 nColumnType = pMgr->GetColumnType(aTmpData.sDataSource, aTmpData.sCommand, aColNm); in Evaluate() 536 sStr += String(aDBData.sCommand); in GetFieldName() 549 rAny <<= aDBData.sCommand; in QueryValue() 574 rAny >>= aDBData.sCommand; in PutValue() [all …]
|
| /trunk/main/svtools/source/misc/ |
| H A D | acceleratorexecute.cxx | 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() [all …]
|
| /trunk/main/forms/source/component/ |
| H A D | cachedrowset.cxx | 71 ::rtl::OUString sCommand; 79 ,sCommand() in CachedRowSet_Data() 105 if ( m_pData->sCommand == _rCommand ) in setCommand() 108 m_pData->sCommand = _rCommand; in setCommand() 123 ::rtl::OUString sCommand; in setCommandFromQuery() 124 OSL_VERIFY( xQuery->getPropertyValue( PROPERTY_COMMAND ) >>= sCommand ); in setCommandFromQuery() 125 setCommand( sCommand ); in setCommandFromQuery() 163 xResult.set( xStatement->executeQuery( m_pData->sCommand ), UNO_SET_THROW ); in execute()
|
| /trunk/main/cui/source/customize/ |
| H A D | cfgutil.cxx | 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() [all …]
|
| H A D | acccfg.cxx | 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() [all …]
|
| /trunk/main/sw/source/ui/dbui/ |
| H A D | addresslistdialog.cxx | 253 m_aListLB.SetEntryText(rCurrentData.sCommand, pEntry, ITEMID_TABLE - 1); in SwAddressListDialog() 305 String sCommand = m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_LINK() local 306 if ( !sCommand.Len() ) in IMPL_LINK() 326 OUString(sCommand))); in IMPL_LINK() 543 pThis->m_aDBData.sCommand = pThis->m_aListLB.GetEntryText(pSelect, ITEMID_TABLE - 1); in IMPL_STATIC_LINK() 612 m_aDBData.sCommand = pDlg->GetSelectedTable(bIsTable); in DetectTablesAndQueries() 622 m_aDBData.sCommand = aTables[0]; in DetectTablesAndQueries() 627 m_aDBData.sCommand = aQueries[0]; in DetectTablesAndQueries() 632 if ( m_aDBData.sCommand.getLength() ) in DetectTablesAndQueries() 639 m_aDBData.sCommand, in DetectTablesAndQueries() [all …]
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | statementcomposer.cxx | 71 ::rtl::OUString sCommand; 81 ,sCommand() in StatementComposer_Data() 129 sStatement = _rData.sCommand; in lcl_ensureUpToDateComposer_nothrow() 135 if ( !_rData.sCommand.getLength() ) in lcl_ensureUpToDateComposer_nothrow() 141 …qualifiedNameComponents( _rData.xConnection->getMetaData(), _rData.sCommand, sCatalog, sSchema, sT… in lcl_ensureUpToDateComposer_nothrow() 153 if ( !xQueries->hasByName( _rData.sCommand ) ) in lcl_ensureUpToDateComposer_nothrow() 156 … Reference< XPropertySet > xQuery( xQueries->getByName( _rData.sCommand ), UNO_QUERY_THROW ); in lcl_ensureUpToDateComposer_nothrow() 254 m_pData->sCommand = _rCommand; in StatementComposer()
|
| /trunk/main/setup_native/source/win32/customactions/shellextensions/ |
| H A D | postuninstall.cxx | 132 std::_tstring sCommand = _T("RUNDLL32.EXE "); in ExecutePostUninstallScript() local 137 sCommand += _T("setupx.dll"); in ExecutePostUninstallScript() 139 sCommand += _T("setupapi.dll"); in ExecutePostUninstallScript() 141 sCommand += _T(",InstallHinfSection PostUninstall 132 "); in ExecutePostUninstallScript() 142 sCommand += sInfFile; in ExecutePostUninstallScript() 145 ExecuteCommand( sCommand.c_str(), TRUE ); in ExecutePostUninstallScript()
|
| /trunk/main/svx/source/fmcomp/ |
| H A D | dbaexchange.cxx | 78 ::rtl::OUString sDataSource, sDatabaseLocation, sConnectionResource, sCommand, sFieldName; in OColumnTransferable() 82 if ( _rDescriptor.has( daCommand ) ) _rDescriptor[ daCommand ] >>= sCommand; in OColumnTransferable() 91 sConnectionResource, nCommandType, sCommand, sFieldName ); in OColumnTransferable() 110 ::rtl::OUString sCommand; in OColumnTransferable() 118 _rxForm->getPropertyValue(FM_PROP_COMMAND) >>= sCommand; in OColumnTransferable() 145 sCommand = aTables[0]; in OColumnTransferable() 157 implConstruct(sDatasource, sURL,nCommandType, sCommand, _rFieldName); in OColumnTransferable() 307 ::rtl::OUString sDatasource, sCommand, sFieldName,sDatabaseLocation,sConnectionResource; in extractColumnDescriptor() 311 …tor(_rData, sDatasource, sDatabaseLocation,sConnectionResource,nCommandType, sCommand, sFieldName)) in extractColumnDescriptor() 321 aDescriptor[daCommand] <<= sCommand; in extractColumnDescriptor()
|
| /trunk/main/framework/source/dispatch/ |
| H A D | windowcommanddispatch.cxx | 134 ::rtl::OUString sCommand; in IMPL_LINK() 139 sCommand = WindowCommandDispatch::COMMAND_PREFERENCES; in IMPL_LINK() 143 sCommand = WindowCommandDispatch::COMMAND_ABOUTBOX; in IMPL_LINK() 150 impl_dispatchCommand(sCommand); in IMPL_LINK() 156 void WindowCommandDispatch::impl_dispatchCommand(const ::rtl::OUString& sCommand) in impl_dispatchCommand() argument 175 aCommand.Complete = sCommand; in impl_dispatchCommand()
|
| /trunk/main/toolkit/test/accessibility/ |
| H A D | SelectionDialog.java | 183 String sCommand = e.getActionCommand(); in actionPerformed() local 185 if( "Close".equals( sCommand ) ) in actionPerformed() 187 else if ( "Select".equals( sCommand ) ) in actionPerformed() 189 else if ( "Deselect".equals( sCommand ) ) in actionPerformed() 191 else if ( "Clear Selection".equals( sCommand ) ) in actionPerformed() 193 else if ( "Select all".equals( sCommand ) ) in actionPerformed()
|
| /trunk/main/sw/inc/ |
| H A D | swdbdata.hxx | 33 ::rtl::OUString sCommand; //table, query or statement 39 …{return rCmp.sDataSource != sDataSource || rCmp.sCommand != sCommand || rCmp.nCommandType != nComm… in operator !=() 41 …{return rCmp.sDataSource == sDataSource && rCmp.sCommand == sCommand && rCmp.nCommandType == nComm… in operator ==()
|
| /trunk/main/framework/source/jobs/ |
| H A D | shelljob.cxx | 107 …const ::rtl::OUString sCommand = lOwnCfg.getUnpackedValueO… in execute() local 113 ::rtl::OUString sRealCommand = impl_substituteCommandVariables(sCommand); in execute() 147 ::rtl::OUString ShellJob::impl_substituteCommandVariables(const ::rtl::OUString& sCommand) in impl_substituteCommandVariables() argument 159 … sCompleteCommand = xSubst->substituteVariables(sCommand, bSubstRequired); in impl_substituteCommandVariables() 170 ::sal_Bool ShellJob::impl_execute(const ::rtl::OUString& sCommand , in impl_execute() argument 182 …oslProcessError eError = osl_executeProcess(sCommand.pData, pArgs, nArgs, nOptions, NULL, NULL, NU… in impl_execute()
|
| /trunk/main/framework/source/inc/accelerators/ |
| H A D | acceleratorconfiguration.hxx | 148 const ::rtl::OUString& sCommand ); 152 …no::Sequence< css::awt::KeyEvent > SAL_CALL getKeyEventsByCommand(const ::rtl::OUString& sCommand); 156 virtual void SAL_CALL removeCommandFromAllKeyEvents(const ::rtl::OUString& sCommand); 332 const ::rtl::OUString& sCommand ); 336 …no::Sequence< css::awt::KeyEvent > SAL_CALL getKeyEventsByCommand(const ::rtl::OUString& sCommand); 340 virtual void SAL_CALL removeCommandFromAllKeyEvents(const ::rtl::OUString& sCommand); 406 …nfiguration(const css::awt::KeyEvent& aKeyEvent, const ::rtl::OUString& sCommand, const sal_Bool b…
|
| /trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
| H A D | EditableTextView.java | 103 String sCommand = aEvent.getActionCommand(); in actionPerformed() local 104 if (sCommand.equals ("cut...")) in actionPerformed() 106 else if (sCommand.equals ("past...")) in actionPerformed() 108 else if (sCommand.equals ("edit...")) in actionPerformed() 110 else if (sCommand.equals ("format...")) in actionPerformed()
|
| /trunk/main/dbaccess/source/ui/app/ |
| H A D | AppControllerDnD.cxx | 695 ::rtl::OUString sCommand; in paste() 698 _rPasteData[daCommand] >>= sCommand; in paste() 706 bValidDescriptor = sDataSourceName.getLength() && sCommand.getLength(); in paste() 708 bValidDescriptor = (0 != sCommand.getLength()); in paste() 720 sTargetName = sCommand; in paste() 748 if ( xQueries->hasByName( sCommand ) ) in paste() 750 xQuery.set( xQueries->getByName(sCommand), UNO_QUERY_THROW ); in paste() 783 bool bNeedAskForName = ( sCommand.getLength() == 0 ) in paste() 813 xNewQuery->setPropertyValue(PROPERTY_COMMAND,makeAny(sCommand)); in paste()
|
| /trunk/main/connectivity/source/drivers/adabas/ |
| H A D | BDriver.cxx | 876 ::rtl::OUString sCommand; in clearDatabase() 880 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("x_cons.exe")); in clearDatabase() 883 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("x_clear")); in clearDatabase() 886 OProcess aApp( sCommand,m_sDbWorkURL); in clearDatabase() 1050 ::rtl::OUString sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("putparam")); in PutParam() 1052 sCommand += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".exe")); in PutParam() 1055 OProcess aApp(sCommand,m_sDbWorkURL); in PutParam() 1112 ::rtl::OUString sCommand; in X_START() 1120 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("strt.exe")); in X_START() 1123 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("x_start")); in X_START() [all …]
|
| /trunk/main/cui/source/options/ |
| H A D | optsave.cxx | 532 OUString sCommand; in Reset() local 533 sCommand = C2U("matchByDocumentService=%1:iflags="); in Reset() 534 sCommand += String::CreateFromInt32(SFX_FILTER_IMPORT|SFX_FILTER_EXPORT); in Reset() 535 sCommand += C2U(":eflags="); in Reset() 536 sCommand += String::CreateFromInt32(SFX_FILTER_NOTINFILEDLG); in Reset() 537 sCommand += C2U(":default_first"); in Reset() 550 String sTmp(sCommand); in Reset() 552 sCommand = sTmp; in Reset() 553 … Reference< XEnumeration > xList = xQuery->createSubSetEnumerationByQuery(sCommand); in Reset()
|
| /trunk/main/cui/source/inc/ |
| H A D | cfgutil.hxx | 58 ::rtl::OUString sCommand; 68 sCommand = rCopy.sCommand; in SfxStyleInfo_Impl() 105 String sCommand; member 168 ::rtl::OUString MapCommand2UIName(const ::rtl::OUString& sCommand);
|