Searched refs:_nControlAction (Results 1 – 1 of 1) sorted by relevance
359 …void OControlAccess::setValue( sal_Int16 _nControlId, sal_Int16 _nControlAction, const Any& _rValu… in setValue() argument366 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() argument508 switch ( _nControlAction ) in implDoListboxAction()
Completed in 21 milliseconds