Home
last modified time | relevance | path

Searched refs:OnWindowEvent (Results 1 – 8 of 8) sorted by relevance

/trunk/main/accessibility/source/extended/
H A DAccessibleToolPanelDeckTabBar.cxx136 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
/trunk/main/svtools/source/toolpanel/
H A Ddrawerlayouter.cxx178 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
/trunk/main/svtools/source/misc/
H A Ddialogcontrolling.cxx82 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
/trunk/main/toolkit/source/awt/
H A Dstylesettings.cxx80 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()
/trunk/main/svtools/inc/svtools/toolpanel/
H A Ddrawerlayouter.hxx86 DECL_LINK( OnWindowEvent, VclSimpleEvent* );
/trunk/main/svtools/inc/svtools/
H A Ddialogcontrolling.hxx124 DECL_LINK( OnWindowEvent, const VclWindowEvent* );
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3242 pEventWindow->AddEventListener( LINK( this, FmXGridCell, OnWindowEvent ) ); in init()
3477 IMPL_LINK( FmXGridCell, OnWindowEvent, VclWindowEvent*, _pEvent ) in IMPL_LINK() argument
/trunk/main/svx/source/inc/
H A Dgridcell.hxx837 DECL_LINK( OnWindowEvent, VclWindowEvent* );

Completed in 62 milliseconds