Lines Matching refs:OButtonControl

348 	return *(new OButtonControl(_rxFactory));  in OButtonControl_CreateInstance()
352 Sequence<Type> OButtonControl::_getTypes() in _getTypes()
362 StringSequence OButtonControl::getSupportedServiceNames() throw() in getSupportedServiceNames()
373 OButtonControl::OButtonControl(const Reference<XMultiServiceFactory>& _rxFactory) in OButtonControl() function in frm::OButtonControl
393 OButtonControl::~OButtonControl() in ~OButtonControl()
401 Any SAL_CALL OButtonControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
418 void SAL_CALL OButtonControl::disposing() in disposing()
427 void SAL_CALL OButtonControl::disposing( const EventObject& _rSource ) throw( RuntimeException ) in disposing()
435 void OButtonControl::actionPerformed(const ActionEvent& /*rEvent*/) throw ( ::com::sun::star::uno::… in actionPerformed()
438 sal_uLong n = Application::PostUserEvent( LINK(this, OButtonControl,OnClick) ); in actionPerformed()
446 IMPL_LINK( OButtonControl, OnClick, void*, EMPTYARG ) in IMPL_LINK() argument
502 void OButtonControl::actionPerformed_Impl( sal_Bool _bNotifyListener, const ::com::sun::star::awt::… in actionPerformed_Impl()
527 void OButtonControl::setLabel(const ::rtl::OUString& Label) throw( RuntimeException ) in setLabel()
536 void SAL_CALL OButtonControl::setActionCommand(const ::rtl::OUString& _rCommand) throw( RuntimeExce… in setActionCommand()
550 void SAL_CALL OButtonControl::addActionListener(const Reference<XActionListener>& _rxListener) thro… in addActionListener()
556 void SAL_CALL OButtonControl::removeActionListener(const Reference<XActionListener>& _rxListener) t… in removeActionListener()
604 void OButtonControl::startOrStopModelPropertyListening( bool _bStart ) in startOrStopModelPropertyListening()
613 sal_Bool SAL_CALL OButtonControl::setModel( const Reference< XControlModel >& _rxModel ) throw ( Ru… in setModel()
630 void OButtonControl::modelFeatureUrlPotentiallyChanged( ) in modelFeatureUrlPotentiallyChanged()
645 void SAL_CALL OButtonControl::propertyChange( const PropertyChangeEvent& _rEvent ) throw ( RuntimeE… in propertyChange()
671 sal_Int16 OButtonControl::getModelUrlFeatureId( ) const in getModelUrlFeatureId()
679 …Reference< XPropertySet > xModelProps( const_cast< OButtonControl* >( this )->getModel(), UNO_QUER… in getModelUrlFeatureId()
701 void SAL_CALL OButtonControl::setDesignMode( sal_Bool _bOn ) throw( RuntimeException ) in setDesignMode()
713 void OButtonControl::getSupportedFeatures( ::std::vector< sal_Int16 >& /* [out] */ _rFeatureIds ) in getSupportedFeatures()
720 void OButtonControl::featureStateChanged( sal_Int16 _nFeatureId, sal_Bool _bEnabled ) in featureStateChanged()
739 void OButtonControl::allFeatureStatesChanged( ) in allFeatureStatesChanged()
750 bool OButtonControl::isEnabled( sal_Int16 _nFeatureId ) const in isEnabled()
752 if ( const_cast< OButtonControl* >( this )->isDesignMode() ) in isEnabled()
760 void SAL_CALL OButtonControl::registerDispatchProviderInterceptor( const Reference< XDispatchProvid… in registerDispatchProviderInterceptor()
767 void SAL_CALL OButtonControl::releaseDispatchProviderInterceptor( const Reference< XDispatchProvide… in releaseDispatchProviderInterceptor()