/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleEventId.idl | 31 <p>The <member>AccessibleEventObject::OldValue</member> and 45 <member>AccessibleEventObject::OldValue</member> and 53 <member>AccessibleEventObject::OldValue</member> and 69 <member>AccessibleEventObject::OldValue</member> and 110 <member>AccessibleEventObject::OldValue</member> and 148 <member>AccessibleEventObject::OldValue</member> and 157 <member>AccessibleEventObject::OldValue</member> and 164 <member>AccessibleEventObject::OldValue</member> and 197 <member>AccessibleEventObject::OldValue</member> and 205 <member>AccessibleEventObject::OldValue</member> and [all …]
|
/trunk/main/winaccessibility/source/service/ |
H A D | AccContainerEventListener.cxx | 56 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 59 handleSelectionChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 65 handleTextChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 73 handleStateChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 76 handleValueChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 79 handleSelectionChangedAddEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 82 handleSelectionChangedRemoveEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 85 handleSelectionChangedWithinEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 88 handlePageChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 91 handleSectionChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() [all …]
|
H A D | AccDescendantManagerEventListener.cxx | 55 handleSelectionChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 58 handleChildChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 61 handleChildChangedNoFocusEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 64 handleSelectionChangedAddEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 67 handleSelectionChangedRemoveEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 70 handleSelectionChangedWithinEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
|
H A D | AccComponentEventListener.cxx | 55 handleValueChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 61 handleTextChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 64 handleCaretChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
|
H A D | AccParagraphEventListener.cxx | 52 handleCaretChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 69 else if( (aEvent.OldValue >>= State) && (State == AccessibleStateType::SELECTED) ) in notifyEvent()
|
H A D | AccListEventListener.cxx | 54 handleActiveDescendantChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent() 62 handleValueChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
|
/trunk/main/comphelper/source/misc/ |
H A D | accessiblewrapper.cxx | 203 _rTranslatedEvent.OldValue = _rEvent.OldValue; in translateAccessibleEvent() 216 implTranslateChildEventValue( _rEvent.OldValue, _rTranslatedEvent.OldValue ); in translateAccessibleEvent() 264 if ( _rEvent.OldValue >>= xRemoved ) in handleChildNotification() 473 if ( _rEvent.OldValue >>= nChangeState ) in notifyEvent() 496 if ( aTranslatedEvent.OldValue == m_xInner ) in notifyEvent() 497 aTranslatedEvent.OldValue = makeAny(aTranslatedEvent.Source); in notifyEvent()
|
H A D | accessiblecontexthelper.cxx | 205 aEvent.OldValue = _rOldValue; in NotifyAccessibleEvent() 234 aEvent.OldValue = _rOldValue; in BufferAccessibleEvent()
|
/trunk/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | EventHandler.java | 323 objectToContext (aEvent.OldValue), in notifyEvent() 335 if (AnyConverter.isShort (aEvent.OldValue)) in notifyEvent() 336 nOldState = AnyConverter.toShort (aEvent.OldValue); in notifyEvent() 357 AnyConverter.toLong(aEvent.OldValue), in notifyEvent() 366 aEvent.Source, aEvent.OldValue, aEvent.NewValue); in notifyEvent()
|
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 621 … r[i++]= li.evt.OldValue.equals(val1) && li.evt.NewValue.equals(val2) && li.evt.Source == cl; in addPropertyChangeListener() 630 … r[i++]= li.evt.OldValue.equals(val2) && li.evt.NewValue.equals(val3) && li.evt.Source == cl in addPropertyChangeListener() 642 … r[i++]= li.evt.OldValue.equals(val3) && li.evt.NewValue.equals(val1) && li.evt.Source == cl; in addPropertyChangeListener() 643 … r[i++]= li2.evt.OldValue.equals(val3) && li2.evt.NewValue.equals(val1) && li2.evt.Source == cl; in addPropertyChangeListener() 644 … r[i++]= li3.evt.OldValue.equals(val3) && li3.evt.NewValue.equals(val1) && li3.evt.Source == cl ; in addPropertyChangeListener() 701 … r[i++]= li.evt.OldValue.equals(val1) && li.evt.NewValue.equals(val2) && li.evt.Source == cl; in addPropertyChangeListener() 711 … r[i++]= li.evt.OldValue.equals(val2) && li.evt.NewValue.equals(val3) && li.evt.Source == cl in addPropertyChangeListener() 723 … r[i++]= li.evt.OldValue.equals(val3) && li.evt.NewValue.equals(val1) && li.evt.Source == cl; in addPropertyChangeListener() 990 … r[i++]= evt.PropertyName.equals("PropCharA") && ((Character)evt.OldValue).charValue() == 'B' in addPropertiesChangeListener() 1025 && ((Character) arEvt[0].OldValue).charValue() == 'A' in firePropertiesChangeEvent() [all …]
|
/trunk/main/reportdesign/source/ui/inspection/ |
H A D | DataProviderHandler.cxx | 454 …ng & ActuatingPropertyName, const uno::Any & NewValue, const uno::Any & OldValue, const uno::Refer… in actuatingPropertyChanged() argument 460 if ( NewValue != OldValue ) in actuatingPropertyChanged() 479 …m_xFormComponentHandler->actuatingPropertyChanged(ActuatingPropertyName, NewValue, OldValue, Inspe… in actuatingPropertyChanged() 483 if ( NewValue != OldValue ) in actuatingPropertyChanged() 497 …onentHandler->actuatingPropertyChanged(ActuatingPropertyName, NewValue, OldValue, InspectorUI, Fir… in actuatingPropertyChanged()
|
H A D | GeometryHandler.cxx | 535 aEvent.OldValue <<= m_sScope; in setPropertyValue() 1463 …ng & ActuatingPropertyName, const uno::Any & NewValue, const uno::Any & OldValue, const uno::Refer… in actuatingPropertyChanged() argument 1522 …onentHandler->actuatingPropertyChanged(ActuatingPropertyName, NewValue, OldValue, _rxInspectorUI, … in actuatingPropertyChanged() 1541 …onentHandler->actuatingPropertyChanged(ActuatingPropertyName, NewValue, OldValue, _rxInspectorUI, … in actuatingPropertyChanged() 1968 aEvent.OldValue <<= m_sScope; in createDefaultFunction() 2031 aScopeEvent.OldValue <<= _nOldDataFieldType; in resetOwnProperties() 2039 aFormulaEvent.OldValue <<= _sOldFunctionName; in resetOwnProperties() 2048 aScopeEvent.OldValue <<= _sOldScope; in resetOwnProperties()
|
H A D | ReportComponentHandler.cxx | 215 …ng & ActuatingPropertyName, const uno::Any & NewValue, const uno::Any & OldValue, const uno::Refer… in actuatingPropertyChanged() argument 217 …m_xFormComponentHandler->actuatingPropertyChanged(ActuatingPropertyName, NewValue, OldValue, Inspe… in actuatingPropertyChanged()
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | Component.java | 303 toNumber(event.OldValue), toNumber(event.NewValue)); in notifyEvent() 322 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 330 AccessibleTextImpl.convertTextSegment(event.OldValue), in notifyEvent() 341 …firePropertyChange(accessibleContext.ACCESSIBLE_CARET_PROPERTY, toNumber(event.OldValue), toNumber… in notifyEvent() 344 …firePropertyChange(accessibleContext.ACCESSIBLE_VALUE_PROPERTY, toNumber(event.OldValue), toNumber… in notifyEvent()
|
H A D | Container.java | 327 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 331 AccessibleTextImpl.convertTextSegment(event.OldValue), in notifyEvent() 335 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent() 336 AccessibleObjectFactory.removeChild(Container.this, event.OldValue); in notifyEvent()
|
H A D | Window.java | 260 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 263 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent() 264 AccessibleObjectFactory.removeChild(Window.this, event.OldValue); in notifyEvent()
|
H A D | Button.java | 67 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent() 68 values[0] = getContext( event.OldValue ); in notifyEvent()
|
H A D | Dialog.java | 293 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 296 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent() 297 AccessibleObjectFactory.removeChild(Dialog.this, event.OldValue); in notifyEvent()
|
H A D | Frame.java | 270 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 273 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent() 274 AccessibleObjectFactory.removeChild(Frame.this, event.OldValue); in notifyEvent()
|
H A D | Menu.java | 157 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent() 158 remove(event.OldValue); in notifyEvent()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleContextBase.cxx | 345 aEvent.OldValue <<= msDescription; in getAccessibleDescription() 372 aEvent.OldValue <<= msName; in getAccessibleName() 570 aEvent.OldValue <<= msName; in ChangeName() 597 aEvent.OldValue <<= AccessibleStateType::FOCUSED; in CommitFocusLost()
|
H A D | AccessibleSpreadsheet.cxx | 359 aEvent.OldValue = uno::makeAny(AccessibleStateType::SELECTED); in CompleteSelectionChanged() 371 aEvent.OldValue <<= xOld; in LostFocus() 499 aEvent.OldValue <<= ::com::sun::star::uno::Any(); in Notify() 567 aEvent.OldValue <<= uno::Reference< XAccessible >(); in Notify() 655 aEvent.OldValue <<= ::rtl::OUString( sOldName ); in Notify() 769 aEvent.OldValue <<= ::com::sun::star::uno::Any(); in RemoveSelection() 801 aEvent.OldValue <<= xOld; in CommitFocusCell() 1599 aEvent.OldValue <<= xOld; in NotifyRefMode() 1672 aEvent.OldValue <<= ::com::sun::star::uno::Any(); in RemoveFormulaSelection()
|
/trunk/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 495 evt.OldValue >>= nOldInt16; in propertyChange() 512 evt.OldValue >>= nOldInt32; in propertyChange() 550 evt.OldValue >>= nOldInt16; in vetoableChange() 572 evt.OldValue >>= nOldInt32; in vetoableChange() 613 evt.OldValue >>= nOldInt16; in propertiesChange() 630 evt.OldValue >>= nOldInt32; in propertiesChange()
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atklistener.cxx | 266 if( aEvent.OldValue >>= xChild ) in notifyEvent() 309 AtkStateType eOldState = mapState( aEvent.OldValue ); in notifyEvent() 404 if( aEvent.OldValue >>= aDeletedText ) in notifyEvent()
|
/trunk/main/sw/source/core/access/ |
H A D | acctextframe.cxx | 115 aEvent.OldValue <<= OUString( sOldTitle ); in Modify() 147 aEvent.OldValue <<= sOldDesc; in Modify()
|