Lines Matching refs:rVclWindowEvent
573 void VCLXButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
575 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
603 PushButton& rButton = dynamic_cast< PushButton& >( *rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
617 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1016 void VCLXCheckBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
1018 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
1051 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1293 void VCLXRadioButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
1301 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
1319 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1439 void VCLXSpinField::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
1441 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
1458 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
1475 VCLXEdit::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1803 void VCLXListBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
1811 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
1848 VCLXWindow::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
2609 void VCLXFixedHyperlink::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent )
2611 switch ( rVclWindowEvent.GetId() )
2647 VCLXWindow::ProcessWindowEvent( rVclWindowEvent );
3422 void VCLXScrollBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
3424 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
3466 VCLXWindow::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
3835 void VCLXEdit::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
3837 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
3857 VCLXWindow::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
4152 void VCLXComboBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
4160 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
4194 VCLXEdit::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()