Home
last modified time | relevance | path

Searched refs:textChanged (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTextComponent.java62 public boolean textChanged = false; field in _XTextComponent
72 public void textChanged(TextEvent ev) { in textChanged() method in _XTextComponent.MyChangeListener
73 textChanged = true; in textChanged()
102 if (!textChanged) { in _addTextListener()
106 tRes.tested("addTextListener()",textChanged); in _addTextListener()
120 textChanged = false; in _removeTextListener()
123 tRes.tested("removeTextListener()",!textChanged); in _removeTextListener()
H A D_XTextListener.java66 public void textChanged(TextEvent e) { in textChanged() method in _XTextListener.TestTextListener
103 oObj.textChanged(event); in _textChanged()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java118 …boBox(String sName, String actionPerformed, String itemChanged, String textChanged, Object eventTa… in insertComboBox() argument
131 if (textChanged != null) in insertComboBox()
135 guiEventListener.add(sName, EVENT_TEXT_CHANGED, textChanged, eventTarget); in insertComboBox()
140 …boBox(String sName, String actionPerformed, String itemChanged, String textChanged, String[] sProp… in insertComboBox() argument
142 …return insertComboBox(sName, actionPerformed, textChanged, itemChanged, this, sPropNames, oPropVal… in insertComboBox()
H A DFilterComponent.java178 public void textChanged(TextEvent EventObject) in textChanged() method in FilterComponent.TextListenerImpl
/trunk/main/toolkit/source/controls/
H A Dformattedcontrol.cxx445 void UnoFormattedFieldControl::textChanged(const TextEvent& e) throw(RuntimeException) in textChanged() function in toolkit::UnoFormattedFieldControl
461 GetTextListeners().textChanged( e ); in textChanged()
H A Dunocontrols.cxx249 void UnoEditControl::textChanged(const awt::TextEvent& e) throw(uno::RuntimeException) in textChanged() function in UnoEditControl
265 maTextListeners.textChanged( e ); in textChanged()
300 maTextListeners.textChanged( aEvent ); in setText()
3299 void UnoDateFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged() function in UnoDateFieldControl
3337 GetTextListeners().textChanged( e ); in textChanged()
3537 void UnoTimeFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged() function in UnoTimeFieldControl
3553 GetTextListeners().textChanged( e ); in textChanged()
3739 void UnoNumericFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged() function in UnoNumericFieldControl
3747 GetTextListeners().textChanged( e ); in textChanged()
3940 void UnoCurrencyFieldControl::textChanged( const awt::TextEvent& e ) throw(uno::RuntimeException) in textChanged() function in UnoCurrencyFieldControl
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DCommonListener.java63 public void textChanged(TextEvent textEvent) in textChanged() method in CommonListener
H A DUnoDataAware.java160 public void textChanged(TextEvent te) in attachTextControl()
/trunk/main/offapi/com/sun/star/awt/
H A DXTextListener.idl49 [oneway] void textChanged( [in] com::sun::star::awt::TextEvent rEvent );
/trunk/main/forms/source/component/
H A DFilter.cxx383 ((XTextListener *)aIt.next())->textChanged( aEvt ); in itemStateChanged()
556 static_cast< XTextListener* >( aIt.next() )->textChanged( aEvt ); in commit()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dformattedcontrol.hxx116 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
H A Dunocontrols.hxx143 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
1101 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
1177 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
1252 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
1329 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialog.hxx97 …virtual void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& Event ) throw ( com::su…
H A Doptimizerdialog.cxx713 void OptimizerDialog::textChanged( const TextEvent& rEvent ) in textChanged() function in OptimizerDialog
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx406 maTextListeners.textChanged( aEvent ); in ProcessWindowEvent()
735 maTextListeners.textChanged( aEvent ); in IMPL_LINK()
1379 GetTextListeners().textChanged( aEvent ); in NotifyTextListeners()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DTableWizard.java424 public void textChanged(TextEvent aTextEvent) in textChanged() method in TableWizard
/trunk/main/toolkit/inc/toolkit/helper/
H A Dlistenermultiplexer.hxx165 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
/trunk/main/toolkit/source/helper/
H A Dlistenermultiplexer.cxx138 …METHOD( TextListenerMultiplexer, ::com::sun::star::awt::XTextListener, textChanged, ::com::sun::st…
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java635 public void textChanged(TextEvent xTextEvent) in textChanged() method in ReportWizard
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx69 void SAL_CALL textChanged( const awt::TextEvent& /* rEvent */ ) in textChanged() function in layout::EditImpl
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx175 void textChanged();
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx110 void ParagraphImpl::textChanged() in textChanged() function in accessibility::ParagraphImpl
2158 xParagraph->textChanged(); in handleParagraphNotifications()
/trunk/main/svx/source/inc/
H A Dformcontroller.hxx333 …virtual void SAL_CALL textChanged(const ::com::sun::star::awt::TextEvent& rEvent) throw( ::com::s…
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java1210 public void textChanged(TextEvent textEvent) { in textChanged() method in UnoDialogSample
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx3884 m_aTextListeners.notifyEach( &awt::XTextListener::textChanged, aEvent ); in onTextChanged()
4836 ((::com::sun::star::awt::XTextListener *)aIt.next())->textChanged( aEvt ); in IMPL_LINK()

Completed in 165 milliseconds

12