/trunk/main/chart2/source/tools/ |
H A D | PotentialRegressionCurveCalculator.cxx | 58 RegressionCalculationHelper::tDoubleVectorPair aValues( in recalculateRegression() local 63 const size_t nMax = aValues.first.size(); in recalculateRegression() 76 fAverageX += log( aValues.first[i] ); in recalculateRegression() 77 fAverageY += log( aValues.second[i] ); in recalculateRegression() 87 double fDeltaX = log( aValues.first[i] ) - fAverageX; in recalculateRegression() 88 double fDeltaY = log( aValues.second[i] ) - fAverageY; in recalculateRegression()
|
H A D | LogarithmicRegressionCurveCalculator.cxx | 58 RegressionCalculationHelper::tDoubleVectorPair aValues( in recalculateRegression() local 63 const size_t nMax = aValues.first.size(); in recalculateRegression() 76 fAverageX += log( aValues.first[i] ); in recalculateRegression() 77 fAverageY += aValues.second[i]; in recalculateRegression() 87 double fDeltaX = log( aValues.first[i] ) - fAverageX; in recalculateRegression() 88 double fDeltaY = aValues.second[i] - fAverageY; in recalculateRegression()
|
H A D | ExponentialRegressionCurveCalculator.cxx | 58 RegressionCalculationHelper::tDoubleVectorPair aValues( in recalculateRegression() local 63 const size_t nMax = aValues.first.size(); in recalculateRegression() 76 fAverageX += aValues.first[i]; in recalculateRegression() 77 fAverageY += log( aValues.second[i] ); in recalculateRegression() 87 double fDeltaX = aValues.first[i] - fAverageX; in recalculateRegression() 88 double fDeltaY = log( aValues.second[i] ) - fAverageY; in recalculateRegression()
|
H A D | CommonConverters.cxx | 457 uno::Sequence< uno::Any > aValues = xDataSequence->getData(); in DataSequenceToDoubleSequence() local 458 aResult.realloc(aValues.getLength()); in DataSequenceToDoubleSequence() 459 for(sal_Int32 nN=aValues.getLength();nN--;) in DataSequenceToDoubleSequence() 461 if( !(aValues[nN] >>= aResult[nN]) ) in DataSequenceToDoubleSequence() 483 uno::Sequence< uno::Any > aValues = xDataSequence->getData(); in DataSequenceToStringSequence() local 484 aResult.realloc(aValues.getLength()); in DataSequenceToStringSequence() 486 for(sal_Int32 nN=aValues.getLength();nN--;) in DataSequenceToStringSequence() 487 aValues[nN] >>= aResult[nN]; in DataSequenceToStringSequence()
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 385 Object[][] aValues = in doCellRangeSamples() local 409 xData.setDataArray( aValues ); in doCellRangeSamples() 899 aValues[1][0] = "Test13"; in doDocumentSamples() 900 aValues[1][1] = "Test14"; in doDocumentSamples() 903 aValues[0][0] = "Test21"; in doDocumentSamples() 904 aValues[0][1] = "Test22"; in doDocumentSamples() 911 aValues[1][0] = "Test33"; in doDocumentSamples() 912 aValues[1][1] = "Test34"; in doDocumentSamples() 1011 Object[][] aValues = in doNamedRangesSamples() local 1017 xData.setDataArray( aValues ); in doNamedRangesSamples() [all …]
|
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 277 uno.Any [][] aValues = in doCellRangeSamples() 343 xData.setDataArray( aValues ); in doCellRangeSamples() 902 uno.Any [][] aValues = { in doDocumentSamples() 909 aValues[ 1 ][ 0 ] = new uno.Any( "Test13" ); in doDocumentSamples() 912 xSheet, "B10:C11", aValues, in doDocumentSamples() 920 xSheet, "B10:C11", aValues, in doDocumentSamples() 928 xSheet, "B10:C11", aValues, in doDocumentSamples() 1035 uno.Any [][] aValues = in doNamedRangesSamples() 1044 xData.setDataArray( aValues ); in doNamedRangesSamples() 1131 uno.Any [][] aValues = in doDatabaseSamples() [all …]
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/ |
H A D | code.js | 364 function CreateValueTable (aValues) argument 366 …sResult = "<table class=\"value-table\"><tr><td>"+aValues[0]+"</td><td>"+aValues[1]+"</td><td>"+aV… 367 for (nIndex=3; nIndex<aValues.length; nIndex+=2) 369 sResult += "<tr><td></td><td>"+aValues[nIndex]+"</td><td>"+aValues[nIndex+1]+"</td></tr>";
|
/trunk/main/comphelper/source/property/ |
H A D | propertysethelper.cxx | 158 …onst Sequence< ::rtl::OUString >& aPropertyNames, const Sequence< Any >& aValues ) throw(PropertyV… in setPropertyValues() argument 162 if( nCount != aValues.getLength() ) in setPropertyValues() 180 _setPropertyValues( (const PropertyMapEntry**)pEntries, aValues.getConstArray() ); in setPropertyValues() 193 Sequence< Any > aValues; in getPropertyValues() local 210 aValues.realloc(nCount); in getPropertyValues() 211 _getPropertyValues( (const PropertyMapEntry**)pEntries, aValues.getArray() ); in getPropertyValues() 220 return aValues; in getPropertyValues()
|
H A D | opropertybag.cxx | 425 Sequence< Any > aValues; in getPropertyValues() local 428 aValues = OPropertyBag_PBase::getPropertyValues( aNames ); in getPropertyValues() 429 if ( aValues.getLength() != aNames.getLength() ) in getPropertyValues() 447 const Any* pValue = aValues.getArray(); in getPropertyValues() 522 Sequence< Any > aValues( aProperties.getLength() ); in impl_setPropertyValues_throw() local 526 aValues.getArray(), in impl_setPropertyValues_throw() 530 setFastPropertyValues( nCount, aHandles.getArray(), aValues.getConstArray(), nCount ); in impl_setPropertyValues_throw()
|
H A D | ChainablePropertySet.cxx | 137 …PropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames, const Sequence< Any >& aValues ) in setPropertyValues() argument 147 if( nCount != aValues.getLength() ) in setPropertyValues() 154 const Any * pAny = aValues.getConstArray(); in setPropertyValues() 181 Sequence < Any > aValues ( nCount ); in getPropertyValues() local 187 Any * pAny = aValues.getArray(); in getPropertyValues() 202 return aValues; in getPropertyValues()
|
/trunk/main/vcl/source/gdi/ |
H A D | configsettings.cxx | 95 Sequence< PropertyValue > aValues( group->second.size() ); in Commit() local 96 PropertyValue* pValues = aValues.getArray(); in Commit() 110 ReplaceSetProperties( aKeyName, aValues ); in Commit() 155 Sequence< Any > aValues( GetProperties( aSettingsKeys ) ); in getValues() local 156 const Any* pValue = aValues.getConstArray(); in getValues() 157 for( int i = 0; i < aValues.getLength(); i++, pValue++ ) in getValues()
|
/trunk/main/sw/source/ui/config/ |
H A D | fontcfg.cxx | 126 Sequence<Any> aValues = GetProperties(aNames); in SwStdFontConfig() local 127 const Any* pValues = aValues.getConstArray(); in SwStdFontConfig() 128 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in SwStdFontConfig() 129 if(aValues.getLength() == aNames.getLength()) in SwStdFontConfig() 156 Sequence<Any> aValues(aNames.getLength()); in Commit() local 157 Any* pValues = aValues.getArray(); in Commit() 181 PutProperties(aNames, aValues); in Commit()
|
/trunk/main/svx/source/table/ |
H A D | propertyset.cxx | 191 …lues( const Sequence< OUString >& aPropertyNames, const Sequence< Any >& aValues ) throw (Property… in setPropertyValues() argument 194 const Any* pValues = aValues.getConstArray(); in setPropertyValues() 196 if( nCount != aValues.getLength() ) in setPropertyValues() 218 Sequence< Any > aValues( nCount ); in getPropertyValues() local 221 Any* pValues = aValues.getArray(); in getPropertyValues() 234 return aValues; in getPropertyValues()
|
/trunk/main/toolkit/source/controls/ |
H A D | dialogcontrol.cxx | 353 Sequence< Any > aValues( 2 ); in windowResized() local 357 aValues[0] <<= aAppFontSize.Height(); in windowResized() 358 aValues[1] <<= aAppFontSize.Width(); in windowResized() 360 ImplSetPropertyValues( aProps, aValues, true ); in windowResized() 381 Sequence< Any > aValues( 2 ); in windowMoved() local 384 aValues[0] <<= aTmp.Width(); in windowMoved() 385 aValues[1] <<= aTmp.Height(); in windowMoved() 387 ImplSetPropertyValues( aProps, aValues, true ); in windowMoved()
|
/trunk/main/svx/source/items/ |
H A D | zoomslideritem.cxx | 167 com::sun::star::uno::Sequence < sal_Int32 > aValues; in PutValue() local 182 bAllConverted &= ( aSeq[i].Value >>= aValues ); in PutValue() 200 maValues = aValues; in PutValue() 225 com::sun::star::uno::Sequence < sal_Int32 > aValues; in PutValue() local 226 if ( rVal >>= aValues ) in PutValue() 228 maValues = aValues; in PutValue()
|
/trunk/main/svtools/source/config/ |
H A D | htmlcfg.cxx | 133 Sequence<Any> aValues = GetProperties(aNames); in Load() local 134 const Any* pValues = aValues.getConstArray(); in Load() 135 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load() 136 if(aValues.getLength() == aNames.getLength()) in Load() 216 Sequence<Any> aValues(aNames.getLength()); in Commit() local 217 Any* pValues = aValues.getArray(); in Commit() 265 PutProperties(aNames, aValues); in Commit()
|
/trunk/main/unotools/source/config/ |
H A D | searchopt.cxx | 187 const Sequence< Any > aValues = GetProperties( aNames ); in Load() local 188 DBG_ASSERT( aValues.getLength() == aNames.getLength(), in Load() 192 if (nProps && aValues.getLength() == nProps) in Load() 196 const Any* pValues = aValues.getConstArray(); in Load() 241 Sequence< Any > aValues( nProps ); in Save() local 242 Any *pValue = aValues.getArray(); in Save() 250 bSucc |= PutProperties( aNames, aValues ); in Save()
|
H A D | syslocaleoptions.cxx | 171 Sequence< Any > aValues = GetProperties( aNames ); in SvtSysLocaleOptions_Impl() local 173 const Any* pValues = aValues.getConstArray(); in SvtSysLocaleOptions_Impl() 175 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in SvtSysLocaleOptions_Impl() 177 … if ( aValues.getLength() == aNames.getLength() && aROStates.getLength() == aNames.getLength() ) in SvtSysLocaleOptions_Impl() 318 Sequence< Any > aValues( nOrgCount ); in Commit() local 321 Any* pValues = aValues.getArray(); in Commit() 371 aValues.realloc(nRealCount); in Commit() 372 PutProperties( aNames, aValues ); in Commit()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | soicon.cxx | 93 XGCValues aValues; in SelectAppIconPixmap() local 94 aValues.foreground = 0xffffffff; in SelectAppIconPixmap() 95 aValues.background = 0; in SelectAppIconPixmap() 96 aValues.function = GXcopy; in SelectAppIconPixmap() 98 GCFunction|GCForeground|GCBackground, &aValues ); in SelectAppIconPixmap()
|
/trunk/main/sw/source/ui/envelp/ |
H A D | envimg.cxx | 194 Sequence<Any> aValues = GetProperties(aNames); in SwEnvCfgItem() local 196 const Any* pValues = aValues.getConstArray(); in SwEnvCfgItem() 197 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in SwEnvCfgItem() 198 if(aValues.getLength() == aNames.getLength()) in SwEnvCfgItem() 264 Sequence<Any> aValues(aNames.getLength()); in Commit() local 265 Any* pValues = aValues.getArray(); in Commit() 287 PutProperties(aNames, aValues); in Commit()
|
H A D | labelcfg.cxx | 174 Sequence<Any> aValues = GetProperties(aPropNames); in FillLabels() local 175 SwLabRec* pNewRec = lcl_CreateSwLabRec(aValues, rManufacturer); in FillLabels() 205 Sequence<Any> aValues = GetProperties(aProperties); in HasLabel() local 206 const Any* pValues = aValues.getConstArray(); in HasLabel() 266 Sequence<Any> aValues = GetProperties(aProperties); in SaveLabel() local 267 const Any* pValues = aValues.getConstArray(); in SaveLabel()
|
/trunk/main/unotools/source/property/ |
H A D | propertysethelper.cxx | 136 …onst Sequence< ::rtl::OUString >& aPropertyNames, const Sequence< Any >& aValues ) throw(PropertyV… in setPropertyValues() argument 140 if( nCount != aValues.getLength() ) in setPropertyValues() 157 _setPropertyValues( (const PropertyMapEntry**)pEntries, aValues.getConstArray() ); in setPropertyValues() 170 Sequence< Any > aValues; in getPropertyValues() local 185 _getPropertyValues( (const PropertyMapEntry**)pEntries, aValues.getArray() ); in getPropertyValues() 193 return aValues; in getPropertyValues()
|
/trunk/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 1039 Sequence< Any > aValues = pPS->getPropertyValues( valueNames ); in test_PropertySetHelper() local 1041 b = *((sal_Bool*)aValues.getConstArray()[0].getValue()); in test_PropertySetHelper() 1042 aValues.getConstArray()[1] >>= n16; in test_PropertySetHelper() 1043 aValues.getConstArray()[2] >>= n32; in test_PropertySetHelper() 1130 Sequence< Any > aValues( 2 ); in test_PropertySetHelper() local 1131 aValues.getArray()[0] <<= (sal_Int16) 22; in test_PropertySetHelper() 1132 aValues.getArray()[1] <<= (sal_Int16) 44; in test_PropertySetHelper() 1133 pPS->setPropertyValues( szPN, aValues ); in test_PropertySetHelper() 1163 aValues.getArray()[0] <<= (sal_Int16)44; in test_PropertySetHelper() 1164 aValues.getArray()[1] <<= (sal_Int16)100; in test_PropertySetHelper() [all …]
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
H A D | NumberNode.java | 102 final Vector<T> aValues = new Vector<>(); in ApplyRestriction() local 104 aValues.add(ParseString(sEnumerationValue)); in ApplyRestriction() 105 ApplyEnumeration(aValues); in ApplyRestriction() 211 private void ApplyEnumeration (final Vector<T> aValues) in ApplyEnumeration() argument 215 maEnumeration = aValues; in ApplyEnumeration()
|
/trunk/main/dbaccess/source/core/dataaccess/ |
H A D | datasource.cxx | 867 Sequence<PropertyValue> aValues; in convertFastPropertyValue() local 868 if (!(rValue >>= aValues)) in convertFastPropertyValue() 871 const PropertyValue* valueEnd = aValues.getConstArray() + aValues.getLength(); in convertFastPropertyValue() 872 const PropertyValue* checkName = aValues.getConstArray(); in convertFastPropertyValue() 880 bModified = aSettings.getLength() != aValues.getLength(); in convertFastPropertyValue() 884 const PropertyValue* checkValue = aValues.getConstArray(); in convertFastPropertyValue() 1072 Sequence< PropertyValue > aValues( m_pImpl->m_xSettings->getPropertyValues() ); in getFastPropertyValue() local 1076 Sequence< PropertyValue > aNonDefaultOrUserDefined( aValues.getLength() ); in getFastPropertyValue() 1078 aValues.getConstArray(), in getFastPropertyValue() 1079 aValues.getConstArray() + aValues.getLength(), in getFastPropertyValue()
|