Home
last modified time | relevance | path

Searched refs:ImplPeekMessage (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx678 if ( ImplPeekMessage( &aMsg, 0, 0, 0, PM_REMOVE ) ) in ImplSalYield()
912 if ( ImplPeekMessage( &aMsg, 0, 0, 0, PM_NOREMOVE | PM_NOYIELD ) )
920 if ( ImplPeekMessage( &aMsg, 0, WM_MOUSEFIRST, WM_MOUSELAST,
928 if ( ImplPeekMessage( &aMsg, 0, WM_KEYDOWN, WM_KEYDOWN,
943 if ( ImplPeekMessage( &aMsg, 0, WM_PAINT, WM_PAINT,
947 if ( ImplPeekMessage( &aMsg, 0, WM_SIZE, WM_SIZE,
951 if ( ImplPeekMessage( &aMsg, 0, SAL_MSG_POSTCALLSIZE, SAL_MSG_POSTCALLSIZE,
955 if ( ImplPeekMessage( &aMsg, 0, WM_MOVE, WM_MOVE,
959 if ( ImplPeekMessage( &aMsg, 0, SAL_MSG_POSTMOVE, SAL_MSG_POSTMOVE,
967 if ( ImplPeekMessage( &aMsg, 0, WM_TIMER, WM_TIMER,
[all …]
H A Dsaldata.cxx153 BOOL ImplPeekMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemoveM… in ImplPeekMessage() function
/trunk/main/vcl/inc/win/
H A Dsaldata.hxx352 BOOL ImplPeekMessage( LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemo…
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3389 … if ( ImplPeekMessage( &aTempMsg, hWnd, WM_MOUSEFIRST, WM_MOUSELAST, PM_NOREMOVE | PM_NOYIELD ) ) in ImplHandleMouseMsg()
3907 bCharPeek = ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()
3916 ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()
3925 bCharPeek = ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()
3981 ImplPeekMessage( &aCharMsg, hWnd, in ImplHandleKeyMsg()
6316 if( ! ImplPeekMessage( &aMsg, 0, WM_PAINT, WM_PAINT, PM_NOREMOVE | PM_NOYIELD ) ) in SalFrameWndProc()
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx1792 if ( ImplPeekMessage( &aMsg, 0, 0, 0, PM_REMOVE ) ) in SalPrintAbortProc()
2057 if ( ImplPeekMessage( &aMsg, 0, 0, 0, PM_REMOVE ) ) in StartJob()

Completed in 76 milliseconds