Home
last modified time | relevance | path

Searched refs:newValue (Results 51 – 70 of 70) sorted by relevance

123

/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java548 Integer newValue = new Integer( 1 ); in simulateUserRadioCheck() local
549 xValue.setCurrentValue( newValue ); in simulateUserRadioCheck()
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl157 * Context Info: attrName, attrChange, prevValue, newValue, relatedNode
165 * Context Info: prevValue, newValue
/trunk/main/winaccessibility/inc/
H A DAccObjectContainerEventListener.hxx45 virtual void SAL_CALL handleStateChangedEvent (Any oldValue, Any newValue);
H A DAccTreeEventListener.hxx47 virtual void SAL_CALL handleActiveDescendantChangedEvent(Any oldValue, Any newValue);
H A DAccMenuEventListener.hxx48 virtual void SAL_CALL handleChildChangedEvent (Any oldValue, Any newValue);
H A DAccDialogEventListener.hxx48 virtual void SAL_CALL handleChildChangedEvent (Any oldValue, Any newValue);
H A DAccFrameEventListener.hxx48 virtual void SAL_CALL handleChildChangedEvent(Any oldValue, Any newValue);
H A DAccWindowEventListener.hxx47 virtual void SAL_CALL handleChildChangedEvent (Any oldValue, Any newValue);
H A DAccParagraphEventListener.hxx48 virtual void SAL_CALL handleCaretChangedEvent(Any oldValue, Any newValue);
H A DAccEventListener.hxx65 virtual void SAL_CALL handleStateChangedEvent (Any oldValue, Any newValue);
/trunk/main/winaccessibility/source/service/
H A DAccParagraphEventListener.cxx94 void AccParagraphEventListener::handleCaretChangedEvent(Any oldValue, Any newValue) in handleCaretChangedEvent() argument
/trunk/main/reportdesign/source/core/inc/
H A DReportHelperImpl.hxx215 float newValue = the_value; \
216 set(PROPERTY_CHARROTATION,newValue,varName.aFontDescriptor.Orientation); \
227 float newValue = the_value; \
228 set(PROPERTY_CHARSCALEWIDTH,newValue,varName.aFontDescriptor.CharacterWidth); \
/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModelBase.java129 public void valueForPathChanged(TreePath path, Object newValue) in valueForPathChanged() argument
/trunk/main/xmlsecurity/tools/uno/
H A DDomToTreeModelAdapter.java92 public void valueForPathChanged(TreePath path, Object newValue) in valueForPathChanged() argument
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx505 rtl::OUString newValue = getProperty( propName, rKind ); in isPropertyTouched() local
506 bool isTouched = oriValue != newValue; in isPropertyTouched()
508 …STRING_CSTR(propName), isTouched ? "yes" : "no", OUSTRING_CSTR(oriValue), OUSTRING_CSTR(newValue)); in isPropertyTouched()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_BaseIndex.java147 Object newValue, Object resValue, in _LevelFormat()
/trunk/main/unoxml/source/dom/
H A Dcharacterdata.hxx58 OUString const& prevValue, OUString const& newValue);
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx1030 css::uno::Any const & newValue, BoundListeners * boundListeners) in prepareSet() argument
1079 false, it->second.property.Handle, oldValue, newValue); in prepareSet()
1101 false, it->second.property.Handle, oldValue, newValue); in prepareSet()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropertysetmixin.hxx232 com::sun::star::uno::Any const & newValue,
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java104 public void valueForPathChanged(TreePath path, Object newValue) { in valueForPathChanged() argument

Completed in 239 milliseconds

123