/aoo41x/main/sd/source/ui/annotations/ |
H A D | annotationtag.cxx | 356 mpListenWindow->RemoveEventListener( LINK(this, AnnotationTag, WindowEventHandler)); in MouseButtonDown() 359 …mpListenWindow->AddEventListener( LINK(this, AnnotationTag, WindowEventHandler)); … in MouseButtonDown() 577 mpListenWindow->RemoveEventListener( LINK(this, AnnotationTag, WindowEventHandler)); in disposing() 700 mpAnnotationWindow->AddEventListener( LINK(this, AnnotationTag, WindowEventHandler)); in OpenPopup() 712 mpAnnotationWindow->RemoveEventListener( LINK(this, AnnotationTag, WindowEventHandler)); in ClosePopup() 718 IMPL_LINK(AnnotationTag, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument 743 … mpListenWindow->RemoveEventListener( LINK(this, AnnotationTag, WindowEventHandler)); in IMPL_LINK() 752 … mpListenWindow->RemoveEventListener( LINK(this, AnnotationTag, WindowEventHandler)); in IMPL_LINK()
|
H A D | annotationtag.hxx | 84 DECL_LINK( WindowEventHandler, VclWindowEvent* );
|
/aoo41x/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorter.cxx | 379 WindowEventHandler)); in SetupListeners() 384 WindowEventHandler)); in SetupListeners() 390 WindowEventHandler)); in SetupListeners() 408 WindowEventHandler)); in ReleaseListeners() 415 WindowEventHandler)); in ReleaseListeners() 420 WindowEventHandler)); in ReleaseListeners()
|
/aoo41x/main/sd/source/ui/notes/ |
H A D | TextLogger.cxx | 94 LINK(this, TextLogger, WindowEventHandler)); in ConnectToEditWindow() 97 LINK(this, TextLogger, WindowEventHandler)); in ConnectToEditWindow() 106 IMPL_LINK(TextLogger, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | ToolBoxBackground.cxx | 60 Link aEventListener (LINK(this, ToolBoxBackground, WindowEventHandler)); in ~ToolBoxBackground() 82 Link aEventListener (LINK(this, ToolBoxBackground, WindowEventHandler)); in SetToolBoxChild() 132 IMPL_LINK(ToolBoxBackground, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
|
H A D | SidebarController.cxx | 152 mpParentWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in SidebarController() 221 mpSplitWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in disposing() 227 mpParentWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in disposing() 785 IMPL_LINK(SidebarController, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument 1132 … mpSplitWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in GetSplitWindow() 1137 mpSplitWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in GetSplitWindow()
|
H A D | ToolBoxBackground.hxx | 64 DECL_LINK(WindowEventHandler, VclWindowEvent*);
|
H A D | SidebarController.hxx | 194 DECL_LINK(WindowEventHandler, VclWindowEvent*);
|
/aoo41x/main/sd/source/ui/framework/factories/ |
H A D | FullScreenPane.cxx | 83 Link aWindowEventHandler (LINK(this, FullScreenPane, WindowEventHandler)); in FullScreenPane() 129 Link aWindowEventHandler (LINK(this, FullScreenPane, WindowEventHandler)); in disposing() 213 IMPL_LINK(FullScreenPane, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
|
H A D | TaskPanelResource.cxx | 71 mpControl->AddEventListener(LINK(this,TaskPanelResource,WindowEventHandler)); in TaskPanelResource() 120 IMPL_LINK(TaskPanelResource,WindowEventHandler,VclWindowEvent*,pEvent) in IMPL_LINK() argument
|
H A D | FullScreenPane.hxx | 83 DECL_LINK(WindowEventHandler, VclWindowEvent*);
|
/aoo41x/main/sd/source/ui/view/ |
H A D | FormShellManager.cxx | 177 WindowEventHandler)); in RegisterAtCenterPane() 202 WindowEventHandler)); in UnregisterAtCenterPane() 275 IMPL_LINK(FormShellManager, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
|
H A D | ViewShellManager.cxx | 227 DECL_LINK(WindowEventHandler, VclWindowEvent*); 526 LINK(this, ViewShellManager::Implementation, WindowEventHandler)); in ActivateViewShell() 1163 IMPL_LINK(ViewShellManager::Implementation, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument 1261 LINK(this, ViewShellManager::Implementation, WindowEventHandler)); in DestroyViewShell()
|
/aoo41x/main/vcl/aqua/source/a11y/ |
H A D | aqua11yfocustracker.cxx | 58 long AquaA11yFocusTracker::WindowEventHandler(AquaA11yFocusTracker *pFocusTracker, ::VclSimpleEvent… in WindowEventHandler() function in AquaA11yFocusTracker 93 m_aWindowEventLink(this, (PSTUB) WindowEventHandler), in AquaA11yFocusTracker()
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | LayoutMenu.cxx | 205 Link aWindowEventHandlerLink (LINK(this,LayoutMenu,WindowEventHandler)); in implConstruct() 238 Link aWindowEventHandlerLink (LINK(this,LayoutMenu,WindowEventHandler)); in Dispose() 877 IMPL_LINK(LayoutMenu, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
|
H A D | LayoutMenu.hxx | 207 DECL_LINK(WindowEventHandler, VclWindowEvent*);
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atkutil.cxx | 622 long WindowEventHandler(void *, ::VclSimpleEvent const * pEvent) in WindowEventHandler() function 711 static Link g_aEventListenerLink( NULL, (PSTUB) WindowEventHandler );
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | TextLogger.hxx | 53 DECL_LINK(WindowEventHandler, VclWindowEvent*);
|
H A D | FormShellManager.hxx | 116 DECL_LINK(WindowEventHandler, VclWindowEvent*);
|
/aoo41x/main/sd/source/ui/inc/framework/ |
H A D | TaskPanelResource.hxx | 82 DECL_LINK(WindowEventHandler,VclWindowEvent*);
|
/aoo41x/main/vcl/inc/aqua/ |
H A D | aqua11yfocustracker.hxx | 85 …static long WindowEventHandler(AquaA11yFocusTracker *pFocusTracker, ::VclSimpleEvent const *pEvent…
|
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlideSorterController.hxx | 174 DECL_LINK(WindowEventHandler, VclWindowEvent*);
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlideSorterController.cxx | 620 IMPL_LINK(SlideSorterController, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
|
/aoo41x/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 609 DECL_LINK(WindowEventHandler, VclSimpleEvent *);
|
/aoo41x/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 795 m_aViewListener(LINK(this, Document, WindowEventHandler)), in Document() 1727 IMPL_LINK(Document, WindowEventHandler, ::VclSimpleEvent *, pEvent) in IMPL_LINK() argument
|