| /AOO42X/main/fpicker/source/win32/filepicker/ |
| H A D | filepickerstate.cxx | 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() [all …]
|
| H A D | filepickerstate.hxx | 61 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::… 63 …::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction ) = 0; 87 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::… 89 …ual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction ); 121 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::… 123 …ual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction );
|
| H A D | FilePicker.cxx | 473 void SAL_CALL CFilePicker::setValue(sal_Int16 aControlId, sal_Int16 aControlAction, const uno::Any&… in setValue() argument 479 m_pImpl->setValue(aControlId, aControlAction, aValue); in setValue() 486 uno::Any SAL_CALL CFilePicker::getValue(sal_Int16 aControlId, sal_Int16 aControlAction) in getValue() argument 492 return m_pImpl->getValue(aControlId, aControlAction); in getValue()
|
| H A D | controlcommandrequest.hxx | 67 sal_Int16 aControlAction ) : in CValueControlCommandRequest() argument 69 m_aControlAction( aControlAction ) in CValueControlCommandRequest()
|
| H A D | WinFileOpenImpl.cxx | 327 void SAL_CALL CWinFileOpenImpl::setValue(sal_Int16 aControlId, sal_Int16 aControlAction, const uno:… in setValue() argument 332 m_FilePickerState->setValue(aControlId, aControlAction, aValue); in setValue() 340 uno::Any SAL_CALL CWinFileOpenImpl::getValue(sal_Int16 aControlId, sal_Int16 aControlAction) in getValue() argument 345 return m_FilePickerState->getValue(aControlId, aControlAction); in getValue()
|
| H A D | controlcommand.cxx | 115 sal_Int16 aControlAction, in CValueControlCommand() argument 118 m_aControlAction( aControlAction ), in CValueControlCommand()
|
| H A D | WinFileOpenImpl.hxx | 117 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::… 120 …tual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction )
|
| H A D | FilePicker.hxx | 156 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::… 159 …tual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction )
|
| H A D | controlcommand.hxx | 85 sal_Int16 aControlAction,
|
| /AOO42X/main/offapi/com/sun/star/ui/dialogs/ |
| H A D | XFilePickerControlAccess.idl | 53 @param aControlAction 55 aControlAction has to be one of the values defined in <type>ControlActions</type>. 69 void setValue( [in] short aControlId, [in] short aControlAction, [in] any aValue ); 77 @param aControlAction 79 aControlAction has to be one of the values defined in <type>ControlActions</type>. 94 any getValue( [in] short aControlId, [in] short aControlAction );
|
| /AOO42X/main/fpicker/source/aqua/ |
| H A D | SalAquaFilePicker.hxx | 151 …tual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction )
|
| /AOO42X/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFilePicker.hxx | 167 …tual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction )
|