Home
last modified time | relevance | path

Searched refs:rVclWindowEvent (Results 1 – 25 of 69) sorted by path

123

/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessibleiconchoicectrl.hxx59 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Daccessiblelistbox.hxx65 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
66 virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent );
128 accessibility::AccessibleListBoxEntry* GetCurEventEntry( const VclWindowEvent& rVclWindowEvent );
H A Daccessibletabbar.hxx60 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Daccessibletabbarbase.hxx53 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Daccessibletabbarpagelist.hxx72 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Daccessibletablistboxtable.hxx48 void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Dtextwindowaccessibility.hxx579 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblebox.hxx189 virtual void ProcessWindowChildEvent (const VclWindowEvent& rVclWindowEvent);
190 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent);
H A Dvclxaccessiblebutton.hxx53 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Dvclxaccessiblecheckbox.hxx63 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Dvclxaccessiblecombobox.hxx61 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent);
H A Dvclxaccessibledropdowncombobox.hxx65 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent);
H A Dvclxaccessibledropdownlistbox.hxx62 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent);
H A Dvclxaccessibleedit.hxx58 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);
H A Dvclxaccessiblelistbox.hxx55 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent);
H A Dvclxaccessiblemenubar.hxx47 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Dvclxaccessibleradiobutton.hxx53 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Dvclxaccessiblescrollbar.hxx53 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Dvclxaccessiblestatusbar.hxx53 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Dvclxaccessibletabcontrol.hxx60 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
61 virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent );
H A Dvclxaccessibletextcomponent.hxx47 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
H A Dvclxaccessibletoolbox.hxx57 …void HandleSubToolBarEvent( const VclWindowEvent& rVclWindowEvent, bool _bS…
64 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
65 virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent );
67 …un::star::accessibility::XAccessible > GetChildAccessible( const VclWindowEvent& rVclWindowEvent );
68 …tar::accessibility::XAccessible > GetItemWindowAccessible( const VclWindowEvent& rVclWindowEvent );
/trunk/main/accessibility/source/extended/
H A Daccessibleiconchoicectrl.cxx70 void AccessibleIconChoiceCtrl::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in IMPLEMENT_FORWARD_XINTERFACE2()
74 switch ( rVclWindowEvent.GetId() ) in IMPLEMENT_FORWARD_XINTERFACE2()
86 …SvxIconChoiceCtrlEntry* pEntry = static_cast< SvxIconChoiceCtrlEntry* >( rVclWindowEvent.GetData()… in IMPLEMENT_FORWARD_XINTERFACE2()
106 …SvxIconChoiceCtrlEntry* pEntry = static_cast< SvxIconChoiceCtrlEntry* >( rVclWindowEvent.GetData()… in IMPLEMENT_FORWARD_XINTERFACE2()
125 VCLXAccessibleComponent::ProcessWindowChildEvent (rVclWindowEvent); in IMPLEMENT_FORWARD_XINTERFACE2()
H A Daccessiblelistbox.cxx84 void AccessibleListBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
88 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
96 AccessibleListBoxEntry* pCurOpEntry = GetCurEventEntry(rVclWindowEvent); in ProcessWindowEvent()
158 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
199 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
226 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
233 ( rVclWindowEvent.GetId() == VCLEVENT_ITEM_EXPANDED ) in ProcessWindowEvent()
248 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
255 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in GetCurEventEntry()
313 switch ( rVclWindowEvent.GetId() ) in ProcessWindowChildEvent()
[all …]

Completed in 74 milliseconds

123