/aoo41x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleEventId.idl | 32 <member>AccessibleEventObject::NewValue</member> fields contain, where 46 <member>AccessibleEventObject::NewValue</member> fields contain the 54 <member>AccessibleEventObject::NewValue</member> fields contain the 62 <member>AccessibleEventObject::NewValue</member> fields contain the 76 <member>AccessibleEventObject::NewValue</member> empty. 115 the <member>AccessibleEventObject::NewValue</member> contains a 177 <member>AccessibleEventObject::NewValue</member> fields contain 188 <member>AccessibleEventObject::NewValue</member> fields contain 246 <member>AccessibleEventObject::NewValue</member> fields. 255 <member>AccessibleEventObject::NewValue</member> fields is not [all …]
|
/aoo41x/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 | AccEventListener.cxx | 73 handleNameChangedEvent(aEvent.NewValue); in notifyEvent() 76 handleDescriptionChangedEvent(aEvent.NewValue); in notifyEvent() 79 handleStateChangedEvent(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() 64 if( (aEvent.NewValue >>= 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()
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atklistener.cxx | 269 if( aEvent.NewValue >>= xChild ) in notifyEvent() 288 if( aEvent.NewValue >>= aName ) in notifyEvent() 299 if( aEvent.NewValue >>= aDescription ) in notifyEvent() 310 AtkStateType eNewState = mapState( aEvent.NewValue ); in notifyEvent() 347 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() 359 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() 371 AtkObject *pChild = getObjFromAny( aEvent.NewValue ); in notifyEvent() 391 aEvent.NewValue >>= nPos; in notifyEvent() 421 if( aEvent.NewValue >>= aInsertedText ) in notifyEvent() 458 aEvent.NewValue >>= aChange; in notifyEvent()
|
/aoo41x/main/setup_native/source/win32/customactions/reg4msdoc/ |
H A D | registryvalueimpl.cxx | 188 void RegistryValueImpl::SetValue(const std::wstring& NewValue) in SetValue() argument 191 m_StringData = NewValue; in SetValue() 197 void RegistryValueImpl::SetValue(const std::string& NewValue) in SetValue() argument 200 m_StringData = AnsiToUnicodeString(NewValue); in SetValue() 206 void RegistryValueImpl::SetValue(int NewValue) in SetValue() argument 209 m_IntData = NewValue; in SetValue()
|
H A D | registryvalueimpl.hxx | 104 void SetValue(const std::wstring& NewValue); 108 void SetValue(const std::string& NewValue); 112 void SetValue(int NewValue);
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 414 aEvent.NewValue <<= xNew; in GotFocus() 566 aEvent.NewValue <<= xChild; in Notify() 571 aEvent.NewValue <<= xChild; in Notify() 607 aEvent.NewValue <<= xChild; in Notify() 611 aEvent.NewValue <<= xChild; in Notify() 756 aEvent.NewValue <<= xNew; in Notify() 806 aEvent.NewValue <<= xNew; in CommitFocusCell() 1604 aEvent.NewValue <<= xNew; in NotifyRefMode() 1609 aEvent.NewValue <<= xNew; in NotifyRefMode() 1654 aEvent.NewValue <<= xChild; in NotifyRefMode() [all …]
|
H A D | AccessibleContextBase.cxx | 346 aEvent.NewValue <<= sDescription; in getAccessibleDescription() 373 aEvent.NewValue <<= sName; in getAccessibleName() 575 aEvent.NewValue <<= msName; in ChangeName() 585 aEvent.NewValue <<= AccessibleStateType::FOCUSED; in CommitFocusGained()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | accessiblewrapper.cxx | 202 _rTranslatedEvent.NewValue = _rEvent.NewValue; in translateAccessibleEvent() 217 implTranslateChildEventValue( _rEvent.NewValue, _rTranslatedEvent.NewValue ); in translateAccessibleEvent() 475 if ( _rEvent.NewValue >>= nChangeState ) in notifyEvent() 494 if ( aTranslatedEvent.NewValue == m_xInner ) in notifyEvent() 495 aTranslatedEvent.NewValue = makeAny(aTranslatedEvent.Source); in notifyEvent()
|
/aoo41x/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | EventHandler.java | 324 objectToContext (aEvent.NewValue)); in notifyEvent() 333 if (AnyConverter.isShort (aEvent.NewValue)) in notifyEvent() 334 nNewState = AnyConverter.toShort (aEvent.NewValue); in notifyEvent() 358 AnyConverter.toLong(aEvent.NewValue)); in notifyEvent() 366 aEvent.Source, aEvent.OldValue, aEvent.NewValue); in notifyEvent()
|
/aoo41x/main/accessibility/bridge/org/openoffice/java/accessibility/ |
H A D | Component.java | 303 toNumber(event.OldValue), toNumber(event.NewValue)); in notifyEvent() 308 handleNameChangedEvent(event.NewValue); in notifyEvent() 313 handleDescriptionChangedEvent(event.NewValue); in notifyEvent() 322 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 331 … AccessibleTextImpl.convertTextSegment(event.NewValue)); in notifyEvent() 341 …e(accessibleContext.ACCESSIBLE_CARET_PROPERTY, toNumber(event.OldValue), toNumber(event.NewValue)); in notifyEvent() 344 …e(accessibleContext.ACCESSIBLE_VALUE_PROPERTY, toNumber(event.OldValue), toNumber(event.NewValue)); in notifyEvent()
|
H A D | Container.java | 318 handleNameChangedEvent(event.NewValue); in notifyEvent() 323 handleDescriptionChangedEvent(event.NewValue); in notifyEvent() 327 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 332 … AccessibleTextImpl.convertTextSegment(event.NewValue)); in notifyEvent() 337 } else if (AnyConverter.isObject(event.NewValue)) { in notifyEvent() 338 AccessibleObjectFactory.addChild(Container.this, event.NewValue); in notifyEvent()
|
H A D | Window.java | 251 handleNameChangedEvent(event.NewValue); in notifyEvent() 256 handleDescriptionChangedEvent(event.NewValue); in notifyEvent() 260 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 265 } else if (AnyConverter.isObject(event.NewValue)) { in notifyEvent() 266 AccessibleObjectFactory.addChild(Window.this, event.NewValue); in notifyEvent()
|
H A D | Dialog.java | 284 handleNameChangedEvent(event.NewValue); in notifyEvent() 289 handleDescriptionChangedEvent(event.NewValue); in notifyEvent() 293 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 298 } else if (AnyConverter.isObject(event.NewValue)) { in notifyEvent() 299 AccessibleObjectFactory.addChild(Dialog.this, event.NewValue); in notifyEvent()
|
H A D | Frame.java | 261 handleNameChangedEvent(event.NewValue); in notifyEvent() 266 handleDescriptionChangedEvent(event.NewValue); in notifyEvent() 270 handleStateChangedEvent(event.OldValue, event.NewValue); in notifyEvent() 275 } else if (AnyConverter.isObject(event.NewValue)) { in notifyEvent() 276 AccessibleObjectFactory.addChild(Frame.this, event.NewValue); in notifyEvent()
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | DataProviderHandler.cxx | 454 …Changed(const ::rtl::OUString & ActuatingPropertyName, const uno::Any & NewValue, const uno::Any &… 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() 484 impl_updateChartTitle_throw(NewValue); in actuatingPropertyChanged() 497 …m_xFormComponentHandler->actuatingPropertyChanged(ActuatingPropertyName, NewValue, OldValue, Inspe… in actuatingPropertyChanged()
|
/aoo41x/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() 991 && ((Character) evt.NewValue).charValue() == 'C'; in addPropertiesChangeListener() 1026 && ((Character) arEvt[0].NewValue).charValue() == 'A'; in firePropertiesChangeEvent() [all …]
|
/aoo41x/main/sc/workben/ |
H A D | result.cxx | 52 void ScAddInResult::NewValue() in NewValue() function in ScAddInResult 75 NewValue(); in IMPL_LINK_INLINE_START() 96 NewValue(); //! Test in addResultListener()
|
/aoo41x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ylistener.cxx | 47 if( (aEvent.NewValue >>= aChange) && in getTableNotification() 94 if( aEvent.NewValue >>= xAccessible ) in notifyEvent() 106 if(aEvent.NewValue.hasValue()) { in notifyEvent()
|
/aoo41x/main/svx/source/form/ |
H A D | fmundo.cxx | 583 xSet->setPropertyValue(aValueProperties[i], evt.NewValue); in propertyChange() 634 …aSetPos->second.bHasEmptyControlSource = !evt.NewValue.hasValue() || (::comphelper::getString(evt.… in propertyChange() 743 …rSetInfo.bHasEmptyControlSource = !evt.NewValue.hasValue() || (::comphelper::getString(evt.NewValu… in propertyChange() 1004 ,aNewValue(evt.NewValue) in FmUndoPropertyAction()
|
/aoo41x/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 500 evt.NewValue >>= nOldInt16; in propertyChange() 516 evt.NewValue >>= nOldInt32; in propertyChange() 555 evt.NewValue >>= nOldInt16; in vetoableChange() 576 evt.NewValue >>= nOldInt32; in vetoableChange() 618 evt.NewValue >>= nOldInt16; in propertiesChange() 634 evt.NewValue >>= nOldInt32; in propertiesChange()
|