Lines Matching refs:ImplPostMessage
1209 return (sal_Bool)ImplPostMessage( mhWnd, SAL_MSG_USEREVENT, 0, (LPARAM)pData ); in PostEvent()
1405 ImplPostMessage( mhWnd, SAL_MSG_SHOW, bVisible, bNoActivate ); in Show()
2246 ImplPostMessage( mhWnd, SAL_MSG_TOTOP, nFlags, 0 ); in ToTop()
3348 ImplPostMessage( hWnd, nMsg, wParam, lParam ); in ImplHandleMouseMsg()
4132 ImplPostMessage( hWnd, SAL_MSG_POSTPAINT, (WPARAM)pRect, 0 ); in ImplHandlePaintMsg()
4170 ImplPostMessage( hWnd, SAL_MSG_POSTPAINT, (WPARAM)pRect, 0 ); in ImplHandlePaintMsg2()
4320 ImplPostMessage( hWnd, SAL_MSG_POSTMOVE, 0, 0 ); in ImplHandleMoveMsg()
4343 ImplPostMessage( hWnd, SAL_MSG_POSTCALLSIZE, 0, 0 ); in ImplCallSizeHdl()
4403 ImplPostMessage( hWnd, SAL_MSG_POSTFOCUS, 0, 0 ); in ImplHandleFocusMsg()
4421 ImplPostMessage( hWnd, WM_CLOSE, 0, 0 ); in ImplHandleCloseMsg()
4514 ImplPostMessage( hWnd, SAL_MSG_FORCEPALETTE, 0, 0 ); in ImplHandleForcePalette()
4566 ImplPostMessage( hWnd, SAL_MSG_POSTQUERYNEWPAL, wParam, lParam ); in ImplHandlePalette()
4568 ImplPostMessage( hWnd, SAL_MSG_POSTPALCHANGED, wParam, lParam ); in ImplHandlePalette()
6314 ImplPostMessage( pSalData->mpFirstInstance->mhComWnd, SAL_MSG_POSTTIMER, 0, nCurTime ); in SalFrameWndProc()