Searched refs:SAL_MSG_POSTPAINT (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/vcl/inc/os2/ |
H A D | saldata.hxx | 250 #define SAL_MSG_POSTPAINT (WM_USER+137) macro
|
/aoo42x/main/vcl/inc/win/ |
H A D | saldata.hxx | 318 #define SAL_MSG_POSTPAINT (WM_USER+138) macro
|
/aoo42x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 2888 WinPostMsg( hWnd, SAL_MSG_POSTPAINT, (MPARAM)pRect, 0 ); in ImplHandlePaintMsg() 2916 WinPostMsg( hWnd, SAL_MSG_POSTPAINT, (MPARAM)pRect, 0 ); in ImplHandlePaintMsg2() 3504 case SAL_MSG_POSTPAINT: in SalFrameWndProc()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 4135 ImplPostMessage( hWnd, SAL_MSG_POSTPAINT, (WPARAM)pRect, 0 ); in ImplHandlePaintMsg() 4173 ImplPostMessage( hWnd, SAL_MSG_POSTPAINT, (WPARAM)pRect, 0 ); in ImplHandlePaintMsg2() 6009 case SAL_MSG_POSTPAINT: in SalFrameWndProc()
|
Completed in 53 milliseconds