Home
last modified time | relevance | path

Searched refs:WindowEventHandler (Results 1 – 25 of 25) sorted by path

/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx609 DECL_LINK(WindowEventHandler, VclSimpleEvent *);
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx795 m_aViewListener(LINK(this, Document, WindowEventHandler)), in Document()
1727 IMPL_LINK(Document, WindowEventHandler, ::VclSimpleEvent *, pEvent) in IMPL_LINK() argument
/trunk/main/sd/source/ui/annotations/
H A Dannotationtag.cxx356 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 Dannotationtag.hxx84 DECL_LINK( WindowEventHandler, VclWindowEvent* );
/trunk/main/sd/source/ui/framework/factories/
H A DFullScreenPane.cxx81 Link aWindowEventHandler (LINK(this, FullScreenPane, WindowEventHandler)); in FullScreenPane()
123 Link aWindowEventHandler (LINK(this, FullScreenPane, WindowEventHandler)); in disposing()
197 IMPL_LINK(FullScreenPane, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
H A DFullScreenPane.hxx83 DECL_LINK(WindowEventHandler, VclWindowEvent*);
H A DTaskPanelResource.cxx71 mpControl->AddEventListener(LINK(this,TaskPanelResource,WindowEventHandler)); in TaskPanelResource()
120 IMPL_LINK(TaskPanelResource,WindowEventHandler,VclWindowEvent*,pEvent) in IMPL_LINK() argument
/trunk/main/sd/source/ui/inc/
H A DFormShellManager.hxx116 DECL_LINK(WindowEventHandler, VclWindowEvent*);
H A DTextLogger.hxx53 DECL_LINK(WindowEventHandler, VclWindowEvent*);
/trunk/main/sd/source/ui/inc/framework/
H A DTaskPanelResource.hxx82 DECL_LINK(WindowEventHandler,VclWindowEvent*);
/trunk/main/sd/source/ui/notes/
H A DTextLogger.cxx94 LINK(this, TextLogger, WindowEventHandler)); in ConnectToEditWindow()
97 LINK(this, TextLogger, WindowEventHandler)); in ConnectToEditWindow()
106 IMPL_LINK(TextLogger, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
/trunk/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx205 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 DLayoutMenu.hxx207 DECL_LINK(WindowEventHandler, VclWindowEvent*);
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx620 IMPL_LINK(SlideSorterController, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlideSorterController.hxx174 DECL_LINK(WindowEventHandler, VclWindowEvent*);
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx378 WindowEventHandler)); in SetupListeners()
383 WindowEventHandler)); in SetupListeners()
389 WindowEventHandler)); in SetupListeners()
407 WindowEventHandler)); in ReleaseListeners()
414 WindowEventHandler)); in ReleaseListeners()
419 WindowEventHandler)); in ReleaseListeners()
/trunk/main/sd/source/ui/view/
H A DFormShellManager.cxx177 WindowEventHandler)); in RegisterAtCenterPane()
202 WindowEventHandler)); in UnregisterAtCenterPane()
275 IMPL_LINK(FormShellManager, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
H A DViewShellManager.cxx227 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()
/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx154 mpParentWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in SidebarController()
223 mpSplitWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in disposing()
229 mpParentWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in disposing()
787 IMPL_LINK(SidebarController, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
1134 … mpSplitWindow->RemoveEventListener(LINK(this, SidebarController, WindowEventHandler)); in GetSplitWindow()
1139 mpSplitWindow->AddEventListener(LINK(this, SidebarController, WindowEventHandler)); in GetSplitWindow()
H A DSidebarController.hxx194 DECL_LINK(WindowEventHandler, VclWindowEvent*);
H A DToolBoxBackground.cxx60 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 DToolBoxBackground.hxx64 DECL_LINK(WindowEventHandler, VclWindowEvent*);
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfocustracker.cxx58 long AquaA11yFocusTracker::WindowEventHandler(AquaA11yFocusTracker *pFocusTracker, ::VclSimpleEvent… in WindowEventHandler() function in AquaA11yFocusTracker
93 m_aWindowEventLink(this, (PSTUB) WindowEventHandler), in AquaA11yFocusTracker()
/trunk/main/vcl/inc/aqua/
H A Daqua11yfocustracker.hxx85 …static long WindowEventHandler(AquaA11yFocusTracker *pFocusTracker, ::VclSimpleEvent const *pEvent…
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx622 long WindowEventHandler(void *, ::VclSimpleEvent const * pEvent) in WindowEventHandler() function
711 static Link g_aEventListenerLink( NULL, (PSTUB) WindowEventHandler );

Completed in 138 milliseconds