Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/source/controls/
H A Dtkspinbutton.cxx139 ,maAdjustmentListeners( *this ) in UnoSpinButtonControl()
165 if ( maAdjustmentListeners.getLength() ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
175 maAdjustmentListeners.disposeAndClear( aDisposeEvent ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
220 if ( maAdjustmentListeners.getLength() ) in adjustmentValueChanged()
224 maAdjustmentListeners.adjustmentValueChanged( aEvent ); in adjustmentValueChanged()
232 maAdjustmentListeners.addInterface( listener ); in addAdjustmentListener()
239 maAdjustmentListeners.removeInterface( listener ); in removeAdjustmentListener()
H A Dtkscrollbar.cxx98 ,maAdjustmentListeners( *this ) in UnoScrollBarControl()
127 maAdjustmentListeners.disposeAndClear( aEvt );
165 if ( maAdjustmentListeners.getLength() ) in adjustmentValueChanged()
166 maAdjustmentListeners.adjustmentValueChanged( rEvent ); in adjustmentValueChanged()
172 maAdjustmentListeners.addInterface( l ); in addAdjustmentListener()
177 maAdjustmentListeners.removeInterface( l ); in removeAdjustmentListener()
/aoo4110/main/toolkit/source/awt/
H A Dvclxspinbutton.cxx70 :maAdjustmentListeners( *this ) in DBG_NAME()
95 maAdjustmentListeners.disposeAndClear( aDisposeEvent ); in IMPLEMENT_FORWARD_XINTERFACE2()
105 maAdjustmentListeners.addInterface( listener ); in addAdjustmentListener()
112 maAdjustmentListeners.removeInterface( listener ); in removeAdjustmentListener()
231 if ( maAdjustmentListeners.getLength() ) in ProcessWindowEvent()
238 maAdjustmentListeners.adjustmentValueChanged( aEvent ); in ProcessWindowEvent()
H A Dvclxwindows.cxx3038 VCLXScrollBar::VCLXScrollBar() : maAdjustmentListeners( *this ) in VCLXScrollBar()
3068 maAdjustmentListeners.disposeAndClear( aObj ); in dispose()
3076 maAdjustmentListeners.addInterface( l ); in addAdjustmentListener()
3082 maAdjustmentListeners.removeInterface( l ); in removeAdjustmentListener()
3434 if ( maAdjustmentListeners.getLength() ) in ProcessWindowEvent()
3459 maAdjustmentListeners.adjustmentValueChanged( aEvent ); in ProcessWindowEvent()
/aoo4110/main/toolkit/inc/toolkit/awt/
H A Dvclxspinbutton.hxx47 AdjustmentListenerMultiplexer maAdjustmentListeners; member in toolkit::VCLXSpinButton
H A Dvclxwindows.hxx544 AdjustmentListenerMultiplexer maAdjustmentListeners; member in VCLXScrollBar
/aoo4110/main/toolkit/inc/toolkit/controls/
H A Dtkspinbutton.hxx78 AdjustmentListenerMultiplexer maAdjustmentListeners; member in toolkit::UnoSpinButtonControl
H A Dtkscrollbar.hxx72 AdjustmentListenerMultiplexer maAdjustmentListeners; member in toolkit::UnoScrollBarControl

Completed in 71 milliseconds