Searched refs:_rVclWindowEvent (Results 1 – 17 of 17) sorted by relevance
165 void VCLXTabPageContainer::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument171 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()176 sal_uLong page = (sal_uLong)_rVclWindowEvent.GetData(); in ProcessWindowEvent()183 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
465 void VCLXTabControl::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument472 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()482 sal_uLong page = (sal_uLong) _rVclWindowEvent.GetData(); in ProcessWindowEvent()490 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()521 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
145 void VCLXDialog::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument149 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()155 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
219 void VCLXSpinButton::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument227 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()245 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
76 void VCLXFixedLine::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument85 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
145 void VCLXScroller::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument155 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
219 void VCLXSplitter::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument221 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
62 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
66 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
72 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
84 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
106 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
79 void ListBoxAccessibleBase::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument83 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()
66 virtual void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
72 virtual void ProcessChildWindowEvent( const VclWindowEvent& _rVclWindowEvent );
138 void SolDep::ProcessChildWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessChildWindowEvent() argument141 Window* pChildWin = _rVclWindowEvent.GetWindow(); in ProcessChildWindowEvent()146 sal_uIntPtr id = _rVclWindowEvent.GetId(); in ProcessChildWindowEvent()
Completed in 63 milliseconds