/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XTextComponent.java | 62 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.java | 66 public void textChanged(TextEvent e) { in textChanged() method in _XTextListener.TestTextListener 103 oObj.textChanged(event); in _textChanged()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog2.java | 118 …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 D | FilterComponent.java | 178 public void textChanged(TextEvent EventObject) in textChanged() method in FilterComponent.TextListenerImpl
|
/aoo42x/main/toolkit/source/controls/ |
H A D | formattedcontrol.cxx | 445 void UnoFormattedFieldControl::textChanged(const TextEvent& e) throw(RuntimeException) in textChanged() function in toolkit::UnoFormattedFieldControl 461 GetTextListeners().textChanged( e ); in textChanged()
|
H A D | unocontrols.cxx | 249 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 …]
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | CommonListener.java | 63 public void textChanged(TextEvent textEvent) in textChanged() method in CommonListener
|
H A D | UnoDataAware.java | 160 public void textChanged(TextEvent te) in attachTextControl()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XTextListener.idl | 49 [oneway] void textChanged( [in] com::sun::star::awt::TextEvent rEvent );
|
/aoo42x/main/forms/source/component/ |
H A D | Filter.cxx | 383 ((XTextListener *)aIt.next())->textChanged( aEvt ); in itemStateChanged() 556 static_cast< XTextListener* >( aIt.next() )->textChanged( aEvt ); in commit()
|
/aoo42x/main/toolkit/inc/toolkit/controls/ |
H A D | formattedcontrol.hxx | 116 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
|
H A D | unocontrols.hxx | 143 …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…
|
/aoo42x/main/sdext/source/minimizer/ |
H A D | optimizerdialog.hxx | 97 …virtual void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& Event ) throw ( com::su…
|
H A D | optimizerdialog.cxx | 713 void OptimizerDialog::textChanged( const TextEvent& rEvent ) in textChanged() function in OptimizerDialog
|
/aoo42x/main/svtools/source/uno/ |
H A D | unoiface.cxx | 406 maTextListeners.textChanged( aEvent ); in ProcessWindowEvent() 735 maTextListeners.textChanged( aEvent ); in IMPL_LINK() 1379 GetTextListeners().textChanged( aEvent ); in NotifyTextListeners()
|
/aoo42x/main/wizards/com/sun/star/wizards/table/ |
H A D | TableWizard.java | 424 public void textChanged(TextEvent aTextEvent) in textChanged() method in TableWizard
|
/aoo42x/main/toolkit/source/helper/ |
H A D | listenermultiplexer.cxx | 138 …METHOD( TextListenerMultiplexer, ::com::sun::star::awt::XTextListener, textChanged, ::com::sun::st…
|
/aoo42x/main/toolkit/inc/toolkit/helper/ |
H A D | listenermultiplexer.hxx | 165 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
|
/aoo42x/main/wizards/com/sun/star/wizards/report/ |
H A D | ReportWizard.java | 635 public void textChanged(TextEvent xTextEvent) in textChanged() method in ReportWizard
|
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wfield.cxx | 69 void SAL_CALL textChanged( const awt::TextEvent& /* rEvent */ ) in textChanged() function in layout::EditImpl
|
/aoo42x/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 175 void textChanged();
|
/aoo42x/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 110 void ParagraphImpl::textChanged() in textChanged() function in accessibility::ParagraphImpl 2158 xParagraph->textChanged(); in handleParagraphNotifications()
|
/aoo42x/main/svx/source/inc/ |
H A D | formcontroller.hxx | 333 …virtual void SAL_CALL textChanged(const ::com::sun::star::awt::TextEvent& rEvent) throw( ::com::s…
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample.java | 1210 public void textChanged(TextEvent textEvent) { in textChanged() method in UnoDialogSample
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 3884 m_aTextListeners.notifyEach( &awt::XTextListener::textChanged, aEvent ); in onTextChanged() 4836 ((::com::sun::star::awt::XTextListener *)aIt.next())->textChanged( aEvt ); in IMPL_LINK()
|