Lines Matching refs:rVclWindowEvent
161 void VCLXAccessibleStatusBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
163 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
169 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
179 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
207 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
209 UpdateShowing( nItemPos, rVclWindowEvent.GetId() == VCLEVENT_STATUSBAR_SHOWITEM ); in ProcessWindowEvent()
217 UpdateShowing( i, rVclWindowEvent.GetId() == VCLEVENT_STATUSBAR_SHOWALLITEMS ); in ProcessWindowEvent()
224 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
234 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
256 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
260 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()