Lines Matching refs:hwndControl
591 void SAL_CALL CExecuteFilePickerState::cacheControlState( HWND hwndControl, CFilePickerState* aNonE… in cacheControlState() argument
593 OSL_ENSURE( hwndControl && aNonExecFilePickerState, "invalid parameters" ); in cacheControlState()
595 CTRL_CLASS aCtrlClass = GetCtrlClass( hwndControl ); in cacheControlState()
609 sal::static_int_cast< sal_Int16 >( GetDlgCtrlID( hwndControl ) ), in cacheControlState()
611 lpfnGetValue( hwndControl ) ); in cacheControlState()
614 sal::static_int_cast< sal_Int16 >( GetDlgCtrlID( hwndControl ) ), in cacheControlState()
617 GetDlgCtrlID( hwndControl ) ) ) ); in cacheControlState()
630 sal::static_int_cast< sal_Int16 >( GetDlgCtrlID( hwndControl ) ), in cacheControlState()
632 lpfnGetValue( hwndControl ) ); in cacheControlState()
639 sal::static_int_cast< sal_Int16 >( GetDlgCtrlID( hwndControl ) ), in cacheControlState()
641 lpfnGetValue( hwndControl ) ); in cacheControlState()
658 inline sal_Bool SAL_CALL CExecuteFilePickerState::IsListboxControl( HWND hwndControl ) const in IsListboxControl()
660 OSL_PRECOND( IsWindow( hwndControl ), "invalid parameter" ); in IsListboxControl()
662 CTRL_CLASS aCtrlClass = GetCtrlClass( hwndControl ); in IsListboxControl()