Lines Matching refs:rVclWindowEvent

171 …:XAccessible > VCLXAccessibleComponent::GetChildAccessible( const VclWindowEvent& rVclWindowEvent )  in GetChildAccessible()  argument
177 Window* pChildWindow = (Window *) rVclWindowEvent.GetData(); in GetChildAccessible()
179 return pChildWindow->GetAccessible( rVclWindowEvent.GetId() == VCLEVENT_WINDOW_SHOW ); in GetChildAccessible()
184 void VCLXAccessibleComponent::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent() argument
189 switch ( rVclWindowEvent.GetId() ) in ProcessWindowChildEvent()
193 xAcc = GetChildAccessible( rVclWindowEvent ); in ProcessWindowChildEvent()
203 xAcc = GetChildAccessible( rVclWindowEvent ); in ProcessWindowChildEvent()
214 void VCLXAccessibleComponent::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
218 Window* pAccWindow = rVclWindowEvent.GetWindow(); in ProcessWindowEvent()
221 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
247 Window* pWindow = (Window*) rVclWindowEvent.GetData(); in ProcessWindowEvent()
317 … if( (pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_CONTROL_GETFOCUS) || in ProcessWindowEvent()
318 … (!pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_WINDOW_GETFOCUS) ) in ProcessWindowEvent()
335 … if( (pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_CONTROL_LOSEFOCUS) || in ProcessWindowEvent()
336 … (!pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_WINDOW_LOSEFOCUS) ) in ProcessWindowEvent()
345 ::rtl::OUString aOldName( *((::rtl::OUString*) rVclWindowEvent.GetData()) ); in ProcessWindowEvent()
377 MenuBar* pMenuBar = (MenuBar*) rVclWindowEvent.GetData(); in ProcessWindowEvent()
391 MenuBar* pMenuBar = (MenuBar*) rVclWindowEvent.GetData(); in ProcessWindowEvent()