Home
last modified time | relevance | path

Searched refs:sCommand (Results 1 – 25 of 110) sorted by path

12345

/trunk/extras/l10n/source/fr/
H A Dlocalize.sdf12612 …bleWizard.business.Tables.products.Fields.unitsonorder Name 0 fr UnitésCommandées 20200411 15…
/trunk/main/UnoControls/source/inc/
H A Dprogressmonitor.hxx486 …virtual void SAL_CALL setActionCommand( const UNO3_OUSTRING& sCommand ) throw( UNO3_RUNTIMEEXCEPTI…
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java446 if (sCommand.equals("connect")) in actionPerformed()
451 else if (sCommand.equals("quit")) in actionPerformed()
455 else if (sCommand.equals("update")) in actionPerformed()
477 else if (sCommand.equals ("Quit")) in actionPerformed()
506 else if (sCommand.equals ("Help")) in actionPerformed()
510 else if (sCommand.equals ("News")) in actionPerformed()
525 else if (sCommand.equals ("200%")) in actionPerformed()
530 else if (sCommand.equals ("100%")) in actionPerformed()
535 else if (sCommand.equals ("50%")) in actionPerformed()
540 else if (sCommand.equals ("25%")) in actionPerformed()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DEditableTextView.java103 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()
H A DSelectionView.java222 String sCommand = aEvent.getActionCommand(); in actionPerformed() local
224 if (sCommand.equals ("Clear Selection")) in actionPerformed()
226 else if (sCommand.equals ("Select all")) in actionPerformed()
231 String[] aWords = sCommand.split (" "); in actionPerformed()
H A DTextView.java236 String sCommand = aEvent.getActionCommand(); in actionPerformed() local
237 if (sCommand.equals ("select...")) in actionPerformed()
239 else if (sCommand.equals ("copy...")) in actionPerformed()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/
H A DTextActionDialog.java123 String sCommand = e.getActionCommand(); in actionPerformed() local
125 if( "Cancel".equals( sCommand ) ) in actionPerformed()
127 else if( "Action".equals( sCommand ) ) in actionPerformed()
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1319 ::rtl::OUString sCommand; in getComposedRowSetStatement()
1323 …getPropertyValue( ::rtl::OUString::createFromAscii( "Command" ) ) >>= sCommand ); in getComposedRowSetStatement()
1326 StatementComposer aComposer( xConn, sCommand, nCommandType, bEscapeProcessing ); in getComposedRowSetStatement()
H A Dstatementcomposer.cxx71 ::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/connectivity/source/drivers/adabas/
H A DBDriver.cxx877 ::rtl::OUString sCommand; in clearDatabase()
884 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("x_clear")); in clearDatabase()
887 OProcess aApp( sCommand,m_sDbWorkURL); in clearDatabase()
1053 sCommand += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".exe")); in PutParam()
1056 OProcess aApp(sCommand,m_sDbWorkURL); in PutParam()
1113 ::rtl::OUString sCommand; in X_START()
1127 OProcess aApp( sCommand ,m_sDbWorkURL); in X_START()
1136 "$progname$",sCommand in X_START()
1151 ::rtl::OUString sCommand; in X_STOP()
1161 sCommand = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("x_stop")); in X_STOP()
[all …]
H A DBViews.cxx163 ::rtl::OUString sSchema,sCommand; in createView()
173 …->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_COMMAND)) >>= sCommand; in createView()
174 aSql += sCommand; in createView()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHView.cxx173 ::rtl::OUString sCommand; in impl_getCommand_throw()
190 sCommand = xRow->getString( 1 ); in impl_getCommand_throw()
204 return sCommand; in impl_getCommand_throw()
H A DHViews.cxx142 ::rtl::OUString sSchema,sCommand; in createView()
147 …->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_COMMAND)) >>= sCommand; in createView()
148 aSql += sCommand; in createView()
/trunk/main/connectivity/source/drivers/mysql/
H A DYViews.cxx136 ::rtl::OUString sSchema,sCommand; in createView()
141 …->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_COMMAND)) >>= sCommand; in createView()
142 aSql += sCommand; in createView()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx604 ::rtl::OUString sCommand; in impl_parseTableNameNodeToString_throw()
605 …ropertyValue( OMetaConnection::getPropMap().getNameByIndex( PROPERTY_ID_COMMAND ) ) >>= sCommand ); in impl_parseTableNameNodeToString_throw()
615 …uto_ptr< OSQLParseNode > pSubQueryNode( rParam.pParser->parseTree( sError, sCommand, sal_False ) ); in impl_parseTableNameNodeToString_throw()
622 sCommand = sSubSelect.makeStringAndClear(); in impl_parseTableNameNodeToString_throw()
627 rString.append(sCommand); in impl_parseTableNameNodeToString_throw()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx910 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
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()
[all …]
H A Dcfgutil.cxx106 ::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()
181 aStyle.sLabel = aStyle.sCommand; in getLabel4Style()
391 return pData->sCommand; in GetCurCommand()
404 return pData->sCommand; in GetCurLabel()
962 sUIName = sCommand; in MapCommand2UIName()
[all …]
/trunk/main/cui/source/inc/
H A Dacccfg.hxx181 String GetLabel4Command(const String& sCommand);
H A Dcfgutil.hxx58 ::rtl::OUString sCommand;
68 sCommand = rCopy.sCommand; in SfxStyleInfo_Impl()
105 String sCommand; member
168 ::rtl::OUString MapCommand2UIName(const ::rtl::OUString& sCommand);
/trunk/main/cui/source/options/
H A Doptsave.cxx532 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/dbaccess/source/core/api/
H A DRowSet.cxx2348 ::rtl::OUString sCommand; in impl_buildActiveCommand_throw()
2399 sCommand = rtl::OUString::createFromAscii("SELECT * FROM "); in impl_buildActiveCommand_throw()
2402sCommand += ::dbtools::composeTableNameForSelect( m_xActiveConnection, sCatalog, sSchema, sTable ); in impl_buildActiveCommand_throw()
2419 xQuery->getPropertyValue(PROPERTY_COMMAND) >>= sCommand; in impl_buildActiveCommand_throw()
2454 sCommand = m_aCommand; in impl_buildActiveCommand_throw()
2458 m_aActiveCommand = sCommand; in impl_buildActiveCommand_throw()
H A DSingleSelectQueryComposer.cxx414 ::rtl::OUString sCommand; in setCommand()
415 xQuery->getPropertyValue(PROPERTY_COMMAND) >>= sCommand; in setCommand()
416 sSQL.append(sCommand); in setCommand()
437 ::rtl::OUString sCommand = sSQL.makeStringAndClear(); in setCommand()
438 setElementaryQuery(sCommand); in setCommand()
439 m_sOrignal = sCommand; in setCommand()
H A Dviewcontainer.cxx159 ::rtl::OUString sCommand; in appendObject()
160 descriptor->getPropertyValue(PROPERTY_COMMAND) >>= sCommand; in appendObject()
166 aSQL.append ( sCommand ); in appendObject()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx969 ::rtl::OUString sCommand; in exportFilter()
970 _xProp->getPropertyValue(_sProp) >>= sCommand; in exportFilter()
971 if ( sCommand.getLength() ) in exportFilter()
973 AddAttribute(XML_NAMESPACE_DB, XML_COMMAND,sCommand); in exportFilter()
/trunk/main/dbaccess/source/ui/app/
H A DAppControllerDnD.cxx694 ::rtl::OUString sCommand; in paste()
697 _rPasteData[daCommand] >>= sCommand; in paste()
705 bValidDescriptor = sDataSourceName.getLength() && sCommand.getLength(); in paste()
707 bValidDescriptor = (0 != sCommand.getLength()); in paste()
719 sTargetName = sCommand; in paste()
747 if ( xQueries->hasByName( sCommand ) ) in paste()
749 xQuery.set( xQueries->getByName(sCommand), UNO_QUERY_THROW ); in paste()
782 bool bNeedAskForName = ( sCommand.getLength() == 0 ) in paste()
812 xNewQuery->setPropertyValue(PROPERTY_COMMAND,makeAny(sCommand)); in paste()

Completed in 1163 milliseconds

12345