Home
last modified time | relevance | path

Searched refs:OfficeIPCThread (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/desktop/source/app/
H A Dofficeipcthread.cxx58 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 …]
H A Dofficeipcthread.hxx69 class OfficeIPCThread : public vos::OThread class
72 static OfficeIPCThread* pGlobalOfficeIPCThread;
99 OfficeIPCThread();
114 virtual ~OfficeIPCThread();
127 static void SetReady(OfficeIPCThread* pThread = NULL);
H A Dapp.cxx1042 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 …]
H A Ddispatchwatcher.cxx357 OfficeIPCThread::RequestsCompleted( 1 ); in executeDispatchRequests()
402 OfficeIPCThread::RequestsCompleted( 1 ); in executeDispatchRequests()
471 OfficeIPCThread::RequestsCompleted( 1 ); in dispatchFinished()
484 if ( !nCount && !OfficeIPCThread::AreRequestsPending() ) in dispatchFinished()