Searched refs:WindowChildEventListener (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxaccessiblecomponent.cxx | 76 …Window()->AddChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChildEventListener ) ); in DBG_NAME() 92 …dow()->RemoveChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChildEventListener ) ); in ~VCLXAccessibleComponent() 152 IMPL_LINK( VCLXAccessibleComponent, WindowChildEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument 226 …indow->RemoveChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChildEventListener ) ); in ProcessWindowEvent() 427 …dow()->RemoveChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChildEventListener ) ); in disposing()
|
/aoo42x/main/sw/source/core/access/ |
H A D | accdoc.cxx | 386 pWin->AddChildEventListener( LINK( this, SwAccessibleDocument, WindowChildEventListener )); in SwAccessibleDocument() 402 pWin->RemoveChildEventListener( LINK( this, SwAccessibleDocument, WindowChildEventListener )); in ~SwAccessibleDocument() 411 pWin->RemoveChildEventListener( LINK( this, SwAccessibleDocument, WindowChildEventListener )); in Dispose() 415 IMPL_LINK( SwAccessibleDocument, WindowChildEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
|
H A D | accdoc.hxx | 144 DECL_LINK( WindowChildEventListener, VclSimpleEvent* );
|
/aoo42x/main/sd/source/ui/accessibility/ |
H A D | AccessibleDocumentViewBase.cxx | 154 this, AccessibleDocumentViewBase, WindowChildEventListener); in Init() 178 IMPL_LINK(AccessibleDocumentViewBase, WindowChildEventListener, in IMPL_LINK() argument
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxaccessiblecomponent.hxx | 80 DECL_LINK( WindowChildEventListener, VclSimpleEvent* );
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | AccessibleDocumentViewBase.hxx | 135 DECL_LINK (WindowChildEventListener, VclSimpleEvent*);
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | AccessibleDocument.hxx | 78 DECL_LINK( WindowChildEventListener, VclSimpleEvent* );
|
/aoo42x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleDocument.cxx | 1427 pWin->AddChildEventListener( LINK( this, ScAccessibleDocument, WindowChildEventListener )); in ScAccessibleDocument() 1472 pWin->RemoveChildEventListener( LINK( this, ScAccessibleDocument, WindowChildEventListener )); in disposing() 1491 IMPL_LINK( ScAccessibleDocument, WindowChildEventListener, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
|
Completed in 48 milliseconds