Home
last modified time | relevance | path

Searched refs:NewValue (Results 26 – 50 of 167) sorted by relevance

1234567

/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DList.java119 setActiveDescendant(event.NewValue); in notifyEvent()
125 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
126 add(event.NewValue); in notifyEvent()
H A DButton.java71 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
72 values[1] = getContext( event.NewValue); in notifyEvent()
H A DMenu.java161 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
162 add(event.NewValue); in notifyEvent()
H A DTable.java108 setActiveDescendant(event.NewValue); in notifyEvent()
114 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
115 add(event.NewValue); in notifyEvent()
H A DTree.java103 setActiveDescendant(event.NewValue); in notifyEvent()
109 if (AnyConverter.isObject(event.NewValue)) { in notifyEvent()
110 add(event.NewValue); in notifyEvent()
/aoo42x/main/winaccessibility/source/service/
H A DAccListEventListener.cxx54 handleActiveDescendantChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
62 handleValueChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
H A DAccTableEventListener.cxx53 handleActiveDescendantChangedEvent(aEvent.OldValue, aEvent.NewValue); in notifyEvent()
83 handleTableModelChangeEvent(aEvent.NewValue); in notifyEvent()
/aoo42x/main/ucb/source/cacher/
H A Dcachedcontentresultset.cxx859 aEvt.NewValue <<= nNew; in impl_changeRowCount()
882 aEvt.NewValue <<= bNew; in impl_changeIsRowCountFinal()
1035 aEvt.NewValue <<= nNew; in setPropertyValue()
1068 aEvt.NewValue <<= nNew; in setPropertyValue()
1199 if( !( aEvt.NewValue >>= nNew ) ) in impl_propertyChange()
1213 if( !( aEvt.NewValue >>= bNew ) ) in impl_propertyChange()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx914 if(!evt.NewValue.hasValue()) in propertyChange()
917 xProp->setPropertyValue(PROPERTY_WIDTH,evt.NewValue); in propertyChange()
926 xProp->setPropertyValue(PROPERTY_HIDDEN,evt.NewValue); in propertyChange()
937 if(evt.NewValue.hasValue()) in propertyChange()
940 if(evt.NewValue >>= nAlign) in propertyChange()
943 xProp->setPropertyValue(PROPERTY_ALIGN,evt.NewValue); in propertyChange()
957 && (TypeClass_LONG == evt.NewValue.getValueTypeClass()) in propertyChange()
963 xProp->setPropertyValue(PROPERTY_FORMATKEY,evt.NewValue); in propertyChange()
975 sal_Bool bDefault = !evt.NewValue.hasValue(); in propertyChange()
979 pData->xObjectProperties->setPropertyValue(PROPERTY_ROW_HEIGHT,evt.NewValue); in propertyChange()
[all …]
/aoo42x/main/sw/source/core/access/
H A Dacccontext.cxx367 aEvent.NewValue <<= xThis; in ScrolledIn()
520 aEvent.NewValue <<= nState; in FireStateChangedEvent()
1107 aEvent.NewValue <<= xAcc; in ScrolledInShape()
1117 aStateChangedEvent.NewValue <<= AccessibleStateType::FOCUSED; in ScrolledInShape()
1312 aEvent.NewValue <<= (rChildFrmOrObj.GetWindow()->GetAccessible()); in InvalidateChildPosOrSize()
H A Daccmap.cxx2769 aEvent.NewValue <<= xAccParentTab; in InvalidateCursorPosition()
2789 … aEvent.NewValue <<= uno::Reference< XAccessible>(xParentAccImpl.getBodyPtr()); in InvalidateCursorPosition()
2801 aEvent.NewValue <<= xAccShape; in InvalidateCursorPosition()
2863 aEvent.NewValue <<= nNewPage; in FirePageChangeEvent()
2881 aEvent.NewValue <<= nNewSection; in FireSectionChangeEvent()
2899 aEvent.NewValue <<= nNewColumn; in FireColumnChangeEvent()
3479 aEvent.NewValue <<= xAccParent; in GetAccessibleCaption()
3486 aEvent.NewValue <<= xAcc; in GetAccessibleCaption()
H A Daccframebase.cxx203 aEvent.NewValue <<= xChild; in _InvalidateCursorPos()
267 aEvent.NewValue <<= GetName(); in Modify()
H A Dacctextframe.cxx116 aEvent.NewValue <<= msTitle; in Modify()
148 aEvent.NewValue <<= msDesc; in Modify()
H A Daccnotextframe.cxx134 aEvent.NewValue <<= msTitle; in Modify()
162 aEvent.NewValue <<= msDesc; in Modify()
/aoo42x/main/vcl/aqua/source/a11y/
H A Ddocumentfocuslistener.cxx74 aEvent.NewValue >>= nState; in notifyEvent()
87 if( (aEvent.NewValue >>= xChild) && xChild.is() ) in notifyEvent()
/aoo42x/main/reportdesign/source/core/sdr/
H A DPropertyForward.cxx119 xProp->setPropertyValue(evt.PropertyName,evt.NewValue); in propertyChange()
140 xProp->setPropertyValue(sPropName,aFind->second.second->operator()(sPropName,evt.NewValue)); in propertyChange()
/aoo42x/main/comphelper/source/misc/
H A Daccessiblecontexthelper.cxx206 aEvent.NewValue = _rNewValue; in NotifyAccessibleEvent()
235 aEvent.NewValue = _rNewValue; in BufferAccessibleEvent()
/aoo42x/main/toolkit/source/controls/
H A Dunocontrol.cxx544 if ( pEvents->NewValue >>= xStrResolver ) in ImplModelPropertiesChanged()
578 …aPeerPropertiesToSet.push_back(PropertyValue(pEvents->PropertyName, 0, pEvents->NewValue, Property… in ImplModelPropertiesChanged()
590 PropertyValue( pEvents->PropertyName, 0, pEvents->NewValue, PropertyState_DIRECT_VALUE ) ); in ImplModelPropertiesChanged()
604 PropertyValue( pEvents->PropertyName, 0, pEvents->NewValue, PropertyState_DIRECT_VALUE ) ); in ImplModelPropertiesChanged()
610 PropertyValue(pEvents->PropertyName, 0, pEvents->NewValue, PropertyState_DIRECT_VALUE)); in ImplModelPropertiesChanged()
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessibleCsvControl.cxx814 aEvent.NewValue <<= nPos; in SendCaretEvent()
1321 (bFocused ? aEvent.NewValue : aEvent.OldValue) <<= in SendFocusEvent()
1336 aEvent.NewValue <<= aModelChange; in SendTableUpdateEvent()
1351 aEvent.NewValue <<= aModelChange; in SendInsertColumnEvent()
1366 aEvent.NewValue <<= aModelChange; in SendRemoveColumnEvent()
/aoo42x/main/linguistic/source/
H A Dlngprophelp.cxx225 rEvt.NewValue >>= *pbVal; in propertyChange_Impl()
487 rEvt.NewValue >>= *pbVal; in propertyChange_Impl()
653 rEvt.NewValue >>= *pnVal; in propertyChange_Impl()
/aoo42x/main/reportdesign/source/ui/inspection/
H A DReportComponentHandler.cxx215 …Changed(const ::rtl::OUString & ActuatingPropertyName, const uno::Any & NewValue, const uno::Any &… in actuatingPropertyChanged() argument
217 …m_xFormComponentHandler->actuatingPropertyChanged(ActuatingPropertyName, NewValue, OldValue, Inspe… in actuatingPropertyChanged()
/aoo42x/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx755 …ranslations.push_back( EventTranslation( PROPERTY_TEXT_ANCHOR_TYPE, makeAny( _event.NewValue ) ) ); in propertyChange()
759 …anslations.push_back( EventTranslation( PROPERTY_SHEET_ANCHOR_TYPE, makeAny( _event.NewValue ) ) ); in propertyChange()
772 aTranslatedEvent.NewValue = t->aNewPropertyValue; in propertyChange()
H A Dsqlcommanddesign.cxx144 OSL_VERIFY( Event.NewValue >>= sCommand ); in propertyChange()
150 OSL_VERIFY( Event.NewValue >>= bEscapeProcessing ); in propertyChange()
/aoo42x/main/dbaccess/source/core/api/
H A Dquery.cxx299 ODataSettings::setFastPropertyValue_NoBroadcast(nOwnHandle, _rSource.NewValue); in propertyChange()
310 fire(&nOwnHandle, &_rSource.NewValue, &_rSource.OldValue, 1, sal_False); in propertyChange()
/aoo42x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx1231 aEvent.NewValue = uno::makeAny( aNewValue ); in setPropertyValues()
1269 aEvent.NewValue = uno::makeAny( bNewValue ); in setPropertyValues()
1306 aEvent.NewValue = uno::makeAny( bNewValue ); in setPropertyValues()
1357 aEvent.NewValue = uno::makeAny( aNewValue ); in setPropertyValues()
1404 aEvent.NewValue = rValue.Value; in setPropertyValues()
1475 aEvent.NewValue = uno::makeAny( aNewTitle ); in setPropertyValues()

Completed in 163 milliseconds

1234567