Home
last modified time | relevance | path

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

123

/AOO41X/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx483 void VCLXAccessibleToolBox::HandleSubToolBarEvent( const VclWindowEvent& rVclWindowEvent, bool _bSh… in HandleSubToolBarEvent() argument
485 Window* pChildWindow = (Window *) rVclWindowEvent.GetData(); in HandleSubToolBarEvent()
541 void VCLXAccessibleToolBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
547 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
552 if ( rVclWindowEvent.GetData() ) in ProcessWindowEvent()
554 UpdateChecked_Impl( (sal_Int32)(sal_IntPtr)rVclWindowEvent.GetData() ); in ProcessWindowEvent()
555 UpdateIndeterminate_Impl( (sal_Int32)(sal_IntPtr)rVclWindowEvent.GetData() ); in ProcessWindowEvent()
586 ReleaseFocus_Impl( (sal_Int32)(sal_IntPtr)rVclWindowEvent.GetData() ); in ProcessWindowEvent()
591 UpdateItem_Impl( (sal_Int32)(sal_IntPtr)rVclWindowEvent.GetData(), sal_True ); in ProcessWindowEvent()
603 sal_Int32 nPos = (sal_Int32)(sal_IntPtr)rVclWindowEvent.GetData(); in ProcessWindowEvent()
[all …]
H A Dvclxaccessibletabcontrol.cxx178 void VCLXAccessibleTabControl::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
180 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
187 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
190 UpdateSelected( nPagePos, rVclWindowEvent.GetId() == VCLEVENT_TABPAGE_ACTIVATE ); in ProcessWindowEvent()
198 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
208 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
218 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
263 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
267 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
273 void VCLXAccessibleTabControl::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent() argument
[all …]
H A Dvclxaccessiblebox.cxx68 void VCLXAccessibleBox::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent() argument
73 switch ( rVclWindowEvent.GetId() ) in ProcessWindowChildEvent()
78 Window* pChildWindow = (Window *) rVclWindowEvent.GetData(); in ProcessWindowChildEvent()
88 if (rVclWindowEvent.GetId() == VCLEVENT_WINDOW_SHOW) in ProcessWindowChildEvent()
111 VCLXAccessibleComponent::ProcessWindowChildEvent (rVclWindowEvent); in ProcessWindowChildEvent()
115 void VCLXAccessibleBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() argument
117 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
133 pList->ProcessWindowEvent (rVclWindowEvent, m_bIsDropDownBox); in ProcessWindowEvent()
156 pList->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
171 pList->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
[all …]
H A Dvclxaccessiblestatusbar.cxx161 void VCLXAccessibleStatusBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
163 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
169 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
179 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
207 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
209 UpdateShowing( nItemPos, rVclWindowEvent.GetId() == VCLEVENT_STATUSBAR_SHOWITEM ); in ProcessWindowEvent()
217 UpdateShowing( i, rVclWindowEvent.GetId() == VCLEVENT_STATUSBAR_SHOWALLITEMS ); in ProcessWindowEvent()
224 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
234 sal_uInt16 nItemId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
256 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
[all …]
H A Dvclxaccessiblelist.cxx362 void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropD… in ProcessWindowEvent() argument
364 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
373 …UpdateFocus_Impl_Acc((sal_uInt16)reinterpret_cast<sal_uIntPtr>(rVclWindowEvent.GetData()),b_IsDrop… in ProcessWindowEvent()
379 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
412 void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() argument
418 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
440 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
447 rVclWindowEvent.GetData())); in ProcessWindowEvent()
453 rVclWindowEvent.GetData())); in ProcessWindowEvent()
457 VCLXAccessibleComponent::ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
[all …]
H A Dvclxaccessibledropdowncombobox.cxx78 void VCLXAccessibleDropDownComboBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() argument
80 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
111 VCLXAccessibleBox::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessibletextcomponent.cxx83 void VCLXAccessibleTextComponent::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
85 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
89 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
94 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblemenubar.cxx94 void VCLXAccessibleMenuBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
96 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
101 SetFocused( rVclWindowEvent.GetId() == VCLEVENT_WINDOW_GETFOCUS ); in ProcessWindowEvent()
H A Dvclxaccessiblescrollbar.cxx68 void VCLXAccessibleScrollBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
70 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
78 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessibleradiobutton.cxx72 void VCLXAccessibleRadioButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
74 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
91 VCLXAccessibleTextComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblebutton.cxx67 void VCLXAccessibleButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
69 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
86 VCLXAccessibleTextComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblecheckbox.cxx129 void VCLXAccessibleCheckBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
131 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
140 VCLXAccessibleTextComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
H A Dvclxaccessiblelistbox.cxx76 void VCLXAccessibleListBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() argument
78 VCLXAccessibleBox::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
/AOO41X/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx171 …:XAccessible > VCLXAccessibleComponent::GetChildAccessible( const VclWindowEvent& rVclWindowEvent ) in GetChildAccessible() argument
177 Window* pChildWindow = (Window *) rVclWindowEvent.GetData(); in GetChildAccessible()
179 return pChildWindow->GetAccessible( rVclWindowEvent.GetId() == VCLEVENT_WINDOW_SHOW ); in GetChildAccessible()
184 void VCLXAccessibleComponent::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent() argument
189 switch ( rVclWindowEvent.GetId() ) in ProcessWindowChildEvent()
193 xAcc = GetChildAccessible( rVclWindowEvent ); in ProcessWindowChildEvent()
203 xAcc = GetChildAccessible( rVclWindowEvent ); in ProcessWindowChildEvent()
214 void VCLXAccessibleComponent::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
218 Window* pAccWindow = rVclWindowEvent.GetWindow(); in ProcessWindowEvent()
221 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
[all …]
H A Dvclxwindow.cxx486 void VCLXWindow::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
490 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
497 ( VCLEVENT_WINDOW_ENABLED == rVclWindowEvent.GetId() ), in ProcessWindowEvent()
510 aEvent.UpdateRect = AWTRectangle( *(Rectangle*)rVclWindowEvent.GetData() ); in ProcessWindowEvent()
522 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
533 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
544 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
563 ImplInitWindowEvent( aEvent, rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
615 if ( ( rVclWindowEvent.GetWindow()->IsCompoundControl() in ProcessWindowEvent()
616 && rVclWindowEvent.GetId() == VCLEVENT_CONTROL_GETFOCUS in ProcessWindowEvent()
[all …]
H A Dvclxwindows.cxx573 void VCLXButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
575 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
603 PushButton& rButton = dynamic_cast< PushButton& >( *rVclWindowEvent.GetWindow() ); in ProcessWindowEvent()
617 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1016 void VCLXCheckBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
1018 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
1051 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
1293 void VCLXRadioButton::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
1301 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
1319 VCLXGraphicControl::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
[all …]
/AOO41X/main/accessibility/source/extended/
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()
253 …ccessibleListBoxEntry* AccessibleListBox::GetCurEventEntry( const VclWindowEvent& rVclWindowEvent ) in GetCurEventEntry() argument
255 SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in GetCurEventEntry()
[all …]
H A Daccessibletabbarpagelist.cxx213 void AccessibleTabBarPageList::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
215 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
255 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
265 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
280 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
290 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
300 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
310 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
338 Pair* pPair = (Pair*) rVclWindowEvent.GetData(); in ProcessWindowEvent()
345 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
[all …]
H A Daccessibletablistboxtable.cxx90 void AccessibleTabListBoxTable::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
94 sal_uLong nEventId = rVclWindowEvent.GetId(); in ProcessWindowEvent()
125 … SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
177 … SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
201 … SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
222 … SvLBoxEntry* pEntry = static_cast< SvLBoxEntry* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
246 … TabListBoxEventData* pData = static_cast< TabListBoxEventData* >( rVclWindowEvent.GetData() ); in ProcessWindowEvent()
H A Daccessibleiconchoicectrl.cxx70 void AccessibleIconChoiceCtrl::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in IMPLEMENT_FORWARD_XINTERFACE2()
74 switch ( rVclWindowEvent.GetId() ) in IMPLEMENT_FORWARD_XINTERFACE2()
86 …xIconChoiceCtrlEntry* pEntry = static_cast< SvxIconChoiceCtrlEntry* >( rVclWindowEvent.GetData() ); in IMPLEMENT_FORWARD_XINTERFACE2()
106 …xIconChoiceCtrlEntry* pEntry = static_cast< SvxIconChoiceCtrlEntry* >( rVclWindowEvent.GetData() ); in IMPLEMENT_FORWARD_XINTERFACE2()
125 VCLXAccessibleComponent::ProcessWindowChildEvent (rVclWindowEvent); in IMPLEMENT_FORWARD_XINTERFACE2()
/AOO41X/main/accessibility/inc/accessibility/standard/
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 );
/AOO41X/main/sw/source/ui/docvw/
H A DSidebarTxtControlAcc.cxx170 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
258 void SidebarTxtControlAccessibleContext::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
262 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
284 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
/AOO41X/main/accessibility/inc/accessibility/extended/
H A Daccessiblelistbox.hxx65 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
66 virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent );
128 … accessibility::AccessibleListBoxEntry* GetCurEventEntry( const VclWindowEvent& rVclWindowEvent );
/AOO41X/main/toolkit/inc/toolkit/awt/
H A Dvclxaccessiblecomponent.hxx82 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
83 virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent );
87 …un::star::accessibility::XAccessible > GetChildAccessible( const VclWindowEvent& rVclWindowEvent );
/AOO41X/main/dbaccess/source/ui/querydesign/
H A DTableWindowAccess.cxx88 void OTableWindowAccess::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
90 if ( rVclWindowEvent.GetId() == VCLEVENT_OBJECT_DYING ) in ProcessWindowEvent()
96 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()

123