Home
last modified time | relevance | path

Searched refs:aValues (Results 76 – 100 of 260) sorted by relevance

1234567891011

/aoo41x/main/vcl/unx/generic/dtrans/
H A Dconfig.cxx84 Sequence< Any > aValues = GetProperties( aKeys ); in DtransX11ConfigItem() local
86 fprintf( stderr, "found %ld properties for %s\n", aValues.getLength(), SELECTION_PROPERTY ); in DtransX11ConfigItem()
88 Any* pValue = aValues.getArray(); in DtransX11ConfigItem()
89 for( int i = 0; i < aValues.getLength(); i++, pValue++ ) in DtransX11ConfigItem()
/aoo41x/main/sw/source/ui/config/
H A Ddbconfig.cxx98 Sequence<Any> aValues = GetProperties(rNames); in Load() local
99 const Any* pValues = aValues.getConstArray(); in Load()
100 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in Load()
101 if(aValues.getLength() == rNames.getLength()) in Load()
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx867 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()
/aoo41x/main/vcl/unx/generic/printer/
H A Djobdata.cxx214 ByteString aValues( aLine.Copy( 17 ) ); in constructFromStreamBuffer() local
215 rJobData.m_nLeftMarginAdjust = aValues.GetToken( 0, ',' ).ToInt32(); in constructFromStreamBuffer()
216 rJobData.m_nRightMarginAdjust = aValues.GetToken( 1, ',' ).ToInt32(); in constructFromStreamBuffer()
217 rJobData.m_nTopMarginAdjust = aValues.GetToken( 2, ',' ).ToInt32(); in constructFromStreamBuffer()
218 rJobData.m_nBottomMarginAdjust = aValues.GetToken( 3, ',' ).ToInt32(); in constructFromStreamBuffer()
/aoo41x/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx941 ValuePair aValues; in setValue() local
942 rValue >>= aValues; in setValue()
947 aValues.First >>= fValue1; in setValue()
979 ValuePair aValues; in getValue() local
980 aValues.First <<= fValue1; in getValue()
981 aValues.Second <<= fValue2; in getValue()
983 return makeAny( aValues ); in getValue()
1102 Sequence<Any> aValues; in setValue() local
1103 rValue >>= aValues; in setValue()
1116 Sequence<Any> aValues(3); in getValue() local
[all …]
/aoo41x/main/svx/source/form/
H A Ddataaccessdescriptor.cxx164 Sequence< PropertyValue > aValues(aProperties.getLength()); in buildFrom() local
165 PropertyValue* pValues = aValues.getArray(); in buildFrom()
173 sal_Bool bValidPropsOnly = buildFrom(aValues); in buildFrom()
385 Sequence< PropertyValue > aValues; in ODataAccessDescriptor() local
387 if ( _rValues >>= aValues ) in ODataAccessDescriptor()
388 m_pImpl->buildFrom( aValues ); in ODataAccessDescriptor()
/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx1871 aValues.realloc( aValues.getLength() + aSupplementalAttrSeq.size() ); in getCharacterAttributes()
1872 pValues = aValues.getArray(); in getCharacterAttributes()
1882 _correctValues( nIndex, aValues ); in getCharacterAttributes()
1884 aValues.realloc( aValues.getLength() + 1 ); in getCharacterAttributes()
1886 pValues = aValues.getArray(); in getCharacterAttributes()
1899 aValues.realloc( aValues.getLength() + 1 ); in getCharacterAttributes()
1900 pValues = aValues.getArray(); in getCharacterAttributes()
1910 sal_Int32 nLength = aValues.getLength(); in getCharacterAttributes()
1958 return aValues; in getCharacterAttributes()
2190 return aValues; in getDefaultAttributes()
[all …]
/aoo41x/main/sw/source/ui/envelp/
H A Dlabimg.cxx286 Sequence<Any> aValues = GetProperties(aNames); in SwLabCfgItem() local
288 const Any* pValues = aValues.getConstArray(); in SwLabCfgItem()
289 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in SwLabCfgItem()
291 if(aValues.getLength() == aNames.getLength()) in SwLabCfgItem()
411 Sequence<Any> aValues(aNames.getLength()); in Commit() local
412 Any* pValues = aValues.getArray(); in Commit()
476 PutProperties(aNames, aValues); in Commit()
/aoo41x/main/svtools/source/config/
H A Dhelpopt.cxx192 Sequence< Any > aValues = GetProperties( rPropertyNames ); in Load() local
193 const Any* pValues = aValues.getConstArray(); in Load()
194 DBG_ASSERT( aValues.getLength() == rPropertyNames.getLength(), "GetProperties failed" ); in Load()
195 if ( aValues.getLength() == rPropertyNames.getLength() ) in Load()
491 Sequence< Any > aValues( aNames.getLength() ); in Commit() local
492 Any* pValues = aValues.getArray(); in Commit()
531 PutProperties( aNames, aValues ); in Commit()
/aoo41x/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx55 Sequence<Any>aValues; in load_FixedWidthList() local
62 aValues = aItem.GetProperties( aNames ); in load_FixedWidthList()
63 pProperties = aValues.getConstArray(); in load_FixedWidthList()
90 Sequence<Any> aValues; in save_FixedWidthList() local
97 aValues = aItem.GetProperties( aNames ); in save_FixedWidthList()
98 pProperties = aValues.getArray(); in save_FixedWidthList()
101 aItem.PutProperties(aNames, aValues); in save_FixedWidthList()
H A Dscuiasciiopt.cxx116 Sequence<Any>aValues; in load_Separators() local
131 aValues = aItem.GetProperties( aNames ); in load_Separators()
132 pProperties = aValues.getConstArray(); in load_Separators()
167 Sequence<Any> aValues; in save_Separators() local
182 aValues = aItem.GetProperties( aNames ); in save_Separators()
183 pProperties = aValues.getArray(); in save_Separators()
194 aItem.PutProperties(aNames, aValues); in save_Separators()
/aoo41x/main/chart2/source/view/main/
H A DPropertyMapper.cxx67 tAnySequence aValues; in setMappedProperties() local
68 getMultiPropertyLists(aNames, aValues, xSource, rMap ); in setMappedProperties()
69 if(pOverwriteMap && (aNames.getLength() == aValues.getLength())) in setMappedProperties()
73 aNewMap[ aNames[nI] ] = aValues[nI]; in setMappedProperties()
76 aValues = ContainerHelper::MapValuesToSequence( aNewMap ); in setMappedProperties()
79 PropertyMapper::setMultiProperties( aNames, aValues, xTarget ); in setMappedProperties()
/aoo41x/main/svl/source/config/
H A Dasiancfg.cxx103 Sequence<Any> aValues = GetProperties(lcl_GetPropertyNames()); in Load() local
104 const Any* pValues = aValues.getConstArray(); in Load()
154 Sequence<Any> aValues(2); in Commit() local
155 Any* pValues = aValues.getArray(); in Commit()
158 PutProperties(lcl_GetPropertyNames(), aValues); in Commit()
/aoo41x/main/xmloff/source/draw/
H A Danimationimport.cxx516 Sequence< Any > aValues; in convertValueSequence() local
524 aValues.realloc( nElements ); in convertValueSequence()
527 Any* pValues = aValues.getArray(); in convertValueSequence()
535 return aValues; in convertValueSequence()
606 Sequence< Any > aValues( nElements ); in convertTiming() local
607 Any* pValues = aValues.getArray(); in convertTiming()
612 aAny <<= aValues; in convertTiming()
803 OUString aFrom, aBy, aTo, aValues; in init_node() local
1016 aValues = rValue; in init_node()
1283 if( aValues.getLength() ) in init_node()
[all …]
/aoo41x/main/forms/source/component/
H A DListBox.cxx967 ValueList aValues( aStringItems.getLength() ); in impl_getValues() local
971 aValues.begin() in impl_getValues()
974 return aValues; in impl_getValues()
995 ValueList aValues( impl_getValues() ); in getFirstSelectedValue() local
998 if ( selectedValue >= aValues.size() ) in getFirstSelectedValue()
1004 return aValues[ selectedValue ]; in getFirstSelectedValue()
1059 ValueList aValues( impl_getValues() ); in translateDbColumnToControlValue() local
1060 …ValueList::const_iterator curValuePos = ::std::find( aValues.begin(), aValues.end(), aCurrentValue… in translateDbColumnToControlValue()
1061 if ( curValuePos != aValues.end() ) in translateDbColumnToControlValue()
1064 aSelectionIndicies[0] = curValuePos - aValues.begin(); in translateDbColumnToControlValue()
/aoo41x/main/comphelper/source/property/
H A DMasterPropertySet.cxx221 …ropertyValues( const Sequence< ::rtl::OUString >& aPropertyNames, const Sequence< Any >& aValues ) in setPropertyValues() argument
231 if( nCount != aValues.getLength() ) in setPropertyValues()
238 const Any * pAny = aValues.getConstArray(); in setPropertyValues()
297 Sequence < Any > aValues ( nCount ); in getPropertyValues() local
303 Any * pAny = aValues.getArray(); in getPropertyValues()
350 return aValues; in getPropertyValues()
/aoo41x/main/sd/source/ui/tools/
H A DConfigurationAccess.cxx177 ::std::vector<Any> aValues(rArguments.size()); in ForAll()
187 for (sal_uInt32 nValueIndex=0; nValueIndex<aValues.size(); ++nValueIndex) in ForAll()
188 aValues[nValueIndex] = xSetItem->getByName(rArguments[nValueIndex]); in ForAll()
190 rFunctor(rsKey, aValues); in ForAll()
/aoo41x/main/ucbhelper/source/client/
H A Dcontent.cxx590 Sequence< Any > aValues( 1 ); in setPropertyValue() local
591 aValues.getArray()[ 0 ] = rValue; in setPropertyValue()
593 Sequence< Any > aErrors = setPropertyValues( aNames, aValues ); in setPropertyValue()
605 Sequence< Any > aValues( 1 ); in setPropertyValue() local
606 aValues.getArray()[ 0 ] = rValue; in setPropertyValue()
620 Sequence< Any > aValues( nCount ); in getPropertyValues() local
624 Any* pValues = aValues.getArray(); in getPropertyValues()
630 return aValues; in getPropertyValues()
641 Sequence< Any > aValues( nCount ); in getPropertyValues() local
645 Any* pValues = aValues.getArray(); in getPropertyValues()
[all …]
/aoo41x/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx611 Sequence< double > aValues( xData->getNumericalData()); in getCellNumber() local
612 if( nAtRow < aValues.getLength()) in getCellNumber()
613 fResult = aValues[nAtRow]; in getCellNumber()
631 Sequence< uno::Any > aValues( xData->getData()); in getCellAny() local
632 if( nAtRow < aValues.getLength()) in getCellAny()
633 aResult = aValues[nAtRow]; in getCellAny()
651 Sequence< OUString > aValues( xData->getTextualData()); in getCellText() local
652 if( nAtRow < aValues.getLength()) in getCellText()
653 aResult = aValues[nAtRow]; in getCellText()
/aoo41x/main/xmloff/source/style/
H A Dxmlimppr.cxx694 Sequence<Any> aValues; in _FillMultiPropertySet() local
697 aNames, aValues); in _FillMultiPropertySet()
702 rMultiPropSet->setPropertyValues( aNames, aValues ); in _FillMultiPropertySet()
725 Sequence<Any> aValues; in _FillTolerantMultiPropertySet() local
728 aNames, aValues); in _FillTolerantMultiPropertySet()
733 …tPropertyTolerantFailed > aResults(rTolMultiPropSet->setPropertyValuesTolerant( aNames, aValues )); in _FillTolerantMultiPropertySet()
/aoo41x/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java498 final String[] aValues = (String[])oValues; in checkStringListProperty() local
501 String[] aNewValues = new String[aValues.length]; in checkStringListProperty()
502 System.arraycopy(aValues, 0, aNewValues, 0, aValues.length); in checkStringListProperty()
503 if (aValues.length > 0) in checkStringListProperty()
505 val = aValues[0]; in checkStringListProperty()
/aoo41x/main/sw/source/core/unocore/
H A Dunoparagraph.cxx397 uno::Sequence<uno::Any> aValues(1); in setPropertyValue() local
398 aValues.getArray()[0] = rValue; in setPropertyValue()
399 m_pImpl->SetPropertyValues_Impl( aPropertyNames, aValues ); in setPropertyValue()
491 uno::Sequence< uno::Any > aValues(rPropertyNames.getLength()); in GetPropertyValues_Impl() local
494 uno::Any* pValues = aValues.getArray(); in GetPropertyValues_Impl()
522 return aValues; in GetPropertyValues_Impl()
533 uno::Sequence< uno::Any > aValues; in getPropertyValues() local
538 aValues = m_pImpl->GetPropertyValues_Impl( rPropertyNames ); in getPropertyValues()
553 return aValues; in getPropertyValues()
/aoo41x/main/cui/source/options/
H A Doptsave.cxx109 Sequence<Any> aValues = GetProperties(aPropNames); in SvxAlienFilterWarningConfig_Impl() local
110 const Any* pValues = aValues.getConstArray(); in SvxAlienFilterWarningConfig_Impl()
111 DBG_ASSERT(aValues.getLength() == aPropNames.getLength(), "GetProperties failed"); in SvxAlienFilterWarningConfig_Impl()
112 if(aValues.getLength() == aPropNames.getLength() && in SvxAlienFilterWarningConfig_Impl()
126 Sequence<Any> aValues(aPropNames.getLength()); in Commit() local
127 Any* pValues = aValues.getArray(); in Commit()
129 PutProperties(aPropNames, aValues); in Commit()
H A Dcfgchart.cxx242 uno::Sequence< uno::Any > aValues( aNames.getLength()); in Commit() local
244 if( aValues.getLength() >= 1 ) in Commit()
256 aValues[ 0 ] <<= aColors; in Commit()
259 PutProperties( aNames, aValues ); in Commit()
/aoo41x/main/unotools/source/config/
H A Dextendedsecurityoptions.cxx381 Sequence< Any > aValues; in FillExtensionHashMap() local
392 aValues = GetProperties( aPropSeq ); in FillExtensionHashMap()
393 if ( aValues.getLength() == 1 ) in FillExtensionHashMap()
396 if ( aValues[0] >>= aValue ) in FillExtensionHashMap()

Completed in 438 milliseconds

1234567891011