Home
last modified time | relevance | path

Searched refs:OldValue (Results 1 – 25 of 124) sorted by relevance

12345

/aoo41x/main/offapi/com/sun/star/accessibility/
H A DAccessibleEventId.idl31 <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 …]
/aoo41x/main/winaccessibility/source/service/
H A DAccContainerEventListener.cxx56 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 DAccDescendantManagerEventListener.cxx55 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 DAccComponentEventListener.cxx55 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 DAccParagraphEventListener.cxx52 handleCaretChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
69 else if( (aEvent.OldValue >>= State) && (State == AccessibleStateType::SELECTED) ) in notifyEvent()
H A DAccListEventListener.cxx54 handleActiveDescendantChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
62 handleValueChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
/aoo41x/main/comphelper/source/misc/
H A Daccessiblewrapper.cxx203 _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 Daccessiblecontexthelper.cxx205 aEvent.OldValue = _rOldValue; in NotifyAccessibleEvent()
234 aEvent.OldValue = _rOldValue; in BufferAccessibleEvent()
/aoo41x/main/odk/examples/DevelopersGuide/Accessibility/
H A DEventHandler.java323 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()
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java621 … 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 …]
/aoo41x/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx454 …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 DReportComponentHandler.cxx215 …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()
H A DGeometryHandler.cxx535 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()
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/
H A DComponent.java303 toNumber(event.OldValue), toNumber(event.NewValue)); in notifyEvent()
322 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent()
330 … AccessibleTextImpl.convertTextSegment(event.OldValue), in notifyEvent()
341 …pertyChange(accessibleContext.ACCESSIBLE_CARET_PROPERTY, toNumber(event.OldValue), toNumber(event.… in notifyEvent()
344 …pertyChange(accessibleContext.ACCESSIBLE_VALUE_PROPERTY, toNumber(event.OldValue), toNumber(event.… in notifyEvent()
H A DContainer.java327 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 DWindow.java260 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 DButton.java67 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
68 values[0] = getContext( event.OldValue ); in notifyEvent()
H A DDialog.java293 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 DFrame.java270 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 DMenu.java157 if (AnyConverter.isObject(event.OldValue)) { in notifyEvent()
158 remove(event.OldValue); in notifyEvent()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleContextBase.cxx345 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 DAccessibleSpreadsheet.cxx359 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()
/aoo41x/main/cppuhelper/test/
H A Dtestpropshlp.cxx495 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()
/aoo41x/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx266 if( aEvent.OldValue >>= xChild ) in notifyEvent()
309 AtkStateType eOldState = mapState( aEvent.OldValue ); in notifyEvent()
404 if( aEvent.OldValue >>= aDeletedText ) in notifyEvent()
/aoo41x/main/sw/source/core/access/
H A Dacctextframe.cxx115 aEvent.OldValue <<= OUString( sOldTitle ); in Modify()
147 aEvent.OldValue <<= sOldDesc; in Modify()

Completed in 128 milliseconds

12345