Lines Matching refs:rVclWindowEvent
84 void AccessibleListBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
88 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
96 AccessibleListBoxEntry* pCurOpEntry = GetCurEventEntry(rVclWindowEvent); in ProcessWindowEvent()
158 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
199 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
226 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
233 ( rVclWindowEvent.GetId() == VCLEVENT_ITEM_EXPANDED ) in ProcessWindowEvent()
248 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
253 …AccessibleListBoxEntry* AccessibleListBox::GetCurEventEntry( const VclWindowEvent& rVclWindowEvent… in GetCurEventEntry() argument
255 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in GetCurEventEntry()
311 void AccessibleListBox::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent() argument
313 switch ( rVclWindowEvent.GetId() ) in ProcessWindowChildEvent()
322 VCLXAccessibleComponent::ProcessWindowChildEvent( rVclWindowEvent ); in ProcessWindowChildEvent()