| /trunk/main/fpicker/source/aqua/ |
| H A D | ControlHelper.cxx | 252 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() 586 void ControlHelper::HandleSetListValue(const NSControl* pControl, const sal_Int16 nControlAction, c… in HandleSetListValue() argument 588 DBG_PRINT_ENTRY(CLASS_NAME, __func__, "controlAction", nControlAction); in HandleSetListValue() 604 switch (nControlAction) in HandleSetListValue() [all …]
|
| H A D | ControlHelper.hxx | 61 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 D | SalAquaFilePicker.cxx | 427 void SAL_CALL SalAquaFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const un… in setValue() argument 433 m_pControlHelper->setValue(nControlId, nControlAction, rValue); in setValue() 442 uno::Any SAL_CALL SalAquaFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) in getValue() argument 446 uno::Any aValue = m_pControlHelper->getValue(nControlId, nControlAction); in getValue()
|
| H A D | SalAquaFilePicker.hxx | 134 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::…
|
| /trunk/main/fpicker/source/office/ |
| H A D | OfficeFilePicker.cxx | 662 sal_Int16 nControlAction, in setValue() argument 671 aAccess.setValue( nElementID, nControlAction, rValue ); in setValue() 686 ( !rEntry.m_bHasValue || ( rEntry.m_nControlAction == nControlAction ) ) ) in setValue() 688 rEntry.setAction( nControlAction ); in setValue() 697 aNew.setAction( nControlAction ); in setValue() 706 Any SAL_CALL SvtFilePicker::getValue( sal_Int16 nElementID, sal_Int16 nControlAction ) in getValue() argument 717 aAny = aAccess.getValue( nElementID, nControlAction ); in getValue() 728 ( rEntry.m_nControlAction == nControlAction ) ) in getValue()
|
| /trunk/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFilePicker.cxx | 1165 void SalGtkFilePicker::HandleSetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction, const uno… in HandleSetListValue() argument 1169 switch (nControlAction) in HandleSetListValue() 1241 uno::Any SalGtkFilePicker::HandleGetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction) const in HandleGetListValue() 1246 switch (nControlAction) in HandleGetListValue() 1300 void SAL_CALL SalGtkFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno… in setValue() argument 1304 OSL_TRACE( "SETTING VALUE %d\n", nControlAction ); in setValue() 1319 HandleSetListValue(GTK_COMBO_BOX(pWidget), nControlAction, rValue); in setValue() 1323 nControlId, nControlAction); in setValue() 1327 uno::Any SAL_CALL SalGtkFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) in getValue() argument 1343 aRetval = HandleGetListValue(GTK_COMBO_BOX(pWidget), nControlAction); in getValue() [all …]
|
| H A D | SalGtkFilePicker.hxx | 149 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::… 304 void HandleSetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction, 306 …:com::sun::star::uno::Any HandleGetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction) const;
|
| /trunk/main/fpicker/source/win32/filepicker/ |
| H A D | VistaFilePicker.cxx | 371 ::sal_Int16 nControlAction, in setValue() argument 377 rRequest->setArgument(PROP_CONTROL_ACTION, nControlAction); in setValue() 388 ::sal_Int16 nControlAction) in getValue() argument 393 rRequest->setArgument(PROP_CONTROL_ACTION, nControlAction); in getValue()
|
| H A D | VistaFilePicker.hxx | 160 sal_Int16 nControlAction, 164 sal_Int16 nControlAction );
|
| /trunk/main/fpicker/source/unx/kde4/ |
| H A D | KDE4FilePicker.hxx | 124 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::… 125 …ual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 nControlId, sal_Int16 nControlAction );
|