Lines Matching refs:OfficeIPCThread

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()
342 if ( OfficeIPCThread::AreRequestsPending() ) in queryTermination()
345 OfficeIPCThread::SetDowning(); in queryTermination()
355 ::osl::Mutex& OfficeIPCThread::GetMutex() in GetMutex()
368 void OfficeIPCThread::SetDowning() in SetDowning()
381 void OfficeIPCThread::EnableRequests( bool i_bEnable ) in EnableRequests()
395 OfficeIPCThread::ExecuteCmdLineRequests( aEmptyReq ); in EnableRequests()
401 sal_Bool OfficeIPCThread::AreRequestsPending() in AreRequestsPending()
411 void OfficeIPCThread::RequestsCompleted( int nCount ) in RequestsCompleted()
422 OfficeIPCThread::Status OfficeIPCThread::EnableOfficeIPCThread() in EnableOfficeIPCThread()
433 OfficeIPCThread* pThread = new OfficeIPCThread; in EnableOfficeIPCThread()
593 void OfficeIPCThread::DisableOfficeIPCThread() in DisableOfficeIPCThread()
599 OfficeIPCThread *pOfficeIPCThread = pGlobalOfficeIPCThread; in DisableOfficeIPCThread()
619 OfficeIPCThread::SetReady(pOfficeIPCThread); in DisableOfficeIPCThread()
629 OfficeIPCThread::OfficeIPCThread() : in OfficeIPCThread() function in desktop::OfficeIPCThread
637 OfficeIPCThread::~OfficeIPCThread() in ~OfficeIPCThread()
655 void OfficeIPCThread::SetReady(OfficeIPCThread* pThread) in SetReady()
664 void SAL_CALL OfficeIPCThread::run() in run()
955 sal_Bool OfficeIPCThread::ExecuteCmdLineRequests( ProcessDocumentsRequest& aRequest ) in ExecuteCmdLineRequests()