Lines Matching refs:aMsgCtx
380 MsgCtx aMsgCtx; in flushClipboard() local
384 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in flushClipboard()
386 aMsgCtx.aCondition.wait( /* infinite */ ); in flushClipboard()
388 return aMsgCtx.hr; in flushClipboard()
413 MsgCtx aMsgCtx; in getClipboard() local
417 reinterpret_cast< LPARAM >( &aMsgCtx ) ); in getClipboard()
419 aMsgCtx.aCondition.wait( /* infinite */ ); in getClipboard()
421 hr = aMsgCtx.hr; in getClipboard()
487 MsgCtx aMsgCtx; in registerClipViewer() local
491 reinterpret_cast<LPARAM>( &aMsgCtx ) ); in registerClipViewer()
493 aMsgCtx.aCondition.wait( /* infinite */ ); in registerClipViewer()
691 MsgCtx* aMsgCtx = reinterpret_cast< MsgCtx* >( lParam ); in mtaOleReqWndProc() local
692 OSL_ASSERT( aMsgCtx ); in mtaOleReqWndProc()
694 aMsgCtx->hr = pImpl->onGetClipboard( reinterpret_cast< LPSTREAM* >(wParam) ); in mtaOleReqWndProc()
695 aMsgCtx->aCondition.set( ); in mtaOleReqWndProc()
701 MsgCtx* aMsgCtx = reinterpret_cast< MsgCtx* >( lParam ); in mtaOleReqWndProc() local
702 OSL_ASSERT( aMsgCtx ); in mtaOleReqWndProc()
704 aMsgCtx->hr = pImpl->onFlushClipboard( ); in mtaOleReqWndProc()
705 aMsgCtx->aCondition.set( ); in mtaOleReqWndProc()
711 MsgCtx* aMsgCtx = reinterpret_cast< MsgCtx* >( lParam ); in mtaOleReqWndProc() local
712 OSL_ASSERT( aMsgCtx ); in mtaOleReqWndProc()
715 aMsgCtx->aCondition.set( ); in mtaOleReqWndProc()