Lines Matching refs:hWnd
509 HWND hWnd, UINT wMessage, WPARAM wParam, LPARAM lParam) in SubClassFunc() argument
513 CWinFileOpenImpl* pImpl = dynamic_cast<CWinFileOpenImpl*>(getCurrentInstance(hWnd)); in SubClassFunc()
526 hWnd,wMessage,wParam,lParam); in SubClassFunc()
533 hWnd,wMessage,wParam,lParam); in SubClassFunc()
541 hWnd,wMessage,wParam,lParam); in SubClassFunc()
549 hWnd,wMessage,wParam,lParam); in SubClassFunc()
556 SetWindowLong(hWnd, GWL_WNDPROC, in SubClassFunc()
561 hWnd,wMessage,wParam,lParam); in SubClassFunc()
567 hWnd,wMessage,wParam,lParam); in SubClassFunc()
579 void SAL_CALL CWinFileOpenImpl::InitControlLabel(HWND hWnd) in InitControlLabel() argument
585 sal_Int16 aCtrlId = sal::static_int_cast< sal_Int16 >(GetDlgCtrlID(hWnd)); in InitControlLabel()
615 void SAL_CALL CWinFileOpenImpl::CacheControlState(HWND hWnd) in CacheControlState() argument
618 m_ExecuteFilePickerState->cacheControlState(hWnd, m_NonExecuteFilePickerState); in CacheControlState()
625 BOOL CALLBACK CWinFileOpenImpl::EnumChildWndProc(HWND hWnd, LPARAM lParam) in EnumChildWndProc() argument
637 pImpl->InitControlLabel(hWnd); in EnumChildWndProc()
638 pImpl->InitCustomControlContainer(hWnd); in EnumChildWndProc()
642 pImpl->CacheControlState(hWnd); in EnumChildWndProc()