Home
last modified time | relevance | path

Searched refs:ProcessWindowEvent (Results 1 – 25 of 88) sorted by last modified time

1234

/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblebox.hxx190 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent);
H A Dvclxaccessiblelist.hxx78 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent);
149 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDownList);
/trunk/main/accessibility/source/extended/
H A Dlistboxaccessible.cxx65 ProcessWindowEvent( *static_cast< VclWindowEvent* >( pEvent ) ); in IMPL_LINK()
79 void ListBoxAccessibleBase::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent() function in accessibility::ListBoxAccessibleBase
H A Daccessibleiconchoicectrl.cxx70 void AccessibleIconChoiceCtrl::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in IMPLEMENT_FORWARD_XINTERFACE2()
H A Daccessibletabbarbase.cxx69 ProcessWindowEvent( *pWinEvent ); in IMPL_LINK()
74 void AccessibleTabBarBase::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in accessibility::AccessibleTabBarBase
H A Daccessiblelistbox.cxx84 void AccessibleListBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in accessibility::AccessibleListBox
248 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
H A Dtextwindowaccessibility.cxx1534 void Document::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in accessibility::Document
1536 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletabcontrol.cxx178 void VCLXAccessibleTabControl::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleTabControl
263 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
267 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessibleradiobutton.cxx72 void VCLXAccessibleRadioButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleRadioButton
91 VCLXAccessibleTextComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblebutton.cxx67 void VCLXAccessibleButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleButton
86 VCLXAccessibleTextComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblelistbox.cxx76 void VCLXAccessibleListBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() function in VCLXAccessibleListBox
78 VCLXAccessibleBox::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblescrollbar.cxx68 void VCLXAccessibleScrollBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleScrollBar
78 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblestatusbar.cxx161 void VCLXAccessibleStatusBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleStatusBar
256 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
260 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblemenubar.cxx86 ProcessWindowEvent( *(VclWindowEvent*)pEvent ); in IMPL_LINK()
94 void VCLXAccessibleMenuBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleMenuBar
H A Dvclxaccessibledropdowncombobox.cxx78 void VCLXAccessibleDropDownComboBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() function in VCLXAccessibleDropDownComboBox
111 VCLXAccessibleBox::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessibledropdownlistbox.cxx78 void VCLXAccessibleDropDownListBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleDropDownListBox
80 VCLXAccessibleBox::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
H A Dvclxaccessiblecombobox.cxx64 void VCLXAccessibleComboBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() function in VCLXAccessibleComboBox
66 VCLXAccessibleBox::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessibletextcomponent.cxx83 void VCLXAccessibleTextComponent::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleTextComponent
89 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
94 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblebox.cxx115 void VCLXAccessibleBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() function in VCLXAccessibleBox
133 pList->ProcessWindowEvent (rVclWindowEvent, m_bIsDropDownBox); in ProcessWindowEvent()
156 pList->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
171 pList->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
226 pList->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
265 pEdit->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
294 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblelist.cxx362 void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDo… in ProcessWindowEvent() function in VCLXAccessibleList
379 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
412 void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() function in VCLXAccessibleList
440 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
457 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
483 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
H A Dvclxaccessibleedit.cxx78 void VCLXAccessibleEdit::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleEdit
118 VCLXAccessibleTextComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblecheckbox.cxx129 void VCLXAccessibleCheckBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleCheckBox
140 VCLXAccessibleTextComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
/trunk/main/svtools/source/control/
H A Dtoolbarmenuimp.hxx184 void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx146 ProcessWindowEvent( *(VclWindowEvent*)pEvent ); in IMPL_LINK()
214 void VCLXAccessibleComponent::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXAccessibleComponent
H A Dvclxwindows.cxx573 void VCLXButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXButton
617 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1051 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1319 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1475 VCLXEdit::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1848 VCLXWindow::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
2647 VCLXWindow::ProcessWindowEvent( rVclWindowEvent );
3466 VCLXWindow::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
3835 void VCLXEdit::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() function in VCLXEdit
3857 VCLXWindow::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
[all …]

Completed in 139 milliseconds

1234