Home
last modified time | relevance | path

Searched refs:WindowEventListener (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenubar.cxx52 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()
/trunk/main/accessibility/source/extended/
H A Dlistboxaccessible.cxx41 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 Daccessibletabbarbase.cxx52 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 Daccessibletablistboxtable.cxx73 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
/trunk/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx52 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
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx175 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 DAnnotationMenuButton.cxx58 … AddEventListener( LINK( &mrSidebarWin, sw::sidebarwindows::SwSidebarWin, WindowEventListener ) ); in AnnotationMenuButton()
67 …RemoveEventListener( LINK( &mrSidebarWin, sw::sidebarwindows::SwSidebarWin, WindowEventListener ) … in ~AnnotationMenuButton()
H A DSidebarTxtControl.cxx75 AddEventListener( LINK( &mrSidebarWin, SwSidebarWin, WindowEventListener ) ); in SidebarTxtControl()
80 RemoveEventListener( LINK( &mrSidebarWin, SwSidebarWin, WindowEventListener ) ); in ~SidebarTxtControl()
/trunk/main/svx/source/sidebar/insert/
H A DInsertPropertyPanel.cxx79 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 DInsertPropertyPanel.hxx60 DECL_LINK(WindowEventListener, VclSimpleEvent*);
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogwindow.cxx144 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()
/trunk/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx75 …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()
/trunk/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx103 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()
/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx57 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()
/trunk/main/sfx2/source/sidebar/
H A DFocusManager.cxx182 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
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleSlideSorterView.cxx88 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 DAccessibleTreeNode.cxx90 Link aWindowEventLink (LINK(this,AccessibleTreeNode,WindowEventListener)); in CommonConstructor()
674 IMPL_LINK(AccessibleTreeNode, WindowEventListener, VclWindowEvent*, pEvent) in IMPL_LINK() argument
/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessibletabbarbase.hxx51 DECL_LINK( WindowEventListener, VclSimpleEvent* );
H A Dlistboxaccessible.hxx79 DECL_LINK( WindowEventListener, VclSimpleEvent* );
/trunk/main/sfx2/source/toolbox/
H A Dtbxitem.cxx213 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()
/trunk/main/sd/source/ui/sidebar/
H A DSidebarFocusManager.hxx125 DECL_LINK(WindowEventListener, VclSimpleEvent*);
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblemenubar.hxx45 DECL_LINK( WindowEventListener, VclSimpleEvent* );
/trunk/main/sfx2/inc/
H A Dinettbc.hxx51 DECL_LINK( WindowEventListener, VclSimpleEvent* );
/trunk/main/sd/source/ui/inc/taskpane/
H A DSubToolPanel.hxx125 DECL_LINK(WindowEventListener, VclSimpleEvent*);
H A DTitledControl.hxx147 DECL_LINK(WindowEventListener, VclSimpleEvent*);

Completed in 94 milliseconds

12