Searched refs:aApp (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/connectivity/source/drivers/adabas/ |
| H A D | BDriver.cxx | 887 OProcess aApp( sCommand,m_sDbWorkURL); in clearDatabase() local 891 aApp.execute( (OProcess::TProcessOption) OPROCESS_ADABAS, aArgs ); in clearDatabase() 1020 OProcess aApp(sCommandFile ,m_sDbWorkURL); in X_PARAM() local 1024 … aApp.execute( (OProcess::TProcessOption)(OProcess::TOption_Hidden | OProcess::TOption_Wait)); in X_PARAM() 1056 OProcess aApp(sCommand,m_sDbWorkURL); in PutParam() local 1060 aApp.execute( (OProcess::TProcessOption)OPROCESS_ADABAS,aArgs ); in PutParam() 1127 OProcess aApp( sCommand ,m_sDbWorkURL); in X_START() local 1128 OProcess::TProcessError eError = aApp.execute((OProcess::TProcessOption)OPROCESS_ADABAS,aArgs); in X_START() 1143 if(aApp.getInfo(OProcess::TData_ExitCode,&aInfo) == OProcess::E_None && aInfo.Code) in X_START() 1163 OProcess aApp( sCommand ,m_sDbWorkURL); in X_STOP() local [all …]
|
| /trunk/main/automation/source/simplecm/ |
| H A D | simplecm.cxx | 129 void CommunicationLink::SetApplication( const ByteString& aApp ) in SetApplication() argument 131 maApplication = aApp; in SetApplication() 290 void SimpleCommunicationLinkViaSocket::SetApplication( const ByteString& aApp ) in SetApplication() argument 292 CommunicationLink::SetApplication( aApp ); in SetApplication() 294 *pData << aApp; in SetApplication() 419 sal_Bool CommunicationManager::StartCommunication( String aApp, String aParams ) in StartCommunication() argument 421 (void) aApp; /* avoid warning about unused parameter */ in StartCommunication() 564 void CommunicationManager::SetApplication( const ByteString& aApp, sal_Bool bRunningLinks ) in SetApplication() argument 566 maApplication = aApp; in SetApplication() 571 GetCommunicationLink( i )->SetApplication( aApp ); in SetApplication()
|
| /trunk/main/odk/examples/java/EmbedDocument/Container1/ |
| H A D | EmbedContFrame.java | 78 EmbedContApp aApp = new EmbedContApp( aFrame, aServiceFactory ); in start() local 79 aApp.init(); in start() 80 aApp.start(); in start() 82 Dimension aSize = aApp.getSize(); in start() 84 aFrame.add( "Center", aApp ); in start()
|
| /trunk/main/automation/inc/automation/ |
| H A D | simplecm.hxx | 182 virtual void SetApplication( const ByteString& aApp ); 235 virtual sal_Bool StartCommunication( String aApp, String aParams ); 261 void SetApplication( const ByteString& aApp, sal_Bool bRunningLinks = sal_False ); 330 virtual void SetApplication( const ByteString& aApp );
|
| /trunk/main/sc/source/ui/view/ |
| H A D | viewfun5.cxx | 698 String aApp( aByteApp, eSysEnc ); in PasteDDE() local 709 aFormula += aApp; in PasteDDE()
|
| H A D | gridwin.cxx | 4104 String aApp = Application::GetAppName(); in DropTransferObj() local 4116 aFormula += aApp; in DropTransferObj()
|
| /trunk/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 2068 String aApp, aTopic, aItem; in _PasteDDE() local 2079 xStrm->ReadCString( aApp, eEncoding ); in _PasteDDE() 2085 sfx2::MakeLnkName( aCmd, &aApp, aTopic, aItem ); in _PasteDDE() 2117 aName = aApp; in _PasteDDE()
|
| /trunk/main/slideshow/test/ |
| H A D | demoshow.cxx | 584 DemoApp aApp; in main() local
|
| /trunk/main/svtools/workben/ |
| H A D | browser.cxx | 181 App aApp; variable
|