Home
last modified time | relevance | path

Searched refs:hwndControl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx591 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()
[all …]
H A Dfilepickerstate.hxx137 void SAL_CALL cacheControlState( HWND hwndControl, CFilePickerState* aFilePickerState );
143 inline sal_Bool SAL_CALL IsListboxControl( HWND hwndControl ) const;