Lines Matching refs:dwResult
129 DWORD dwResult = in wait() local
132 switch (dwResult) in wait()
325 sal_uInt32 dwResult = WaitForSingleObject( in ~CMtaOleClipboard() local
328 OSL_ENSURE( dwResult == WAIT_OBJECT_0, "clipboard notifier thread could not terminate" ); in ~CMtaOleClipboard()
347 dwResult = WaitForSingleObject( m_hOleThread, MAX_WAIT_SHUTDOWN ); in ~CMtaOleClipboard()
348 OSL_ENSURE( dwResult == WAIT_OBJECT_0, "OleThread could not terminate" ); in ~CMtaOleClipboard()
588 DWORD dwResult; in onChangeCBChain() local
596 &dwResult ); in onChangeCBChain()
623 DWORD dwResult; in onDrawClipboard() local
631 &dwResult ); in onDrawClipboard()
882 DWORD dwResult = WaitForSingleObject( in WaitForThreadReady() local
884 bRet = ( dwResult == WAIT_OBJECT_0 ); in WaitForThreadReady()