Home
last modified time | relevance | path

Searched defs:newValue (Results 1 – 25 of 48) sorted by path

12

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DComponent.java152 Object newValue; field in Component.PropertyChangeBroadcaster
177 protected void firePropertyChange(String property, Object oldValue, Object newValue) { in firePropertyChange()
H A DContainer.java155 Object newValue; field in Container.PropertyChangeBroadcaster
180 protected void firePropertyChange(String property, Object oldValue, Object newValue) { in firePropertyChange()
/trunk/main/basebmp/inc/basebmp/
H A Dpackedpixeliterator.hxx271 const difference_type newValue( remainder_ + 1 ); in inc() local
290 const difference_type newValue( remainder_ - 1 ); in dec() local
345 const difference_type newValue( remainder_ + d ); in operator +=() local
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx476 const difference_type newValue( remainder_ + 1 ); in inc() local
497 const difference_type newValue( remainder_ - 1 ); in dec() local
552 const difference_type newValue( remainder_ + d ); in operator +=() local
563 const difference_type newValue( remainder_ - d ); in operator -=() local
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx1030 css::uno::Any const & newValue, BoundListeners * boundListeners) in prepareSet()
/trunk/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java108 Object[] newValue = new Object[gValues.length]; in setPropertyValues() local
/trunk/main/forms/qa/integration/forms/
H A DCellBinding.java536 Integer newValue = new Integer( 1 ); in simulateUserRadioCheck() local
/trunk/main/framework/qa/complex/path_substitution/
H A DPathSubstitutionTest.java119 String newValue = oObj.substituteVariables(substString, true); in checkXStringSubstitution() local
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java211 String propertyName, Object oldValue, Object newValue, in prepareSet()
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java104 public void valueForPathChanged(TreePath path, Object newValue) { in valueForPathChanged()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XHierarchicalPropertySet.java96 Object newValue = ValueChanger.changePValue(oldValue); in _setHierarchicalPropertyValue() local
H A D_XMultiPropertySet.java189 Object newValue = ValueChanger.changePValue(gValues[i]); in _addPropertiesChangeListener() local
283 Object newValue = ValueChanger.changePValue(oldValue); in _setPropertyValues() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_ChartDataRowProperties.java44 int newValue; in _Axis() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XContainer.java322 Object newValue = inst2; in performChanges4() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XDocumentInfo.java186 String newValue = oldValues[i] + "_new"; in _setUserFieldValue() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_DrawingDocumentDrawView.java151 Object newValue=null; in _ZoomType() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/validation/
H A D_XValidatableFormComponent.java129 Object newValue = ValueChanger.changePValue(oldValue); in changeAllProperties() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XCalendar.java71 public short newValue = 2; field in _XCalendar
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_DataAccessDescriptor.java44 …XResultSet newValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,tEnv.getObjRelation(… in _ResultSet() local
87 …XConnection newValue = (XConnection) UnoRuntime.queryInterface(XConnection.class,tEnv.getObjRelati… in _ActiveConnection() local
H A D_RowSet.java80 Object newValue, Object resValue, Exception exception) in checkResult()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XCellRangeFormula.java45 String[][] newValue = oObj.getFormulaArray(); in _getFormulaArray() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_MailMerge.java69 …XResultSet newValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,tEnv.getObjRelation(… in _ResultSet() local
113 …XConnection newValue = (XConnection) UnoRuntime.queryInterface(XConnection.class,tEnv.getObjRelati… in _ActiveConnection() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XIndent.java66 int newValue = getIndent(); in _incrementIndent() local
79 int newValue = getIndent(); in _decrementIndent() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiPropertyTest.java199 Object newValue; in testProperty() local
285 Object newValue, Object resValue, Exception exception) in checkResult()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DGenericModelTest.java559 Object newValue = ps.getPropertyValue(ChangePropertyName); in wasCommited() local

Completed in 154 milliseconds

12