Home
last modified time | relevance | path

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

/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx217 OfficeIPCThread* OfficeIPCThread::pGlobalOfficeIPCThread = 0; member in desktop::OfficeIPCThread
369 if ( pGlobalOfficeIPCThread ) in SetDowning()
370 pGlobalOfficeIPCThread->mbDowning = true; in SetDowning()
380 if ( pGlobalOfficeIPCThread ) in EnableRequests()
383 pGlobalOfficeIPCThread->mbRequestsEnabled = i_bEnable; in EnableRequests()
399 if ( pGlobalOfficeIPCThread ) in AreRequestsPending()
400 return ( pGlobalOfficeIPCThread->mnPendingRequests > 0 ); in AreRequestsPending()
409 if ( pGlobalOfficeIPCThread ) in RequestsCompleted()
411 if ( pGlobalOfficeIPCThread->mnPendingRequests > 0 ) in RequestsCompleted()
412 pGlobalOfficeIPCThread->mnPendingRequests -= nCount; in RequestsCompleted()
[all …]
H A Dofficeipcthread.hxx72 static OfficeIPCThread* pGlobalOfficeIPCThread; member in desktop::OfficeIPCThread