Home
last modified time | relevance | path

Searched refs:VclSimpleEvent (Results 1 – 25 of 78) sorted by relevance

1234

/trunk/main/vcl/inc/vcl/
H A Dvclevent.hxx206 class VCL_DLLPUBLIC VclSimpleEvent class
212 VclSimpleEvent( sal_uLong n ) { nId = n; } in VclSimpleEvent() function in VclSimpleEvent
218 class VCL_DLLPUBLIC VclWindowEvent : public VclSimpleEvent
225 …VclWindowEvent( Window* pWin, sal_uLong n, void* pDat = NULL ) : VclSimpleEvent(n) { pWindow = pWi… in VclWindowEvent()
246 class VCL_DLLPUBLIC VclMenuEvent : public VclSimpleEvent
253 …VclMenuEvent( Menu* pM, sal_uLong n, sal_uInt16 nPos ) : VclSimpleEvent(n) { pMenu = pM; mnPos = n… in VclMenuEvent()
260 class VCL_DLLPUBLIC VclAccessibleEvent: public VclSimpleEvent
274 void Call( VclSimpleEvent* pEvent ) const;
279 sal_Bool Process( VclSimpleEvent* pEvent ) const;
307 void callListeners( VclSimpleEvent* );
/trunk/main/vcl/source/app/
H A Dvclevent.cxx36 TYPEINIT0(VclSimpleEvent);
37 TYPEINIT1(VclWindowEvent, VclSimpleEvent);
38 TYPEINIT1(VclMenuEvent, VclSimpleEvent);
41 VclSimpleEvent(n), in VclAccessibleEvent()
55 void VclEventListeners::Call( VclSimpleEvent* pEvent ) const in Call()
80 sal_Bool VclEventListeners::Process( VclSimpleEvent* pEvent ) const in Process()
131 void VclEventListeners2::callListeners( VclSimpleEvent* i_pEvent ) in callListeners()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxtoolkit.hxx48 class VclSimpleEvent;
100 DECL_LINK(eventListenerHandler, ::VclSimpleEvent const *);
102 DECL_LINK(keyListenerHandler, ::VclSimpleEvent const *);
105 ::VclSimpleEvent const * pEvent,
109 long callKeyHandlers(::VclSimpleEvent const * pEvent, bool bPressed);
111 void callFocusListeners(::VclSimpleEvent const * pEvent, bool bGained);
H A Dvclxaccessiblecomponent.hxx44 class VclSimpleEvent;
79 DECL_LINK( WindowEventListener, VclSimpleEvent* );
80 DECL_LINK( WindowChildEventListener, VclSimpleEvent* );
H A Dvclxmenu.hxx43 class VclSimpleEvent;
63 DECL_LINK( MenuEventListener, VclSimpleEvent* );
H A Dvclxwindow.hxx54 class VclSimpleEvent;
92 DECL_LINK( WindowEventListener, VclSimpleEvent* );
/trunk/main/sfx2/source/sidebar/
H A DFocusManager.hxx30 class VclSimpleEvent;
103 DECL_LINK(WindowEventListener, VclSimpleEvent*);
104 DECL_LINK(ChildEventListener, VclSimpleEvent*);
H A DFocusManager.cxx626 IMPL_LINK(FocusManager, WindowEventListener, VclSimpleEvent*, pEvent) in IMPL_LINK() argument
667 IMPL_LINK(FocusManager, ChildEventListener, VclSimpleEvent*, pEvent) in IMPL_LINK() argument
/trunk/main/accessibility/inc/accessibility/extended/
H A Daccessibletabbarbase.hxx32 class VclSimpleEvent;
51 DECL_LINK( WindowEventListener, VclSimpleEvent* );
H A Dlistboxaccessible.hxx31 class VclSimpleEvent;
79 DECL_LINK( WindowEventListener, VclSimpleEvent* );
/trunk/main/sd/source/ui/sidebar/
H A DSidebarFocusManager.hxx32 class VclSimpleEvent;
125 DECL_LINK(WindowEventListener, VclSimpleEvent*);
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblemenubar.hxx29 class VclSimpleEvent;
45 DECL_LINK( WindowEventListener, VclSimpleEvent* );
H A Daccessiblemenubasecomponent.hxx39 class VclSimpleEvent;
123 DECL_LINK( MenuEventListener, VclSimpleEvent* );
/trunk/main/automation/source/server/
H A Drecorder.hxx30 class VclSimpleEvent;
39 DECL_LINK( EventListener, VclSimpleEvent* );
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfocustracker.cxx48 getWindow(const ::VclSimpleEvent *pEvent) in getWindow()
58 long AquaA11yFocusTracker::WindowEventHandler(AquaA11yFocusTracker *pFocusTracker, ::VclSimpleEvent in WindowEventHandler()
/trunk/main/svtools/inc/svtools/
H A Dvclxaccessibleheaderbaritem.hxx46 class VclSimpleEvent;
73 DECL_LINK( WindowEventListener, VclSimpleEvent* );
/trunk/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx52 DECL_LINK( WindowEventListener, VclSimpleEvent* );
88 IMPL_LINK( PopupWindowControllerImpl, WindowEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
/trunk/main/accessibility/bridge/source/java/
H A DWindowsAccessBridgeAdapter.cxx298 ::VclSimpleEvent const * pEvent = (::VclSimpleEvent const *) pData; in VCLEventListenerLinkFunc()
/trunk/main/sw/source/core/access/
H A Daccdoc.hxx40 class VclSimpleEvent;
144 DECL_LINK( WindowChildEventListener, VclSimpleEvent* );
/trunk/main/basctl/source/inc/
H A Daccessibledialogwindow.hxx42 class VclSimpleEvent;
104 DECL_LINK( WindowEventListener, VclSimpleEvent* );
/trunk/main/svx/source/inc/
H A DAccessibleFrameSelector.hxx40 class VclSimpleEvent;
114 DECL_LINK( WindowEventListener, VclSimpleEvent* );
/trunk/main/sd/source/ui/inc/
H A DAccessibleDocumentViewBase.hxx55 class VclSimpleEvent;
135 DECL_LINK (WindowChildEventListener, VclSimpleEvent*);
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1578 IMPL_LINK(VCLXToolkit, eventListenerHandler, ::VclSimpleEvent const *, pEvent) in IMPL_LINK()
1620 IMPL_LINK(VCLXToolkit, keyListenerHandler, ::VclSimpleEvent const *, pEvent) in IMPL_LINK()
1633 ::VclSimpleEvent const * pEvent, in callTopWindowListeners()
1667 long VCLXToolkit::callKeyHandlers(::VclSimpleEvent const * pEvent, in callKeyHandlers()
1715 void VCLXToolkit::callFocusListeners(::VclSimpleEvent const * pEvent, in callFocusListeners()
/trunk/main/accessibility/source/extended/
H A DAccessibleToolPanelDeckTabBar.cxx136 DECL_LINK( OnWindowEvent, const VclSimpleEvent* );
260 IMPL_LINK( AccessibleToolPanelTabBar_Impl, OnWindowEvent, const VclSimpleEvent*, i_pEvent ) in IMPL_LINK() argument
/trunk/main/svx/source/sidebar/insert/
H A DInsertPropertyPanel.hxx60 DECL_LINK(WindowEventListener, VclSimpleEvent*);

Completed in 96 milliseconds

1234