Searched refs:OnWindowEvent (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/accessibility/source/extended/ |
H A D | AccessibleToolPanelDeckTabBar.cxx | 136 DECL_LINK( OnWindowEvent, const VclSimpleEvent* ); 162 …rollButton( true ).AddEventListener( LINK( this, AccessibleToolPanelTabBar_Impl, OnWindowEvent ) ); in AccessibleToolPanelTabBar_Impl() 163 …ollButton( false ).AddEventListener( LINK( this, AccessibleToolPanelTabBar_Impl, OnWindowEvent ) ); in AccessibleToolPanelTabBar_Impl() 187 …lButton( true ).RemoveEventListener( LINK( this, AccessibleToolPanelTabBar_Impl, OnWindowEvent ) ); in dispose() 188 …Button( false ).RemoveEventListener( LINK( this, AccessibleToolPanelTabBar_Impl, OnWindowEvent ) ); in dispose() 260 IMPL_LINK( AccessibleToolPanelTabBar_Impl, OnWindowEvent, const VclSimpleEvent*, i_pEvent ) in IMPL_LINK() argument
|
/aoo42x/main/svtools/source/toolpanel/ |
H A D | drawerlayouter.cxx | 178 pDrawer->AddEventListener( LINK( this, DrawerDeckLayouter, OnWindowEvent ) ); in PanelInserted() 241 … m_aDrawers[ i_nPosition ]->RemoveEventListener( LINK( this, DrawerDeckLayouter, OnWindowEvent ) ); in impl_removeDrawer() 247 IMPL_LINK( DrawerDeckLayouter, OnWindowEvent, VclSimpleEvent*, i_pEvent ) in IMPL_LINK() argument
|
/aoo42x/main/svtools/source/misc/ |
H A D | dialogcontrolling.cxx | 82 m_pImpl->rInstigator.AddEventListener( LINK( this, DialogController, OnWindowEvent ) ); in DialogController() 94 m_pImpl->rInstigator.RemoveEventListener( LINK( this, DialogController, OnWindowEvent ) ); in reset() 110 IMPL_LINK( DialogController, OnWindowEvent, const VclWindowEvent*, _pEvent ) in IMPL_LINK() argument
|
/aoo42x/main/toolkit/source/awt/ |
H A D | stylesettings.cxx | 80 DECL_LINK( OnWindowEvent, const VclWindowEvent* ); 84 IMPL_LINK( WindowStyleSettings_Data, OnWindowEvent, const VclWindowEvent*, i_pEvent ) in IMPL_LINK() argument 130 pWindow->AddEventListener( LINK( m_pData.get(), WindowStyleSettings_Data, OnWindowEvent ) ); in WindowStyleSettings() 146 … pWindow->RemoveEventListener( LINK( m_pData.get(), WindowStyleSettings_Data, OnWindowEvent ) ); in dispose()
|
/aoo42x/main/svtools/inc/svtools/toolpanel/ |
H A D | drawerlayouter.hxx | 86 DECL_LINK( OnWindowEvent, VclSimpleEvent* );
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | dialogcontrolling.hxx | 124 DECL_LINK( OnWindowEvent, const VclWindowEvent* );
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 3242 pEventWindow->AddEventListener( LINK( this, FmXGridCell, OnWindowEvent ) ); in init() 3477 IMPL_LINK( FmXGridCell, OnWindowEvent, VclWindowEvent*, _pEvent ) in IMPL_LINK() argument
|
/aoo42x/main/svx/source/inc/ |
H A D | gridcell.hxx | 837 DECL_LINK( OnWindowEvent, VclWindowEvent* );
|
Completed in 101 milliseconds