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.cxx460 void VCLXTabControl::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
467 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()
477 sal_uLong page = (sal_uLong) _rVclWindowEvent.GetData(); in ProcessWindowEvent()
485 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()
516 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxdialog.cxx144 void VCLXDialog::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
148 switch ( _rVclWindowEvent.GetId() ) in ProcessWindowEvent()
154 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.cxx75 void VCLXFixedLine::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
84 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxscroller.cxx143 void VCLXScroller::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
153 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxsplitter.cxx216 void VCLXSplitter::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() argument
218 VCLXWindow::ProcessWindowEvent( _rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxfixedline.hxx61 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
H A Dvclxscroller.hxx64 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
H A Dvclxdialog.hxx72 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
H A Dvclxsplitter.hxx79 void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
H A Dvclxtabcontrol.hxx100 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 );