Searched refs:hwndControl (Results 1 – 2 of 2) sorted by relevance
591 void SAL_CALL CExecuteFilePickerState::cacheControlState( HWND hwndControl, CFilePickerState* aNonE… in cacheControlState() argument593 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()[all …]
137 void SAL_CALL cacheControlState( HWND hwndControl, CFilePickerState* aFilePickerState );143 inline sal_Bool SAL_CALL IsListboxControl( HWND hwndControl ) const;