Lines Matching refs:_rValue
281 …rControlName, const ::rtl::OUString& _rControlProperty, const ::com::sun::star::uno::Any& _rValue ) in setControlProperty() argument
294 implSetControlProperty( nControlId, pControl, aPropDesc->nPropertyId, _rValue, sal_False ); in setControlProperty()
359 …id OControlAccess::setValue( sal_Int16 _nControlId, sal_Int16 _nControlAction, const Any& _rValue ) in setValue() argument
398 implDoListboxAction( static_cast< ListBox* >( pControl ), _nControlAction, _rValue ); in setValue()
405 implSetControlProperty( _nControlId, pControl, nPropertyId, _rValue ); in setValue()
506 …rolAccess::implDoListboxAction( ListBox* _pListbox, sal_Int16 _nControlAction, const Any& _rValue ) in implDoListboxAction() argument
513 _rValue >>= aEntry; in implDoListboxAction()
522 _rValue >>= aTemplateList; in implDoListboxAction()
535 if ( _rValue >>= nPos ) in implDoListboxAction()
550 …_Int16 _nControlId, Control* _pControl, sal_Int16 _nProperty, const Any& _rValue, sal_Bool _bIgnor… in implSetControlProperty() argument
566 if ( _rValue >>= sText ) in implSetControlProperty()
580 if ( _rValue >>= bEnabled ) in implSetControlProperty()
594 if ( _rValue >>= bVisible ) in implSetControlProperty()
608 if ( _rValue >>= sHelpURL ) in implSetControlProperty()
625 if ( _rValue >>= aItems ) in implSetControlProperty()
655 if ( _rValue >>= sSelected ) in implSetControlProperty()
672 if ( _rValue >>= nPos ) in implSetControlProperty()
689 if ( _rValue >>= bChecked ) in implSetControlProperty()