Home
last modified time | relevance | path

Searched refs:nControlAction (Results 1 – 10 of 10) sorted by relevance

/trunk/main/fpicker/source/aqua/
H A DControlHelper.cxx252 void ControlHelper::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno::Any& rValu… in setValue() argument
254 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlId", nControlId, "controlAction", nControlAction); in setValue()
268 HandleSetListValue(pControl, nControlAction, rValue); in setValue()
277 nControlId, nControlAction); in setValue()
285 uno::Any ControlHelper::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) const in getValue()
287 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlId", nControlId, "controlAction", nControlAction); in getValue()
299 aRetval = HandleGetListValue(pControl, nControlAction); in getValue()
588 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlAction", nControlAction); in HandleSetListValue()
604 switch (nControlAction) in HandleSetListValue()
675 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlAction", nControlAction); in HandleGetListValue()
[all …]
H A DControlHelper.hxx61 void setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno::Any& rValue );
62 uno::Any getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) const;
176 …void HandleSetListValue(const NSControl* pControl, const sal_Int16 nControlAction, const uno::Any&…
177 uno::Any HandleGetListValue(const NSControl* pControl, const sal_Int16 nControlAction) const;
H A DSalAquaFilePicker.cxx434 void SAL_CALL SalAquaFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const un… in setValue() argument
441 m_pControlHelper->setValue(nControlId, nControlAction, rValue); in setValue()
450 uno::Any SAL_CALL SalAquaFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) in getValue() argument
455 uno::Any aValue = m_pControlHelper->getValue(nControlId, nControlAction); in getValue()
H A DSalAquaFilePicker.hxx148 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::…
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx663 sal_Int16 nControlAction, in setValue() argument
673 aAccess.setValue( nElementID, nControlAction, rValue ); in setValue()
688 ( !rEntry.m_bHasValue || ( rEntry.m_nControlAction == nControlAction ) ) ) in setValue()
690 rEntry.setAction( nControlAction ); in setValue()
699 aNew.setAction( nControlAction ); in setValue()
708 Any SAL_CALL SvtFilePicker::getValue( sal_Int16 nElementID, sal_Int16 nControlAction ) in getValue() argument
720 aAny = aAccess.getValue( nElementID, nControlAction ); in getValue()
731 ( rEntry.m_nControlAction == nControlAction ) ) in getValue()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1172 void SalGtkFilePicker::HandleSetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction, const uno… in HandleSetListValue() argument
1176 switch (nControlAction) in HandleSetListValue()
1248 uno::Any SalGtkFilePicker::HandleGetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction) const in HandleGetListValue()
1253 switch (nControlAction) in HandleGetListValue()
1307 void SAL_CALL SalGtkFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno… in setValue() argument
1312 OSL_TRACE( "SETTING VALUE %d\n", nControlAction ); in setValue()
1327 HandleSetListValue(GTK_COMBO_BOX(pWidget), nControlAction, rValue); in setValue()
1331 nControlId, nControlAction); in setValue()
1335 uno::Any SAL_CALL SalGtkFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) in getValue() argument
1352 aRetval = HandleGetListValue(GTK_COMBO_BOX(pWidget), nControlAction); in getValue()
[all …]
H A DSalGtkFilePicker.hxx164 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::…
337 void HandleSetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction,
339 …::com::sun::star::uno::Any HandleGetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction) cons…
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePicker.cxx390 ::sal_Int16 nControlAction, in setValue() argument
397 rRequest->setArgument(PROP_CONTROL_ACTION, nControlAction); in setValue()
408 ::sal_Int16 nControlAction) in getValue() argument
414 rRequest->setArgument(PROP_CONTROL_ACTION, nControlAction); in getValue()
H A DVistaFilePicker.hxx178 sal_Int16 nControlAction,
183 sal_Int16 nControlAction )
/trunk/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.hxx124 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::…
125 …n::star::uno::Any SAL_CALL getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) throw (::com…

Completed in 49 milliseconds