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);
1042 OfficeIPCThread::Status aStatus = OfficeIPCThread::EnableOfficeIPCThread(); in Init()1043 if ( aStatus == OfficeIPCThread::IPC_STATUS_BOOTSTRAP_ERROR ) in Init()1048 else if ( aStatus == OfficeIPCThread::IPC_STATUS_MULTI_TS_ERROR ) in Init()1052 else if ( aStatus == OfficeIPCThread::IPC_STATUS_2ND_OFFICE ) in Init()1060 OfficeIPCThread::DisableOfficeIPCThread(); in Init()1088 OfficeIPCThread::DisableOfficeIPCThread(); in DeInit()1141 OfficeIPCThread::DisableOfficeIPCThread(); in QueryExit()1664 OfficeIPCThread::DisableOfficeIPCThread(); in restartOnMac()1789 OfficeIPCThread::DisableOfficeIPCThread(); in Exception()2237 OfficeIPCThread::SetDowning(); in Main()[all …]
357 OfficeIPCThread::RequestsCompleted( 1 ); in executeDispatchRequests()402 OfficeIPCThread::RequestsCompleted( 1 ); in executeDispatchRequests()471 OfficeIPCThread::RequestsCompleted( 1 ); in dispatchFinished()484 if ( !nCount && !OfficeIPCThread::AreRequestsPending() ) in dispatchFinished()