Searched refs:OfficeIPCThread (Results 1 – 4 of 4) sorted by relevance
58 const char *OfficeIPCThread::sc_aTerminationSequence = "InternalIPC::TerminateThread";59 const int OfficeIPCThread::sc_nTSeqLength = 28;60 const char *OfficeIPCThread::sc_aShowSequence = "-tofront";61 const int OfficeIPCThread::sc_nShSeqLength = 5;62 const char *OfficeIPCThread::sc_aConfirmationSequence = "InternalIPC::ProcessingDone";63 const int OfficeIPCThread::sc_nCSeqLength = 27;217 OfficeIPCThread* OfficeIPCThread::pGlobalOfficeIPCThread = 0;219 ::osl::Mutex* OfficeIPCThread::pOfficeIPCThreadMutex = 0;274 OfficeIPCThread::ExecuteCmdLineRequests( *pDocsRequest ); in IMPL_STATIC_LINK_NOINSTANCE()293 OfficeIPCThread::DisableOfficeIPCThread(); in signal()[all …]
69 class OfficeIPCThread : public vos::OThread class72 static OfficeIPCThread* pGlobalOfficeIPCThread;99 OfficeIPCThread();114 virtual ~OfficeIPCThread();127 static void SetReady(OfficeIPCThread* pThread = NULL);
1035 OfficeIPCThread::Status aStatus = OfficeIPCThread::EnableOfficeIPCThread(); in Init()1036 if ( aStatus == OfficeIPCThread::IPC_STATUS_BOOTSTRAP_ERROR ) in Init()1041 else if ( aStatus == OfficeIPCThread::IPC_STATUS_MULTI_TS_ERROR ) in Init()1045 else if ( aStatus == OfficeIPCThread::IPC_STATUS_2ND_OFFICE ) in Init()1053 OfficeIPCThread::DisableOfficeIPCThread(); in Init()1081 OfficeIPCThread::DisableOfficeIPCThread(); in DeInit()1134 OfficeIPCThread::DisableOfficeIPCThread(); in QueryExit()1657 OfficeIPCThread::DisableOfficeIPCThread(); in restartOnMac()1782 OfficeIPCThread::DisableOfficeIPCThread(); in Exception()2230 OfficeIPCThread::SetDowning(); in Main()[all …]
357 OfficeIPCThread::RequestsCompleted( 1 ); in executeDispatchRequests()402 OfficeIPCThread::RequestsCompleted( 1 ); in executeDispatchRequests()470 OfficeIPCThread::RequestsCompleted( 1 ); in dispatchFinished()483 if ( !nCount && !OfficeIPCThread::AreRequestsPending() ) in dispatchFinished()