Home
last modified time | relevance | path

Searched refs:aValues (Results 51 – 75 of 260) sorted by relevance

1234567891011

/aoo41x/main/sfx2/source/doc/
H A Ddoctemplates.cxx747 Sequence< Any > aValues(3); in addEntry() local
748 aValues[0] = makeAny( rTitle ); in addEntry()
750 aValues[2] = makeAny( rTargetURL ); in addEntry()
797 Sequence< Any > aValues(2); in createFolder() local
861 Sequence< Any > aValues(2); in CreateNewUniqueFolderWithPrefix() local
862 aValues[0] = makeAny( aTryName ); in CreateNewUniqueFolderWithPrefix()
927 Sequence< Any > aValues(2); in CreateNewUniqueFileWithPrefix() local
1032 Sequence< OUString > aValues; in setProperty() local
1033 if ( rPropValue >>= aValues ) in setProperty()
1093 Sequence< OUString > aValues; in getProperty() local
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dconfigsettings.cxx95 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()
/aoo41x/main/chart2/source/tools/
H A DLogarithmicRegressionCurveCalculator.cxx58 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 DExponentialRegressionCurveCalculator.cxx58 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 DCommonConverters.cxx457 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()
/aoo41x/main/comphelper/source/property/
H A Dpropertysethelper.cxx158 …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 DChainablePropertySet.cxx137 …ropertyValues( 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()
H A Dopropertybag.cxx425 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()
/aoo41x/main/svx/source/table/
H A Dpropertyset.cxx191 …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()
/aoo41x/main/sw/source/ui/config/
H A Dfontcfg.cxx126 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()
/aoo41x/main/svx/source/items/
H A Dzoomslideritem.cxx167 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()
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java385 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 …]
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs277 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 …]
/aoo41x/main/toolkit/source/controls/
H A Ddialogcontrol.cxx353 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()
/aoo41x/main/vcl/unx/generic/app/
H A Dsoicon.cxx93 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()
/aoo41x/main/svtools/source/config/
H A Dhtmlcfg.cxx133 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()
/aoo41x/main/unotools/source/config/
H A Dsearchopt.cxx187 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 Dsyslocaleoptions.cxx171 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()
/aoo41x/main/sw/source/ui/envelp/
H A Denvimg.cxx194 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 Dlabelcfg.cxx170 Sequence<Any> aValues = GetProperties(aPropNames); in FillLabels() local
171 SwLabRec* pNewRec = lcl_CreateSwLabRec(aValues, rManufacturer); in FillLabels()
201 Sequence<Any> aValues = GetProperties(aProperties); in HasLabel() local
202 const Any* pValues = aValues.getConstArray(); in HasLabel()
262 Sequence<Any> aValues = GetProperties(aProperties); in SaveLabel() local
263 const Any* pValues = aValues.getConstArray(); in SaveLabel()
/aoo41x/main/unotools/source/property/
H A Dpropertysethelper.cxx136 …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()
/aoo41x/main/cppuhelper/test/
H A Dtestpropshlp.cxx1039 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 …]
/aoo41x/main/sc/source/core/tool/
H A Dfiltopt.cxx75 Sequence<Any> aValues = GetProperties(aNames); in ScFilterOptions() local
77 const Any* pValues = aValues.getConstArray(); in ScFilterOptions()
78 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScFilterOptions()
79 if(aValues.getLength() == aNames.getLength()) in ScFilterOptions()
/aoo41x/main/xmloff/source/style/
H A Dprstylei.cxx201 Sequence< PropertyValue > aValues; in CreateAndInsert() local
202 xImpPrMap->FillPropertySequence( maProperties, aValues ); in CreateAndInsert()
204 sal_Int32 nLen = aValues.getLength(); in CreateAndInsert()
209 aValues.realloc( nLen + 2 ); in CreateAndInsert()
210 PropertyValue *pProps = aValues.getArray() + nLen; in CreateAndInsert()
223 Reference < XAutoStyle > xAutoStyle = xAutoFamily->insertStyle( aValues ); in CreateAndInsert()
/aoo41x/main/extensions/source/dbpilots/
H A Dgroupboxwiz.cxx273 rSettings.aValues.clear(); in commitPage()
275 rSettings.aValues.reserve(m_aExistingRadios.GetEntryCount()); in commitPage()
279 rSettings.aValues.push_back(String::CreateFromInt32((sal_Int32)(i + 1))); in commitPage()
463 …DBG_ASSERT(rSettings.aLabels.size() == rSettings.aValues.size(), "OOptionValuesPage::initializePag… in initializePage()
476 m_aUncommittedValues = rSettings.aValues; in initializePage()
494 rSettings.aValues = m_aUncommittedValues; in commitPage()

Completed in 135 milliseconds

1234567891011