/aoo41x/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() 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 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 | 434 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 D | SalAquaFilePicker.hxx | 148 …virtual void SAL_CALL setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const ::com::sun::…
|
/aoo41x/main/fpicker/source/office/ |
H A D | OfficeFilePicker.cxx | 663 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()
|
/aoo41x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFilePicker.cxx | 1171 void SalGtkFilePicker::HandleSetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction, const uno… in HandleSetListValue() argument 1175 switch (nControlAction) in HandleSetListValue() 1247 uno::Any SalGtkFilePicker::HandleGetListValue(GtkComboBox *pWidget, sal_Int16 nControlAction) const in HandleGetListValue() 1252 switch (nControlAction) in HandleGetListValue() 1306 void SAL_CALL SalGtkFilePicker::setValue( sal_Int16 nControlId, sal_Int16 nControlAction, const uno… in setValue() argument 1311 OSL_TRACE( "SETTING VALUE %d\n", nControlAction ); in setValue() 1326 HandleSetListValue(GTK_COMBO_BOX(pWidget), nControlAction, rValue); in setValue() 1330 nControlId, nControlAction); in setValue() 1334 uno::Any SAL_CALL SalGtkFilePicker::getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) in getValue() argument 1351 aRetval = HandleGetListValue(GTK_COMBO_BOX(pWidget), nControlAction); in getValue() [all …]
|
H A D | SalGtkFilePicker.hxx | 164 …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…
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePicker.cxx | 390 ::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 D | VistaFilePicker.hxx | 178 sal_Int16 nControlAction, 183 sal_Int16 nControlAction )
|
/aoo41x/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 …n::star::uno::Any SAL_CALL getValue( sal_Int16 nControlId, sal_Int16 nControlAction ) throw (::com…
|