Searched refs:_aEvent (Results 1 – 1 of 1) sorted by relevance
134 void SAL_CALL OStatusbarController::statusChanged( const FeatureStateEvent& _aEvent)throw ( Runtime… in statusChanged() argument144 if ( (_aEvent.State >>= aSeq) && aSeq.getLength() == 2 ) in statusChanged()147 aZoomSlider.PutValue(_aEvent.State); in statusChanged()154 if ( (_aEvent.State >>= aSeq) && aSeq.getLength() == 3 ) in statusChanged()157 aZoom.PutValue(_aEvent.State); in statusChanged()165 …sbarController::mouseButtonDown(const ::com::sun::star::awt::MouseEvent& _aEvent)throw (::com::sun… in mouseButtonDown() argument167 return m_rController.is() && m_rController->mouseButtonDown(_aEvent); in mouseButtonDown()170 …tusbarController::mouseMove( const ::com::sun::star::awt::MouseEvent& _aEvent)throw (::com::sun… in mouseMove() argument172 return m_rController.is() && m_rController->mouseMove(_aEvent); in mouseMove()175 …arController::mouseButtonUp( const ::com::sun::star::awt::MouseEvent& _aEvent)throw (::com::sun… in mouseButtonUp() argument[all …]
Completed in 8 milliseconds