Searched refs:aApp (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/connectivity/source/drivers/adabas/ |
H A D | BDriver.cxx | 887 OProcess aApp( sCommand,m_sDbWorkURL); in clearDatabase() local 1020 OProcess aApp(sCommandFile ,m_sDbWorkURL); in X_PARAM() local 1056 OProcess aApp(sCommand,m_sDbWorkURL); in PutParam() local 1127 OProcess aApp( sCommand ,m_sDbWorkURL); in X_START() local 1163 OProcess aApp( sCommand ,m_sDbWorkURL); in X_STOP() local 1217 OProcess aApp(sCommandFile ,m_sDbWorkURL); in XUTIL() local 1274 OProcess aApp(sCommandFile ,m_sDbWorkURL); in LoadBatch() local 1456 OProcess aApp(sCommandFile ,m_sDbWorkURL); in X_CONS() local 1536 OProcess aApp(sCommandFile ,m_sDbWorkURL); in isVersion() local 1586 OProcess aApp(sCommandFile ,m_sDbWorkURL); in checkAndInsertNewDevSpace() local [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/automation/inc/automation/ |
H A D | simplecm.hxx | 181 virtual void SetApplication( const ByteString& aApp ); 234 virtual sal_Bool StartCommunication( String aApp, String aParams ); 260 void SetApplication( const ByteString& aApp, sal_Bool bRunningLinks = sal_False ); 329 virtual void SetApplication( const ByteString& aApp );
|
/aoo4110/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 | 4112 String aApp = Application::GetAppName(); in DropTransferObj() local 4124 aFormula += aApp; in DropTransferObj()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 2082 String aApp, aTopic, aItem; in _PasteDDE() local 2093 xStrm->ReadCString( aApp, eEncoding ); in _PasteDDE() 2099 sfx2::MakeLnkName( aCmd, &aApp, aTopic, aItem ); in _PasteDDE() 2131 aName = aApp; in _PasteDDE()
|
/aoo4110/main/slideshow/test/ |
H A D | demoshow.cxx | 566 DemoApp aApp; variable
|
/aoo4110/main/svtools/workben/ |
H A D | browser.cxx | 181 App aApp; variable
|
Completed in 136 milliseconds