Lines Matching refs:hWnd
312 void SAL_CALL CHelpPopupWindow::onPaint( HWND hWnd, HDC hdc ) in onPaint() argument
324 GetClientRect( hWnd, &rc ); in onPaint()
472 HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ) in WndProc() argument
489 SetProp( hWnd, CURRENT_INSTANCE, pImpl ); in WndProc()
491 pImpl->onCreate( hWnd ); in WndProc()
494 SetCapture( hWnd ); in WndProc()
501 GetProp( hWnd, CURRENT_INSTANCE ) ); in WndProc()
507 BeginPaint(hWnd, &ps); in WndProc()
508 pImpl->onPaint( hWnd, ps.hdc ); in WndProc()
509 EndPaint(hWnd, &ps); in WndProc()
517 RemoveProp( hWnd, CURRENT_INSTANCE ) ); in WndProc()
531 DestroyWindow(hWnd); in WndProc()
535 return DefWindowProc(hWnd, uMsg, wParam, lParam); in WndProc()