Home
last modified time | relevance | path

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

/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx359 …void OControlAccess::setValue( sal_Int16 _nControlId, sal_Int16 _nControlAction, const Any& _rValu… in setValue() argument
366 if ( ControlActions::SET_HELP_URL == _nControlAction ) in setValue()
391 if ( ControlActions::SET_SELECT_ITEM == _nControlAction ) in setValue()
398 implDoListboxAction( static_cast< ListBox* >( pControl ), _nControlAction, _rValue ); in setValue()
410 Any OControlAccess::getValue( sal_Int16 _nControlId, sal_Int16 _nControlAction ) const in getValue()
419 if ( ControlActions::SET_HELP_URL == _nControlAction ) in getValue()
438 if ( ControlActions::GET_SELECTED_ITEM == _nControlAction ) in getValue()
451 switch ( _nControlAction ) in getValue()
506 …void OControlAccess::implDoListboxAction( ListBox* _pListbox, sal_Int16 _nControlAction, const Any… in implDoListboxAction() argument
508 switch ( _nControlAction ) in implDoListboxAction()

Completed in 19 milliseconds