Home
last modified time | relevance | path

Searched refs:NewValue (Results 1 – 25 of 167) sorted by relevance

1234567

/aoo42x/main/offapi/com/sun/star/accessibility/
H A DAccessibleEventId.idl32 <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 …]
/aoo42x/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 DAccEventListener.cxx73 handleNameChangedEvent(aEvent.NewValue); in notifyEvent()
76 handleDescriptionChangedEvent(aEvent.NewValue); in notifyEvent()
79 handleStateChangedEvent(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()
64 if( (aEvent.NewValue >>= State) && (State == AccessibleStateType::SELECTED) ) in notifyEvent()
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datklistener.cxx269 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()
/aoo42x/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryvalueimpl.cxx188 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 Dregistryvalueimpl.hxx104 void SetValue(const std::wstring& NewValue);
108 void SetValue(const std::string& NewValue);
112 void SetValue(int NewValue);
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx414 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 DAccessibleContextBase.cxx346 aEvent.NewValue <<= sDescription; in getAccessibleDescription()
373 aEvent.NewValue <<= sName; in getAccessibleName()
575 aEvent.NewValue <<= msName; in ChangeName()
585 aEvent.NewValue <<= AccessibleStateType::FOCUSED; in CommitFocusGained()
/aoo42x/main/comphelper/source/misc/
H A Daccessiblewrapper.cxx202 _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()
/aoo42x/main/odk/examples/DevelopersGuide/Accessibility/
H A DEventHandler.java324 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()
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DComponent.java303 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 DContainer.java318 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 DWindow.java251 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 DDialog.java284 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 DFrame.java261 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()
/aoo42x/main/reportdesign/source/ui/inspection/
H A DDataProviderHandler.cxx454 …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()
H A DGeometryHandler.cxx537 aEvent.NewValue <<= m_sScope; in setPropertyValue()
1453 aScopeEvent.NewValue <<= xShape->getPropertyValue(PROPERTY_FILLCOLOR); in onInteractivePropertySelection()
1463 …Changed(const ::rtl::OUString & ActuatingPropertyName, const uno::Any & NewValue, const uno::Any &… in actuatingPropertyChanged() argument
1475 NewValue >>= nNewVal; in actuatingPropertyChanged()
1522 …m_xFormComponentHandler->actuatingPropertyChanged(ActuatingPropertyName, NewValue, OldValue, _rxIn… in actuatingPropertyChanged()
1534 NewValue >>= bValue; in actuatingPropertyChanged()
1541 …m_xFormComponentHandler->actuatingPropertyChanged(ActuatingPropertyName, NewValue, OldValue, _rxIn… in actuatingPropertyChanged()
1987 aEvent.NewValue <<= m_sScope; in createDefaultFunction()
2032 aScopeEvent.NewValue <<= nNewDataFieldType; in resetOwnProperties()
2040 aFormulaEvent.NewValue <<= sNewFunction; in resetOwnProperties()
[all …]
/aoo42x/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()
991 && ((Character) evt.NewValue).charValue() == 'C'; in addPropertiesChangeListener()
1026 && ((Character) arEvt[0].NewValue).charValue() == 'A'; in firePropertiesChangeEvent()
[all …]
/aoo42x/main/sc/workben/
H A Dresult.cxx52 void ScAddInResult::NewValue() in NewValue() function in ScAddInResult
75 NewValue(); in IMPL_LINK_INLINE_START()
96 NewValue(); //! Test in addResultListener()
/aoo42x/main/vcl/aqua/source/a11y/
H A Daqua11ylistener.cxx47 if( (aEvent.NewValue >>= aChange) && in getTableNotification()
94 if( aEvent.NewValue >>= xAccessible ) in notifyEvent()
106 if(aEvent.NewValue.hasValue()) { in notifyEvent()
/aoo42x/main/svx/source/form/
H A Dfmundo.cxx583 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()
/aoo42x/main/cppuhelper/test/
H A Dtestpropshlp.cxx500 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()

Completed in 164 milliseconds

1234567