Home
last modified time | relevance | path

Searched refs:_rVclWindowEvent (Results 1 – 15 of 15) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxtabpagecontainer.cxx165 void VCLXTabPageContainer::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
171 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()
176 sal_uLong page = (sal_uLong)_rVclWindowEvent.GetData(); in ProcessWindowEvent()
183 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxtabcontrol.cxx465 void VCLXTabControl::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
472 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()
H A Dvclxdialog.cxx145 void VCLXDialog::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
149 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()
155 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxspinbutton.cxx219 void VCLXSpinButton::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
227 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()
245 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxfixedline.cxx76 void VCLXFixedLine::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
85 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxscroller.cxx145 void VCLXScroller::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
155 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxsplitter.cxx219 void VCLXSplitter::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
221 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxfixedline.hxx62 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
H A Dvclxscroller.hxx66 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
H A Dvclxdialog.hxx72 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
H A Dvclxsplitter.hxx84 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
H A Dvclxtabcontrol.hxx106 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
/trunk/main/accessibility/source/extended/
H A Dlistboxaccessible.cxx79 void ListBoxAccessibleBase::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
83 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()
/trunk/main/accessibility/inc/accessibility/extended/
H A Dlistboxaccessible.hxx66 virtual void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxspinbutton.hxx84 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );

Completed in 49 milliseconds