Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/ui/misc/
H A Dstatusbarcontroller.cxx134 void SAL_CALL OStatusbarController::statusChanged( const FeatureStateEvent& _aEvent)throw ( Runtime… in statusChanged() argument
144 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() argument
167 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() argument
172 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 10 milliseconds