Home
last modified time | relevance | path

Searched refs:aNewValues (Results 1 – 7 of 7) sorted by relevance

/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java501 String[] aNewValues = new String[aValues.length]; in checkStringListProperty() local
502 System.arraycopy(aValues, 0, aNewValues, 0, aValues.length); in checkStringListProperty()
510 aNewValues = new String[1]; // create a String list in checkStringListProperty()
519 aNewValues[0] = newVal; in checkStringListProperty()
525 xFPS.setFastPropertyValue(handle, aNewValues); in checkStringListProperty()
537 if (!checkPaths(oObj, aNewValues)) in checkStringListProperty()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx367 Sequence< PropertyValue > aNewValues( nVals ); in UpdateAll() local
368 PropertyValue *pNewValue = aNewValues.getArray(); in UpdateAll()
389 DBG_ASSERT( pNewValue - aNewValues.getArray() == nVals, in UpdateAll()
395 sal_Bool bRes = aCfg.ReplaceSetProperties( aSubNodeName, aNewValues ); in UpdateAll()
/trunk/main/sw/source/ui/dbui/
H A Dmmconfigitem.cxx637 Sequence< PropertyValue > aNewValues(4); in Commit() local
638 PropertyValue* pNewValues = aNewValues.getArray(); in Commit()
652 SetSetProperties(C2U(cAddressDataAssignments), aNewValues); in Commit()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1164 ::css::uno::Sequence< ::css::beans::PropertyValue > aNewValues( nLength ); in retrieveCharacterAttributes()
1165 ::css::beans::PropertyValue* pNewValues = aNewValues.getArray(); in retrieveCharacterAttributes()
1172 return aNewValues; in retrieveCharacterAttributes()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1957 rtl::OUString aNewValues; in detectArguments() local
1969 aOldLabel = aNewLabel = aOldValues = aNewValues = aEmpty; in detectArguments()
1977 aNewValues = xNew->getValues()->getSourceRangeRepresentation(); in detectArguments()
1980 && ( aOldValues.equals(aNewValues) ) ) in detectArguments()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1558 uno::Sequence<beans::PropertyValue> aNewValues( nLength ); in getCharacterAttributes() local
1559 beans::PropertyValue* pNewValues = aNewValues.getArray(); in getCharacterAttributes()
1566 return aNewValues; in getCharacterAttributes()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx1921 uno::Sequence<PropertyValue> aNewValues( nLength ); in getCharacterAttributes() local
1922 PropertyValue* pNewValues = aNewValues.getArray(); in getCharacterAttributes()
1928 return aNewValues; in getCharacterAttributes()

Completed in 111 milliseconds