/aoo42x/main/accessibility/source/standard/ |
H A D | vclxaccessiblemenubar.cxx | 52 m_pWindow->AddEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in VCLXAccessibleMenuBar() 61 m_pWindow->RemoveEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in ~VCLXAccessibleMenuBar() 78 IMPL_LINK( VCLXAccessibleMenuBar, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 108 m_pWindow->RemoveEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in ProcessWindowEvent() 130 m_pWindow->RemoveEventListener( LINK( this, VCLXAccessibleMenuBar, WindowEventListener ) ); in disposing()
|
/aoo42x/main/accessibility/source/extended/ |
H A D | listboxaccessible.cxx | 41 m_pWindow->AddEventListener( LINK( this, ListBoxAccessibleBase, WindowEventListener ) ); in ListBoxAccessibleBase() 57 IMPL_LINK( ListBoxAccessibleBase, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 74 m_pWindow->RemoveEventListener( LINK( this, ListBoxAccessibleBase, WindowEventListener ) ); in disposing() 88 m_pWindow->RemoveEventListener( LINK( this, ListBoxAccessibleBase, WindowEventListener ) ); in ProcessWindowEvent()
|
H A D | accessibletabbarbase.cxx | 52 IMPL_LINK( AccessibleTabBarBase, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 95 m_pTabBar->AddEventListener( LINK( this, AccessibleTabBarBase, WindowEventListener ) ); in SetTabBarPointer() 102 m_pTabBar->RemoveEventListener( LINK( this, AccessibleTabBarBase, WindowEventListener ) ); in ClearTabBarPointer()
|
H A D | accessibletablistboxtable.cxx | 73 m_pTabListBox->AddEventListener( LINK( this, AccessibleTabListBoxTable, WindowEventListener ) ); in DBG_NAME() 99 …m_pTabListBox->RemoveEventListener( LINK( this, AccessibleTabListBoxTable, WindowEventListener ) ); in ProcessWindowEvent() 280 IMPL_LINK( AccessibleTabListBoxTable, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
|
/aoo42x/main/svtools/source/uno/ |
H A D | popupwindowcontroller.cxx | 52 DECL_LINK( WindowEventListener, VclSimpleEvent* ); 76 …mpPopupWindow->RemoveEventListener( LINK( this, PopupWindowControllerImpl, WindowEventListener ) ); in SetPopupWindow() 84 mpPopupWindow->AddEventListener( LINK( this, PopupWindowControllerImpl, WindowEventListener )); in SetPopupWindow() 88 IMPL_LINK( PopupWindowControllerImpl, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
|
/aoo42x/main/sw/source/ui/docvw/ |
H A D | SidebarWin.cxx | 175 mpMetadataAuthor->RemoveEventListener( LINK( this, SwSidebarWin, WindowEventListener ) ); in ~SwSidebarWin() 182 mpMetadataDate->RemoveEventListener( LINK( this, SwSidebarWin, WindowEventListener ) ); in ~SwSidebarWin() 189 mpVScrollbar->RemoveEventListener( LINK( this, SwSidebarWin, WindowEventListener ) ); in ~SwSidebarWin() 289 AddEventListener( LINK( this, SwSidebarWin, WindowEventListener ) ); in InitControls() 303 mpMetadataAuthor->AddEventListener( LINK( this, SwSidebarWin, WindowEventListener ) ); in InitControls() 321 mpMetadataDate->AddEventListener( LINK( this, SwSidebarWin, WindowEventListener ) ); in InitControls() 358 mpVScrollbar->AddEventListener( LINK( this, SwSidebarWin, WindowEventListener ) ); in InitControls() 1057 IMPL_LINK( SwSidebarWin, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
|
H A D | AnnotationMenuButton.cxx | 58 … AddEventListener( LINK( &mrSidebarWin, sw::sidebarwindows::SwSidebarWin, WindowEventListener ) ); in AnnotationMenuButton() 67 …RemoveEventListener( LINK( &mrSidebarWin, sw::sidebarwindows::SwSidebarWin, WindowEventListener ) … in ~AnnotationMenuButton()
|
H A D | SidebarTxtControl.cxx | 75 AddEventListener( LINK( &mrSidebarWin, SwSidebarWin, WindowEventListener ) ); in SidebarTxtControl() 80 RemoveEventListener( LINK( &mrSidebarWin, SwSidebarWin, WindowEventListener ) ); in ~SidebarTxtControl()
|
/aoo42x/main/svx/source/sidebar/insert/ |
H A D | InsertPropertyPanel.cxx | 79 pTopWindow->AddChildEventListener(LINK(this, InsertPropertyPanel, WindowEventListener)); in InsertPropertyPanel() 91 pTopWindow->RemoveChildEventListener(LINK(this, InsertPropertyPanel, WindowEventListener)); in ~InsertPropertyPanel() 102 IMPL_LINK(InsertPropertyPanel, WindowEventListener, VclSimpleEvent*, pEvent) in IMPL_LINK() argument
|
H A D | InsertPropertyPanel.hxx | 60 DECL_LINK(WindowEventListener, VclSimpleEvent*);
|
/aoo42x/main/basctl/source/accessibility/ |
H A D | accessibledialogwindow.cxx | 144 m_pDialogWindow->AddEventListener( LINK( this, AccessibleDialogWindow, WindowEventListener ) ); in AccessibleDialogWindow() 162 m_pDialogWindow->RemoveEventListener( LINK( this, AccessibleDialogWindow, WindowEventListener ) ); in ~AccessibleDialogWindow() 377 IMPL_LINK( AccessibleDialogWindow, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 461 … m_pDialogWindow->RemoveEventListener( LINK( this, AccessibleDialogWindow, WindowEventListener ) ); in ProcessWindowEvent() 618 m_pDialogWindow->RemoveEventListener( LINK( this, AccessibleDialogWindow, WindowEventListener ) ); in IMPLEMENT_FORWARD_XINTERFACE2()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxaccessiblecomponent.cxx | 75 …indow->GetWindow()->AddEventListener( LINK( this, VCLXAccessibleComponent, WindowEventListener ) ); in DBG_NAME() 91 …ow->GetWindow()->RemoveEventListener( LINK( this, VCLXAccessibleComponent, WindowEventListener ) ); in ~VCLXAccessibleComponent() 131 IMPL_LINK( VCLXAccessibleComponent, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 225 pAccWindow->RemoveEventListener( LINK( this, VCLXAccessibleComponent, WindowEventListener ) ); in ProcessWindowEvent() 426 …ow->GetWindow()->RemoveEventListener( LINK( this, VCLXAccessibleComponent, WindowEventListener ) ); in disposing()
|
/aoo42x/main/svx/source/accessibility/ |
H A D | AccessibleFrameSelector.cxx | 103 mpFrameSel->AddEventListener( LINK( this, AccFrameSelector, WindowEventListener ) ); in AccFrameSelector() 113 mpFrameSel->RemoveEventListener( LINK( this, AccFrameSelector, WindowEventListener ) ); in ~AccFrameSelector() 680 IMPL_LINK( AccFrameSelector, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 749 mpFrameSel->RemoveEventListener( LINK( this, AccFrameSelector, WindowEventListener ) ); in Invalidate()
|
/aoo42x/main/svtools/source/control/ |
H A D | toolbarmenuacc.cxx | 57 mpParent->mrMenu.AddEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ToolbarMenuAcc() 65 mpParent->mrMenu.RemoveEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ~ToolbarMenuAcc() 70 IMPL_LINK( ToolbarMenuAcc, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 99 mpParent->mrMenu.RemoveEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ProcessWindowEvent()
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | FocusManager.cxx | 182 rWindow.AddEventListener(LINK(this, FocusManager, WindowEventListener)); in RegisterWindow() 190 rWindow.RemoveEventListener(LINK(this, FocusManager, WindowEventListener)); in UnregisterWindow() 626 IMPL_LINK(FocusManager, WindowEventListener, VclSimpleEvent*, pEvent) in IMPL_LINK() argument
|
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessibleSlideSorterView.cxx | 88 DECL_LINK(WindowEventListener, VclWindowEvent*); 958 LINK(this,AccessibleSlideSorterView::Implementation,WindowEventListener)); in ConnectListeners() 982 LINK(this,AccessibleSlideSorterView::Implementation,WindowEventListener)); in ReleaseListeners() 1050 IMPL_LINK(AccessibleSlideSorterView::Implementation, WindowEventListener, VclWindowEvent*, pEvent) in IMPL_LINK() argument
|
H A D | AccessibleTreeNode.cxx | 90 Link aWindowEventLink (LINK(this,AccessibleTreeNode,WindowEventListener)); in CommonConstructor() 674 IMPL_LINK(AccessibleTreeNode, WindowEventListener, VclWindowEvent*, pEvent) in IMPL_LINK() argument
|
/aoo42x/main/accessibility/inc/accessibility/extended/ |
H A D | accessibletabbarbase.hxx | 51 DECL_LINK( WindowEventListener, VclSimpleEvent* );
|
H A D | listboxaccessible.hxx | 79 DECL_LINK( WindowEventListener, VclSimpleEvent* );
|
/aoo42x/main/sfx2/source/toolbox/ |
H A D | tbxitem.cxx | 213 DECL_LINK( WindowEventListener, VclSimpleEvent* ); 216 IMPL_LINK( SfxToolBoxControl_Impl, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 932 …l->mpFloatingWindow->AddEventListener( LINK( pImpl, SfxToolBoxControl_Impl, WindowEventListener )); in IMPL_LINK()
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | SidebarFocusManager.hxx | 125 DECL_LINK(WindowEventListener, VclSimpleEvent*);
|
/aoo42x/main/accessibility/inc/accessibility/standard/ |
H A D | vclxaccessiblemenubar.hxx | 45 DECL_LINK( WindowEventListener, VclSimpleEvent* );
|
/aoo42x/main/sfx2/inc/ |
H A D | inettbc.hxx | 51 DECL_LINK( WindowEventListener, VclSimpleEvent* );
|
/aoo42x/main/sd/source/ui/inc/taskpane/ |
H A D | SubToolPanel.hxx | 125 DECL_LINK(WindowEventListener, VclSimpleEvent*);
|
H A D | TitledControl.hxx | 147 DECL_LINK(WindowEventListener, VclSimpleEvent*);
|