Home
last modified time | relevance | path

Searched refs:maActionListeners (Results 1 – 4 of 4) sorted by relevance

/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx697 ,maActionListeners( *this ) in UnoButtonControl()
733 maActionListeners.disposeAndClear( aEvt ); in dispose()
744 if ( maActionListeners.getLength() ) in createPeer()
745 xButton->addActionListener( &maActionListeners ); in createPeer()
754 maActionListeners.addInterface( l ); in addActionListener()
755 if( getPeer().is() && maActionListeners.getLength() == 1 ) in addActionListener()
758 xButton->addActionListener( &maActionListeners ); in addActionListener()
764 if( getPeer().is() && maActionListeners.getLength() == 1 ) in removeActionListener()
767 xButton->removeActionListener( &maActionListeners ); in removeActionListener()
769 maActionListeners.removeInterface( l ); in removeActionListener()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx375 :maActionListeners( *this ) in VCLXButton()
395 maActionListeners.disposeAndClear( aObj ); in dispose()
403 maActionListeners.addInterface( l ); in addActionListener()
409 maActionListeners.removeInterface( l ); in removeActionListener()
585 if ( maActionListeners.getLength() ) in ProcessWindowEvent()
593 &maActionListeners, in ProcessWindowEvent()
787 VCLXCheckBox::VCLXCheckBox() : maActionListeners( *this ), maItemListeners( *this ) in VCLXCheckBox()
837 maActionListeners.addInterface( l ); in addActionListener()
843 maActionListeners.removeInterface( l ); in removeActionListener()
1039 if ( !IsSynthesizingVCLEvent() && maActionListeners.getLength() ) in ProcessWindowEvent()
[all …]
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx157 ActionListenerMultiplexer maActionListeners; member in VCLXButton
228 ActionListenerMultiplexer maActionListeners; member in VCLXCheckBox
287 ActionListenerMultiplexer maActionListeners; member in VCLXRadioButton
453 ActionListenerMultiplexer maActionListeners; member in VCLXFixedHyperlink
677 ActionListenerMultiplexer maActionListeners; member in VCLXListBox
752 ActionListenerMultiplexer maActionListeners; member in VCLXComboBox
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx280 ActionListenerMultiplexer maActionListeners; member in UnoButtonControl
358 ActionListenerMultiplexer maActionListeners; member in UnoImageControlControl
420 ActionListenerMultiplexer maActionListeners; member in UnoRadioButtonControl
498 ActionListenerMultiplexer maActionListeners; member in UnoCheckBoxControl
574 ActionListenerMultiplexer maActionListeners; member in UnoFixedHyperlinkControl
906 ActionListenerMultiplexer maActionListeners; member in UnoListBoxControl
949 ActionListenerMultiplexer maActionListeners; member in UnoComboBoxControl