/aoo4110/main/accessibility/source/extended/ |
H A D | listboxaccessible.cxx | 59 …DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "ListBoxAccessibleBase::WindowEventListener: … in IMPL_LINK() 60 if ( pEvent && pEvent->ISA( VclWindowEvent ) ) in IMPL_LINK() 62 …DBG_ASSERT( static_cast< VclWindowEvent* >( pEvent )->GetWindow() , "ListBoxAccessibleBase::Window… in IMPL_LINK() 63 …DBG_ASSERT( static_cast< VclWindowEvent* >( pEvent )->GetWindow() == m_pWindow, "ListBoxAccessible… in IMPL_LINK() 65 ProcessWindowEvent( *static_cast< VclWindowEvent* >( pEvent ) ); in IMPL_LINK() 79 void ListBoxAccessibleBase::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent()
|
H A D | accessibletablistboxtable.cxx | 90 void AccessibleTabListBoxTable::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() 282 DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "Unknown WindowEvent!" ); in IMPL_LINK() 283 if ( pEvent && pEvent->ISA( VclWindowEvent ) ) in IMPL_LINK() 285 DBG_ASSERT( ( (VclWindowEvent*)pEvent )->GetWindow() && m_pTabListBox, "no event window" ); in IMPL_LINK() 286 ProcessWindowEvent( *(VclWindowEvent*)pEvent ); in IMPL_LINK()
|
H A D | accessibletabbarbase.cxx | 54 VclWindowEvent* pWinEvent = dynamic_cast< VclWindowEvent* >( pEvent ); in IMPL_LINK() 74 void AccessibleTabBarBase::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | dialogcontrolling.hxx | 56 virtual void operateOn( const VclWindowEvent& _rTrigger, Window& _rOperateOn ) const = 0; 71 virtual bool payAttentionTo( const VclWindowEvent& _rEvent ) const = 0; 121 void impl_updateAll( const VclWindowEvent& _rTriggerEvent ); 122 void impl_update( const VclWindowEvent& _rTriggerEvent, Window& _rWindow ); 124 DECL_LINK( OnWindowEvent, const VclWindowEvent* ); 227 virtual void operateOn( const VclWindowEvent& /*_rTrigger*/, Window& _rOperateOn ) const in operateOn() argument 251 bool payAttentionTo( const VclWindowEvent& _rEvent ) const in payAttentionTo()
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxaccessiblecomponent.cxx | 135 DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "Unknown WindowEvent!" ); in IMPL_LINK() 143 DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "Window???" ); in IMPL_LINK() 146 ProcessWindowEvent( *(VclWindowEvent*)pEvent ); in IMPL_LINK() 156 DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "Unknown WindowEvent!" ); in IMPL_LINK() 157 if ( pEvent && pEvent->ISA( VclWindowEvent ) && mxWindow.is() /* #i68079# */ ) in IMPL_LINK() 159 DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "Window???" ); in IMPL_LINK() 160 if( !((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() ) in IMPL_LINK() 165 ProcessWindowChildEvent( *(VclWindowEvent*)pEvent ); in IMPL_LINK() 171 …ty::XAccessible > VCLXAccessibleComponent::GetChildAccessible( const VclWindowEvent& rVclWindowEve… in GetChildAccessible() 184 void VCLXAccessibleComponent::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent() [all …]
|
/aoo4110/main/accessibility/source/standard/ |
H A D | vclxaccessiblemenubar.cxx | 80 …DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "VCLXAccessibleMenuBar::WindowEventListener: … in IMPL_LINK() 81 if ( pEvent && pEvent->ISA( VclWindowEvent ) ) in IMPL_LINK() 83 …DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "VCLXAccessibleMenuBar::WindowEventListener: n… in IMPL_LINK() 84 …if ( !((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() || ( pEvent->GetId… in IMPL_LINK() 86 ProcessWindowEvent( *(VclWindowEvent*)pEvent ); in IMPL_LINK() 94 void VCLXAccessibleMenuBar::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
|
H A D | vclxaccessibletoolbox.cxx | 483 void VCLXAccessibleToolBox::HandleSubToolBarEvent( const VclWindowEvent& rVclWindowEvent, bool _bSh… in HandleSubToolBarEvent() 541 void VCLXAccessibleToolBox::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() 663 void VCLXAccessibleToolBox::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent() 799 Reference< XAccessible > VCLXAccessibleToolBox::GetItemWindowAccessible( const VclWindowEvent& rVcl… in GetItemWindowAccessible() 818 Reference< XAccessible > VCLXAccessibleToolBox::GetChildAccessible( const VclWindowEvent& rVclWindo… in GetChildAccessible()
|
/aoo4110/main/svtools/source/control/ |
H A D | vclxaccessibleheaderbaritem.cxx | 101 …DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "VCLXAccessibleHeaderBarItem::WindowEventList… in IMPL_LINK() 103 if ( pEvent && pEvent->ISA( VclWindowEvent ) ) in IMPL_LINK() 105 …DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "VCLXAccessibleHeaderBarItem::WindowEventListe… in IMPL_LINK() 106 …if ( !((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() || ( pEvent->GetId… in IMPL_LINK() 108 ProcessWindowEvent( *(VclWindowEvent*)pEvent ); in IMPL_LINK() 117 void VCLXAccessibleHeaderBarItem::ProcessWindowEvent( const VclWindowEvent& ) in ProcessWindowEvent() argument
|
H A D | toolbarmenuacc.cxx | 72 DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "Unknown WindowEvent!" ); in IMPL_LINK() 78 …if ( mpParent && pEvent && pEvent->ISA( VclWindowEvent ) && (pEvent->GetId() != VCLEVENT_WINDOW_EN… in IMPL_LINK() 80 DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "Window???" ); in IMPL_LINK() 81 …if( !((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() || ( pEvent->GetId(… in IMPL_LINK() 83 ProcessWindowEvent( *(VclWindowEvent*)pEvent ); in IMPL_LINK() 91 void ToolbarMenuAcc::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
|
/aoo4110/main/vcl/unx/gtk/a11y/ |
H A D | atkutil.cxx | 483 static void handle_toolbox_buttonchange(VclWindowEvent const *pEvent) in handle_toolbox_buttonchange() 524 static void handle_get_focus(::VclWindowEvent const * pEvent) in handle_get_focus() 639 handle_get_focus(static_cast< ::VclWindowEvent const * >(pEvent)); in WindowEventHandler() 678 handle_toolbox_highlight(static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow()); in WindowEventHandler() 682 handle_toolbox_buttonchange(static_cast< ::VclWindowEvent const * >(pEvent)); in WindowEventHandler() 686 g_aWindowList.erase( static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow() ); in WindowEventHandler() 689 handle_toolbox_highlightoff(static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow()); in WindowEventHandler() 693 handle_tabpage_activated(static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow()); in WindowEventHandler()
|
/aoo4110/main/accessibility/inc/accessibility/standard/ |
H A D | vclxaccessibletoolbox.hxx | 57 …void HandleSubToolBarEvent( const VclWindowEvent& rVclWindowEvent, bool _bS… 64 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); 65 virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ); 67 …m::sun::star::accessibility::XAccessible > GetChildAccessible( const VclWindowEvent& rVclWindowEve… 68 …n::star::accessibility::XAccessible > GetItemWindowAccessible( const VclWindowEvent& rVclWindowEve…
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | FocusManager.cxx | 631 if ( ! pEvent->ISA(VclWindowEvent)) in IMPL_LINK() 634 VclWindowEvent* pWindowEvent = static_cast<VclWindowEvent*>(pEvent); in IMPL_LINK() 672 if ( ! pEvent->ISA(VclWindowEvent)) in IMPL_LINK() 675 VclWindowEvent* pWindowEvent = static_cast<VclWindowEvent*>(pEvent); in IMPL_LINK()
|
/aoo4110/main/vcl/source/app/ |
H A D | vclevent.cxx | 37 TYPEINIT1(VclWindowEvent, VclSimpleEvent); 60 if( pEvent->IsA( VclWindowEvent::StaticType() ) ) in Call() 62 VclWindowEvent* pWinEvent = static_cast<VclWindowEvent*>(pEvent); in Call()
|
/aoo4110/main/toolkit/inc/toolkit/awt/ |
H A D | vclxaccessiblecomponent.hxx | 45 class VclWindowEvent; 82 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); 83 virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ); 87 …m::sun::star::accessibility::XAccessible > GetChildAccessible( const VclWindowEvent& rVclWindowEve…
|
/aoo4110/main/svtools/source/misc/ |
H A D | dialogcontrolling.cxx | 105 VclWindowEvent aEvent( &_rWindow, 0, NULL ); in addDependentWindow() 110 IMPL_LINK( DialogController, OnWindowEvent, const VclWindowEvent*, _pEvent ) in IMPL_LINK() argument 118 void DialogController::impl_updateAll( const VclWindowEvent& _rTriggerEvent ) in impl_updateAll() 128 void DialogController::impl_update( const VclWindowEvent& _rTriggerEvent, Window& _rWindow ) in impl_update()
|
/aoo4110/main/basctl/source/accessibility/ |
H A D | accessibledialogwindow.cxx | 380 …DBG_ASSERT( pEvent && pEvent->ISA( VclWindowEvent ), "AccessibleDialogWindow::WindowEventListener:… in IMPL_LINK() 382 if ( pEvent && pEvent->ISA( VclWindowEvent ) ) in IMPL_LINK() 384 …DBG_ASSERT( ((VclWindowEvent*)pEvent)->GetWindow(), "AccessibleDialogWindow::WindowEventListener: … in IMPL_LINK() 385 …if ( !((VclWindowEvent*)pEvent)->GetWindow()->IsAccessibilityEventsSuppressed() || ( pEvent->GetId… in IMPL_LINK() 387 ProcessWindowEvent( *(VclWindowEvent*)pEvent ); in IMPL_LINK() 396 void AccessibleDialogWindow::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
|
/aoo4110/main/accessibility/inc/accessibility/extended/ |
H A D | accessiblelistbox.hxx | 65 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ); 66 virtual void ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ); 128 accessibility::AccessibleListBoxEntry* GetCurEventEntry( const VclWindowEvent& rVclWindowEvent );
|
H A D | accessibletabbarbase.hxx | 33 class VclWindowEvent; 53 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
|
H A D | listboxaccessible.hxx | 32 class VclWindowEvent; 66 virtual void ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent );
|
/aoo4110/main/sfx2/source/inet/ |
H A D | inettbc.cxx | 223 pEvent->ISA( VclWindowEvent ) && in IMPL_LINK() 226 VclWindowEvent* pWinEvent = static_cast< VclWindowEvent* >( pEvent ); in IMPL_LINK()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | admincontrols.cxx | 53 virtual bool payAttentionTo( const VclWindowEvent& _rEvent ) const in payAttentionTo() 73 virtual void operateOn( const VclWindowEvent& _rTrigger, Window& _rOperateOn ) const; 82 void TextResetOperator::operateOn( const VclWindowEvent& _rTrigger, Window& _rOperateOn ) const in operateOn()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | TextLogger.hxx | 30 class VclWindowEvent; 53 DECL_LINK(WindowEventHandler, VclWindowEvent*);
|
H A D | FormShellManager.hxx | 32 class VclWindowEvent; 116 DECL_LINK(WindowEventHandler, VclWindowEvent*);
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | wpropset.hxx | 34 class VclWindowEvent; 49 DECL_LINK( ChildEventListener, VclWindowEvent* );
|
/aoo4110/main/dbaccess/inc/ |
H A D | ToolBoxHelper.hxx | 43 class VclWindowEvent; 87 DECL_LINK(SettingsChanged, VclWindowEvent* );
|