/aoo4110/main/scripting/workben/installer/ |
H A D | NavPanel.java | 111 navNext.removeActionListener(listener); in removeNextListener() 116 navBack.removeActionListener(listener); in removeBackListener() 121 navCancel.removeActionListener(listener); in removeCancelListener()
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ |
H A D | ChooseInstallationType.java | 163 public void removeActionListener(ChooseInstallationTypeCtrl actionListener) { in removeActionListener() method in ChooseInstallationType 164 typical.removeActionListener(actionListener); in removeActionListener() 165 custom.removeActionListener(actionListener); in removeActionListener()
|
H A D | ChooseUninstallationType.java | 159 public void removeActionListener(ChooseUninstallationTypeCtrl actionListener) { in removeActionListener() method in ChooseUninstallationType 160 complete.removeActionListener(actionListener); in removeActionListener() 161 custom.removeActionListener(actionListener); in removeActionListener()
|
/aoo4110/main/toolkit/source/layout/vcl/ |
H A D | wbutton.cxx | 111 mxButton->removeActionListener( this ); in disposing() 197 mxButton->removeActionListener( this ); in SetToggleHdl() 321 mxButton->removeActionListener (a); in SetClickHdl()
|
H A D | wfield.cxx | 376 mxComboBox->removeActionListener( this ); in SetClickHdl() 603 mxListBox->removeActionListener( this ); in SetClickHdl()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 762 void UnoButtonControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) throw… in removeActionListener() function in UnoButtonControl 767 xButton->removeActionListener( &maActionListeners ); in removeActionListener() 1078 void UnoRadioButtonControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) … in removeActionListener() function in UnoRadioButtonControl 1083 xButton->removeActionListener( &maActionListeners ); in removeActionListener() 1279 void UnoCheckBoxControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thr… in removeActionListener() function in UnoCheckBoxControl 1284 xButton->removeActionListener( &maActionListeners ); in removeActionListener() 1536 xFixedHyperlink->removeActionListener( &maActionListeners ); in removeActionListener() 2381 void UnoListBoxControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thro… in removeActionListener() function in UnoListBoxControl 2386 xListBox->removeActionListener( &maActionListeners ); in removeActionListener() 2889 void UnoComboBoxControl::removeActionListener(const uno::Reference< awt::XActionListener > & l) thr… in removeActionListener() function in UnoComboBoxControl [all …]
|
/aoo4110/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindows.hxx | 173 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 262 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 319 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 485 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 696 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 771 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:…
|
/aoo4110/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XButton.java | 83 oObj.removeActionListener(listener) ; in _removeActionListener()
|
H A D | _XComboBox.java | 132 oObj.removeActionListener(actionListener); in _removeActionListener()
|
H A D | _XListBox.java | 152 oObj.removeActionListener(actionListener) ; in _removeActionListener()
|
/aoo4110/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ |
H A D | ChooseUninstallationTypeCtrl.java | 76 panel.removeActionListener((ChooseUninstallationTypeCtrl)this); in afterShow()
|
H A D | ChooseInstallationTypeCtrl.java | 94 panel.removeActionListener((ChooseInstallationTypeCtrl)this); in afterShow()
|
/aoo4110/main/toolkit/test/accessibility/ov/ |
H A D | FocusView.java | 95 maGrabFocus.removeActionListener (this); in Destroy()
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | FocusView.java | 99 maGrabFocus.removeActionListener (this); in Destroy()
|
/aoo4110/main/offapi/com/sun/star/awt/ |
H A D | XImageButton.idl | 56 [oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l );
|
H A D | XButton.idl | 55 [oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l );
|
H A D | XFixedHyperlink.idl | 96 [oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l );
|
H A D | XComboBox.idl | 72 [oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l );
|
/aoo4110/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrols.hxx | 294 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 437 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 516 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 604 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 851 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:… 975 …void SAL_CALL removeActionListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt:…
|
/aoo4110/main/UnoControls/source/controls/ |
H A D | progressmonitor.cxx | 441 void SAL_CALL ProgressMonitor::removeActionListener ( const Reference< XActionListener > & rListene… in removeActionListener() function in unocontrols::ProgressMonitor 448 m_xButton->removeActionListener ( rListener ) ; in removeActionListener()
|
/aoo4110/main/offapi/com/sun/star/inspection/ |
H A D | XHyperlinkControl.idl | 57 void removeActionListener( [in] com::sun::star::awt::XActionListener listener );
|
/aoo4110/main/qadevOOo/objdsc/toolkit/ |
H A D | com.sun.star.awt.UnoControlButton.csv | 41 "UnoControlButton";"com::sun::star::awt::XButton";"removeActionListener()"
|
/aoo4110/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OButtonControl.csv | 47 "OButtonControl";"com::sun::star::awt::XButton";"removeActionListener()"
|
H A D | com.sun.star.comp.forms.OListBoxControl.csv | 49 "OListBoxControl";"com::sun::star::awt::XListBox";"removeActionListener()"
|
/aoo4110/main/UnoControls/source/inc/ |
H A D | progressmonitor.hxx | 456 …virtual void SAL_CALL removeActionListener( const UNO3_REFERENCE< UNO3_XACTIONLISTENER >& xListene…
|