Home
last modified time | relevance | path

Searched refs:pGlobalOfficeIPCThread (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/desktop/source/app/
H A Dofficeipcthread.cxx217 OfficeIPCThread* OfficeIPCThread::pGlobalOfficeIPCThread = 0; member in desktop::OfficeIPCThread
375 if ( pGlobalOfficeIPCThread ) in SetDowning()
376 pGlobalOfficeIPCThread->mbDowning = true; in SetDowning()
386 if ( pGlobalOfficeIPCThread ) in EnableRequests()
389 pGlobalOfficeIPCThread->mbRequestsEnabled = i_bEnable; in EnableRequests()
405 if ( pGlobalOfficeIPCThread ) in AreRequestsPending()
406 return ( pGlobalOfficeIPCThread->mnPendingRequests > 0 ); in AreRequestsPending()
415 if ( pGlobalOfficeIPCThread ) in RequestsCompleted()
417 if ( pGlobalOfficeIPCThread->mnPendingRequests > 0 ) in RequestsCompleted()
418 pGlobalOfficeIPCThread->mnPendingRequests -= nCount; in RequestsCompleted()
[all …]
H A Dofficeipcthread.hxx72 static OfficeIPCThread* pGlobalOfficeIPCThread; member in desktop::OfficeIPCThread