Searched refs:ChildEventListener (Results 1 – 6 of 6) sorted by relevance
/trunk/main/vcl/source/window/ |
H A D | wpropset.cxx | 175 … mpImpl->mpTopWindow->AddChildEventListener( LINK( this, WindowPropertySet, ChildEventListener ) ); in WindowPropertySet() 198 …Impl->mpTopWindow->RemoveChildEventListener( LINK( this, WindowPropertySet, ChildEventListener ) ); in ~WindowPropertySet() 286 IMPL_LINK( vcl::WindowPropertySet, ChildEventListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
|
/trunk/main/sfx2/source/sidebar/ |
H A D | FocusManager.cxx | 100 (*iPanel)->RemoveChildEventListener(LINK(this, FocusManager, ChildEventListener)); in ClearPanels() 156 (*iPanel)->AddChildEventListener(LINK(this, FocusManager, ChildEventListener)); in SetPanels() 667 IMPL_LINK(FocusManager, ChildEventListener, VclSimpleEvent*, pEvent) in IMPL_LINK() argument
|
H A D | FocusManager.hxx | 104 DECL_LINK(ChildEventListener, VclSimpleEvent*);
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | pvlaydlg.cxx | 239 AddChildEventListener( LINK( this, ScPivotLayoutDlg, ChildEventListener ) ); in ScPivotLayoutDlg() 247 RemoveChildEventListener( LINK( this, ScPivotLayoutDlg, ChildEventListener ) ); in ~ScPivotLayoutDlg() 909 IMPL_LINK( ScPivotLayoutDlg, ChildEventListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
|
/trunk/main/vcl/inc/vcl/ |
H A D | wpropset.hxx | 49 DECL_LINK( ChildEventListener, VclWindowEvent* );
|
/trunk/main/sc/source/ui/inc/ |
H A D | pvlaydlg.hxx | 96 DECL_LINK( ChildEventListener, VclWindowEvent* );
|
Completed in 31 milliseconds