Home
last modified time | relevance | path

Searched refs:aControlAction (Results 1 – 12 of 12) sorted by relevance

/trunk/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx100 aControlId, aControlAction, aValue ); in setValue()
111 CValueControlCommandRequest value_request( aControlId, aControlAction ); in getValue()
405 GetCtrlSetValueFunction( aCtrlClass, aControlAction ); in setValue()
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()
631 aControlAction, in cacheControlState()
[all …]
H A Dfilepickerstate.hxx61 …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 DFilePicker.cxx473 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 Dcontrolcommandrequest.hxx67 sal_Int16 aControlAction ) : in CValueControlCommandRequest() argument
69 m_aControlAction( aControlAction ) in CValueControlCommandRequest()
H A DWinFileOpenImpl.cxx327 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 Dcontrolcommand.cxx115 sal_Int16 aControlAction, in CValueControlCommand() argument
118 m_aControlAction( aControlAction ), in CValueControlCommand()
H A DWinFileOpenImpl.hxx117 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::…
120 …ual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction )
H A DFilePicker.hxx156 …virtual void SAL_CALL setValue( sal_Int16 aControlId, sal_Int16 aControlAction, const ::com::sun::…
159 …ual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction )
H A Dcontrolcommand.hxx85 sal_Int16 aControlAction,
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePickerControlAccess.idl53 @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 );
/trunk/main/fpicker/source/aqua/
H A DSalAquaFilePicker.hxx151 …tual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction )
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.hxx167 …ual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlAction )

Completed in 42 milliseconds