Lines Matching refs:aControlAction

97 void SAL_CALL CNonExecuteFilePickerState::setValue( sal_Int16 aControlId, sal_Int16 aControlAction,…  in setValue()  argument
100 aControlId, aControlAction, aValue ); in setValue()
109 Any SAL_CALL CNonExecuteFilePickerState::getValue( sal_Int16 aControlId, sal_Int16 aControlAction ) in getValue() argument
111 CValueControlCommandRequest value_request( aControlId, aControlAction ); in getValue()
381 void SAL_CALL CExecuteFilePickerState::setValue( sal_Int16 aControlId, sal_Int16 aControlAction, co… in setValue() argument
384 if ( com::sun::star::ui::dialogs::ControlActions::SET_HELP_URL == aControlAction ) in setValue()
405 GetCtrlSetValueFunction( aCtrlClass, aControlAction ); in setValue()
423 Any SAL_CALL CExecuteFilePickerState::getValue( sal_Int16 aControlId, sal_Int16 aControlAction ) in getValue() argument
426 if ( com::sun::star::ui::dialogs::ControlActions::GET_HELP_URL == aControlAction ) in getValue()
447 GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in getValue()
597 sal_Int16 aControlAction; in cacheControlState() local
602 aControlAction = 0; in cacheControlState()
604 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
610 aControlAction, in cacheControlState()
625 aControlAction = GET_SELECTED_ITEM; in cacheControlState()
627 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
631 aControlAction, in cacheControlState()
634 aControlAction = ::com::sun::star::ui::dialogs::ControlActions::GET_SELECTED_ITEM_INDEX; in cacheControlState()
636 lpfnGetValue = GetCtrlGetValueFunction( aCtrlClass, aControlAction ); in cacheControlState()
640 aControlAction, in cacheControlState()