Home
last modified time | relevance | path

Searched refs:aValues (Results 1 – 25 of 266) sorted by relevance

1234567891011

/trunk/main/sc/source/core/tool/
H A Dappoptio.cxx397 Sequence<Any> aValues; in ScAppCfg() local
401 aValues = aLayoutItem.GetProperties(aNames); in ScAppCfg()
403 pValues = aValues.getConstArray(); in ScAppCfg()
404 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg()
405 if(aValues.getLength() == aNames.getLength()) in ScAppCfg()
436 aValues = aInputItem.GetProperties(aNames); in ScAppCfg()
438 pValues = aValues.getConstArray(); in ScAppCfg()
439 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg()
440 if(aValues.getLength() == aNames.getLength()) in ScAppCfg()
465 aValues = aRevisionItem.GetProperties(aNames); in ScAppCfg()
[all …]
H A Dviewopti.cxx427 Sequence<Any> aValues = aLayoutItem.GetProperties(aNames); in ScViewCfg() local
429 const Any* pValues = aValues.getConstArray(); in ScViewCfg()
430 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScViewCfg()
431 if(aValues.getLength() == aNames.getLength()) in ScViewCfg()
482 aValues = aDisplayItem.GetProperties(aNames); in ScViewCfg()
484 pValues = aValues.getConstArray(); in ScViewCfg()
485 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScViewCfg()
486 if(aValues.getLength() == aNames.getLength()) in ScViewCfg()
548 aValues = aGridItem.GetProperties(aNames); in ScViewCfg()
550 pValues = aValues.getConstArray(); in ScViewCfg()
[all …]
H A Ddocoptio.cxx259 Sequence<Any> aValues; in ScDocCfg() local
266 aValues = aCalcItem.GetProperties(aNames); in ScDocCfg()
268 pValues = aValues.getConstArray(); in ScDocCfg()
269 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScDocCfg()
270 if(aValues.getLength() == aNames.getLength()) in ScDocCfg()
325 aValues = aLayoutItem.GetProperties(aNames); in ScDocCfg()
327 pValues = aValues.getConstArray(); in ScDocCfg()
328 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScDocCfg()
329 if(aValues.getLength() == aNames.getLength()) in ScDocCfg()
353 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK() local
[all …]
/trunk/main/comphelper/source/misc/
H A Dnamedvaluecollection.cxx68 NamedValueRepository aValues; member
90 m_pImpl->aValues = i_rCopySource.m_pImpl->aValues; in operator =()
143 … ( NamedValueRepository::const_iterator namedValue = _rAdditionalValues.m_pImpl->aValues.begin(); in merge()
144 namedValue != _rAdditionalValues.m_pImpl->aValues.end(); in merge()
158 return m_pImpl->aValues.size(); in size()
164 return m_pImpl->aValues.empty(); in empty()
170 ::std::vector< ::rtl::OUString > aNames( m_pImpl->aValues.size() ); in getNames()
172 m_pImpl->aValues.begin(), in getNames()
173 m_pImpl->aValues.end(), in getNames()
205 m_pImpl->aValues.swap( aEmpty ); in impl_assign()
[all …]
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx156 Sequence<Any> aValues(aNames.getLength()); in Commit() local
157 Any* pValues = aValues.getArray(); in Commit()
187 PutProperties(aNames, aValues); in Commit()
195 Sequence<Any> aValues = GetProperties(aNames); in Load() local
196 const Any* pValues = aValues.getConstArray(); in Load()
197 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
198 if(aValues.getLength() == aNames.getLength()) in Load()
299 Sequence<Any> aValues(aNames.getLength()); in Commit() local
300 Any* pValues = aValues.getArray(); in Commit()
338 PutProperties(aNames, aValues); in Commit()
[all …]
H A Dmodcfg.cxx337 Sequence<Any> aValues(aNames.getLength()); in Commit() local
338 Any* pValues = aValues.getArray(); in Commit()
356 PutProperties(aNames, aValues); in Commit()
390 Sequence<Any> aValues = GetProperties(aNames); in Load() local
391 const Any* pValues = aValues.getConstArray(); in Load()
392 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
393 if(aValues.getLength() == aNames.getLength()) in Load()
694 Sequence<Any> aValues(aNames.getLength()); in Commit() local
695 Any* pValues = aValues.getArray(); in Commit()
864 PutProperties(aNames, aValues); in Commit()
[all …]
/trunk/main/unotools/source/config/
H A Djavaoptions.cxx83 Sequence< Any > aValues = GetProperties(aNames); in SvtExecAppletsItem_Impl() local
85 const Any* pValues = aValues.getConstArray(); in SvtExecAppletsItem_Impl()
87 if(aValues.getLength() && aROStates.getLength() && pValues[0].hasValue()) in SvtExecAppletsItem_Impl()
100 Sequence< Any > aValues(1); in Commit() local
101 aValues.getArray()[0].setValue(&bExecute, ::getBooleanCppuType()); in Commit()
102 PutProperties(aNames, aValues); in Commit()
150 Sequence< Any > aValues = GetProperties(pImpl->aPropertyNames); in SvtJavaOptions() local
152 const Any* pValues = aValues.getConstArray(); in SvtJavaOptions()
154 …if ( aValues.getLength() == pImpl->aPropertyNames.getLength() && aROStates.getLength() == pImpl->a… in SvtJavaOptions()
191 Sequence< Any > aValues(nOrgCount); in Commit() local
[all …]
H A Dfltrcfg.cxx113 Sequence<Any> aValues(aNames.getLength()); in Commit() local
114 Any* pValues = aValues.getArray(); in Commit()
120 PutProperties(aNames, aValues); in Commit()
139 Sequence<Any> aValues = GetProperties(aNames); in Load() local
140 const Any* pValues = aValues.getConstArray(); in Load()
175 Sequence<Any> aValues(1); in Commit() local
176 aValues[0] <<= bLoadExecutable; in Commit()
178 PutProperties(aNames, aValues); in Commit()
188 Sequence<Any> aValues = GetProperties(aNames); in Load() local
189 const Any* pValues = aValues.getConstArray(); in Load()
[all …]
H A Dinetoptions.cxx184 star::uno::Sequence< star::uno::Any > aValues(ENTRY_COUNT); in Commit() local
192 aValues[nCount] = m_aEntries[i].m_aValue; in Commit()
200 aValues.realloc(nCount); in Commit()
201 PutProperties(aKeys, aValues); in Commit()
301 aValues(GetProperties(aKeys)); in getProperty() local
302 OSL_ENSURE(aValues.getLength() == nCount, in getProperty()
305 nCount = std::min(nCount, aValues.getLength()); in getProperty()
313 m_aEntries[nIndices[i]].m_aValue = aValues[i]; in getProperty()
344 star::uno::Sequence< star::uno::Any > aValues(1); in setProperty() local
345 aValues[0] = rValue; in setProperty()
[all …]
/trunk/main/sw/source/core/fields/
H A Dflddropdown.cxx68 aValues(rSrc.aValues), aSelectedItem(rSrc.aSelectedItem), in SwDropDownField()
82 vector<String>::const_iterator aIt = aValues.begin(); in Expand()
83 if ( aIt != aValues.end()) in Expand()
119 aValues = rItems; in SetItems()
125 aValues.clear(); in SetItems()
129 aValues.push_back(rItems[i]); in SetItems()
136 uno::Sequence<OUString> aSeq( aValues.size() ); in GetItemSequence()
141 for (aIt = aValues.begin(); aIt != aValues.end(); aIt++) in GetItemSequence()
174 std::find(aValues.begin(), aValues.end(), rItem); in SetSelectedItem()
176 if (aIt != aValues.end()) in SetSelectedItem()
[all …]
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx226 uno::Sequence< uno::Any > aValues = /*aCfg.*/GetProperties( aNames ); in SetAvailableCfgServiceLists() local
227 if (aValues.getLength()) in SetAvailableCfgServiceLists()
231 const uno::Any &rValue = aValues.getConstArray()[0]; in SetAvailableCfgServiceLists()
640 uno::Sequence< uno::Any > aValues; in Notify() local
670 aValues = /*aCfg.*/GetProperties( aNames ); in Notify()
672 if (aValues.getLength()) in Notify()
673 aSvcImplNames = GetLangSvcList( aValues.getConstArray()[0] ); in Notify()
695 aValues = /*aCfg.*/GetProperties( aNames ); in Notify()
697 if (aValues.getLength()) in Notify()
698 aSvcImplNames = GetLangSvc( aValues.getConstArray()[0] ); in Notify()
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DDateTime.cxx161 uno::Sequence<beans::PropertyValue> aValues( 6 ); in Execute() local
162 aValues[nLength].Name = PROPERTY_SECTION; in Execute()
163 aValues[nLength++].Value <<= m_xHoldAlive; in Execute()
165 aValues[nLength].Name = PROPERTY_TIME_STATE; in Execute()
166 aValues[nLength++].Value <<= m_aTime.IsChecked(); in Execute()
168 aValues[nLength].Name = PROPERTY_DATE_STATE; in Execute()
169 aValues[nLength++].Value <<= m_aDate.IsChecked(); in Execute()
171 aValues[nLength].Name = PROPERTY_FORMATKEYDATE; in Execute()
172 aValues[nLength++].Value <<= getFormatKey(sal_True); in Execute()
174 aValues[nLength].Name = PROPERTY_FORMATKEYTIME; in Execute()
[all …]
H A DPageNumber.cxx137 uno::Sequence<beans::PropertyValue> aValues( 3 ); in Execute() local
138 aValues[nLength].Name = PROPERTY_POSITION; in Execute()
139 aValues[nLength++].Value <<= awt::Point(nPosX,0); in Execute()
141 aValues[nLength].Name = PROPERTY_PAGEHEADERON; in Execute()
142 aValues[nLength++].Value <<= m_aTopPage.IsChecked(); in Execute()
144 aValues[nLength].Name = PROPERTY_STATE; in Execute()
145 aValues[nLength++].Value <<= m_aPageNofM.IsChecked(); in Execute()
147 m_pController->executeChecked(SID_INSERT_FLD_PGNUMBER,aValues); in Execute()
/trunk/main/xmloff/source/forms/
H A Dgridcolumnproptranslator.cxx240 Sequence< Any > aValues( &aValue, 1 ); in setPropertyValue() local
241 setPropertyValues( aNames, aValues ); in setPropertyValue()
248 Sequence< Any > aValues = getPropertyValues( aNames ); in getPropertyValue() local
249 …OSL_ENSURE( aValues.getLength() == 1, "OGridColumnPropertyTranslator::getPropertyValue: nonsense!"… in getPropertyValue()
250 if ( aValues.getLength() == 1 ) in getPropertyValue()
251 return aValues[0]; in getPropertyValue()
280 …onst Sequence< ::rtl::OUString >& aPropertyNames, const Sequence< Any >& aValues ) throw (Property… in setPropertyValues() argument
289 Sequence< Any > aTranslatedValues( aValues ); in setPropertyValues()
304 Sequence< Any > aValues( aPropertyNames.getLength() ); in getPropertyValues() local
306 return aValues; in getPropertyValues()
[all …]
/trunk/main/starmath/source/
H A Dcfgitem.cxx483 const Sequence< Any > aValues = ((SmMathConfig*) this)->GetProperties( aNames ); in ReadSymbol() local
485 if (nProps && aValues.getLength() == nProps) in ReadSymbol()
487 const Any * pValue = aValues.getConstArray(); in ReadSymbol()
602 Sequence< PropertyValue > aValues( nCount * nSymbolProps ); in SetSymbols() local
603 PropertyValue *pValues = aValues.getArray(); in SetSymbols()
648 ReplaceSetProperties( A2OU( SYMBOL_LIST ) , aValues ); in SetSymbols()
710 const Sequence< Any > aValues = ((SmMathConfig*) this)->GetProperties( aNames ); in ReadFontFormat() local
712 if (nProps && aValues.getLength() == nProps) in ReadFontFormat()
714 const Any * pValue = aValues.getConstArray(); in ReadFontFormat()
768 Sequence< PropertyValue > aValues( nCount * nSymbolProps ); in SaveFontFormatList() local
[all …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx400 Sequence< PropertyValue > aValues; in createUniqueInterfaceName() local
404 if( !(aAny >>= aValues) ) in createUniqueInterfaceName()
407 const sal_Int32 nValueCount( aValues.getLength() ); in createUniqueInterfaceName()
408 PropertyValue* pValues = aValues.getArray(); in createUniqueInterfaceName()
609 Sequence< PropertyValue > aValues(4); in insertOrEdit() local
611 aValues[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "UIName" ) ); in insertOrEdit()
612 aValues[0].Value <<= pFilterEntry->maInterfaceName; in insertOrEdit()
617 aValues[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "ClipboardFormat" ) ); in insertOrEdit()
629 aValues[1].Value <<= OUString(); in insertOrEdit()
631 aValues[1].Value <<= aDocType; in insertOrEdit()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx698 XGCValues aValues; in drawMaskedBitmap() local
705 aValues.function = GXcopy, aValues.foreground = nWhite, aValues.background = nBlack; in drawMaskedBitmap()
706 aTmpGC = XCreateGC( pXDisp, aFG, nValues, &aValues ); in drawMaskedBitmap()
719 aValues.function = GXand, aValues.foreground = 0x00000000, aValues.background = 0xffffffff; in drawMaskedBitmap()
720 XChangeGC( pXDisp, aTmpGC, nValues, &aValues ); in drawMaskedBitmap()
729aValues.function = GXand, aValues.foreground = 0xffffffff, aValues.background = 0x00000000; in drawMaskedBitmap()
730 XChangeGC( pXDisp, aTmpGC, nValues, &aValues ); in drawMaskedBitmap()
737 aValues.function = GXxor, aValues.foreground = 0xffffffff, aValues.background = 0x00000000; in drawMaskedBitmap()
738 XChangeGC( pXDisp, aTmpGC, nValues, &aValues ); in drawMaskedBitmap()
974 XGCValues aValues; in drawMask() local
[all …]
/trunk/main/chart2/source/tools/
H A DLinearRegressionCurveCalculator.cxx58 RegressionCalculationHelper::tDoubleVectorPair aValues( in recalculateRegression() local
63 const size_t nMax = aValues.first.size(); in recalculateRegression()
76 fSumX += aValues.first[i]; in recalculateRegression()
77 fSumY += aValues.second[i]; in recalculateRegression()
78 fSumXSq += aValues.first[i] * aValues.first[i]; in recalculateRegression()
79 fSumYSq += aValues.second[i] * aValues.second[i]; in recalculateRegression()
80 fSumXY += aValues.first[i] * aValues.second[i]; in recalculateRegression()
H A DUncachedDataSequence.cxx188 …Sequence< uno::Any > aValues( m_xDataProvider->getDataByRangeRepresentation( m_aSourceRepresentati… in APPHELPER_XSERVICEINFO_IMPL() local
189 aResult.realloc( aValues.getLength()); in APPHELPER_XSERVICEINFO_IMPL()
190 ::std::transform( aValues.getConstArray(), aValues.getConstArray() + aValues.getLength(), in APPHELPER_XSERVICEINFO_IMPL()
206 …Sequence< uno::Any > aValues( m_xDataProvider->getDataByRangeRepresentation( m_aSourceRepresentati… in getTextualData() local
207 aResult.realloc( aValues.getLength()); in getTextualData()
208 ::std::transform( aValues.getConstArray(), aValues.getConstArray() + aValues.getLength(), in getTextualData()
H A DCharacterProperties.cxx606 uno::Sequence< uno::Any > aValues( xMultiPropSet->getPropertyValues( aPropNameSeq )); in createFontDescriptorFromPropertySet() local
610 aValues[ i++ ] >>= aResult.CharSet; in createFontDescriptorFromPropertySet()
611 aValues[ i++ ] >>= aResult.Family; in createFontDescriptorFromPropertySet()
612 aValues[ i++ ] >>= aResult.Name; in createFontDescriptorFromPropertySet()
613 aValues[ i++ ] >>= aResult.Pitch; in createFontDescriptorFromPropertySet()
614 aValues[ i++ ] >>= aResult.StyleName; in createFontDescriptorFromPropertySet()
616 aValues[ i++ ] >>= fCharHeight; in createFontDescriptorFromPropertySet()
618 aValues[ i++ ] >>= aResult.Slant; in createFontDescriptorFromPropertySet()
619 aValues[ i++ ] >>= aResult.Strikeout; in createFontDescriptorFromPropertySet()
620 aValues[ i++ ] >>= aResult.Underline; in createFontDescriptorFromPropertySet()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dnamedvaluecollection.hxx298 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aValues; in getPropertyValues()
299 *this >>= aValues; in getPropertyValues()
300 return aValues; in getPropertyValues()
324 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue > aValues; in getNamedValues()
325 *this >>= aValues; in getNamedValues()
326 return aValues; in getNamedValues()
353 ::com::sun::star::uno::Sequence< VALUE_TYPE > aValues; in impl_wrap()
354 *this >>= aValues; in impl_wrap()
355 …::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aWrappedValues( aValues.getLength() … in impl_wrap()
358 const VALUE_TYPE* pV = aValues.getConstArray(); in impl_wrap()
[all …]
/trunk/main/xmloff/source/script/
H A DXMLStarBasicContextFactory.cxx116 Sequence<PropertyValue> aValues(3); in CreateContext() local
119 aValues[0].Name = sEventType; in CreateContext()
120 aValues[0].Value <<= sStarBasic; in CreateContext()
123 aValues[1].Name = sLibrary; in CreateContext()
124 aValues[1].Value <<= sLibraryVal; in CreateContext()
127 aValues[2].Name = sMacroName; in CreateContext()
128 aValues[2].Value <<= sMacroNameVal; in CreateContext()
131 rEvents->AddEventValues(rApiEventName, aValues); in CreateContext()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx132 Sequence<Any> aValues = GetProperties(aNames); in Load() local
135 const Any* pValues = aValues.getConstArray(); in Load()
136 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
137 if(aValues.getLength() == aNames.getLength()) in Load()
249 Sequence<Any> aValues(aNames.getLength()); in Commit() local
250 Any* pValues = aValues.getArray(); in Commit()
325 PutProperties(aNames, aValues); in Commit()
402 Sequence<Any> aValues = GetProperties(aNames); in Load() local
405 const Any* pValues = aValues.getConstArray(); in Load()
406 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
[all …]
/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx68 Sequence< PropertyValue > aValues( m_aAttributeMap.size() ); in GetCharacterAttributes() local
69 PropertyValue* pValues = aValues.getArray(); in GetCharacterAttributes()
79 return aValues; in GetCharacterAttributes()
86 Sequence< PropertyValue > aValues; in GetCharacterAttributes() local
101 aValues.realloc( aAttributeMap.size() ); in GetCharacterAttributes()
102 PropertyValue* pValues = aValues.getArray(); in GetCharacterAttributes()
114 aValues = GetCharacterAttributes(); in GetCharacterAttributes()
117 return aValues; in GetCharacterAttributes()
/trunk/main/xmloff/source/style/
H A DMultiPropertySetHelper.cxx59 aValues(), in MultiPropertySetHelper()
78 aValues(), in MultiPropertySetHelper()
151 aValues = rMultiPropertySet->getPropertyValues( aPropertySequence ); in getValues()
152 pValues = aValues.getConstArray(); in getValues()
163 if ( aValues.getLength() != nSupportedPropertiesCount ) in getValues()
164 aValues.realloc( nSupportedPropertiesCount ); in getValues()
165 Any* pMutableArray = aValues.getArray(); in getValues()
173 pValues = aValues.getConstArray(); in getValues()

1234567891011