Lines Matching refs:ImplPostMessage
1205 return (sal_Bool)ImplPostMessage( mhWnd, SAL_MSG_USEREVENT, 0, (LPARAM)pData ); in PostEvent()
1401 ImplPostMessage( mhWnd, SAL_MSG_SHOW, bVisible, bNoActivate ); in Show()
2242 ImplPostMessage( mhWnd, SAL_MSG_TOTOP, nFlags, 0 ); in ToTop()
3342 ImplPostMessage( hWnd, nMsg, wParam, lParam ); in ImplHandleMouseMsg()
4129 ImplPostMessage( hWnd, SAL_MSG_POSTPAINT, (WPARAM)pRect, 0 ); in ImplHandlePaintMsg()
4167 ImplPostMessage( hWnd, SAL_MSG_POSTPAINT, (WPARAM)pRect, 0 ); in ImplHandlePaintMsg2()
4317 ImplPostMessage( hWnd, SAL_MSG_POSTMOVE, 0, 0 ); in ImplHandleMoveMsg()
4340 ImplPostMessage( hWnd, SAL_MSG_POSTCALLSIZE, 0, 0 ); in ImplCallSizeHdl()
4400 ImplPostMessage( hWnd, SAL_MSG_POSTFOCUS, 0, 0 ); in ImplHandleFocusMsg()
4418 ImplPostMessage( hWnd, WM_CLOSE, 0, 0 ); in ImplHandleCloseMsg()
4511 ImplPostMessage( hWnd, SAL_MSG_FORCEPALETTE, 0, 0 ); in ImplHandleForcePalette()
4563 ImplPostMessage( hWnd, SAL_MSG_POSTQUERYNEWPAL, wParam, lParam ); in ImplHandlePalette()
4565 ImplPostMessage( hWnd, SAL_MSG_POSTPALCHANGED, wParam, lParam ); in ImplHandlePalette()
6311 … ImplPostMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_POSTTIMER, 0, nCurTime ); in SalFrameWndProc()