Home
last modified time | relevance | path

Searched refs:rPropSeq (Results 1 – 13 of 13) sorted by relevance

/aoo41x/main/svtools/source/filter/
H A DFilterConfigItem.cxx250 PropertyValue* FilterConfigItem::GetPropertyValue( Sequence< PropertyValue >& rPropSeq, const OUStr… in GetPropertyValue() argument
255 for ( i = 0, nCount = rPropSeq.getLength(); i < nCount; i++ ) in GetPropertyValue()
257 if ( rPropSeq[ i ].Name == rName ) in GetPropertyValue()
259 pPropValue = &rPropSeq[ i ]; in GetPropertyValue()
270 sal_Bool FilterConfigItem::WritePropertyValue( Sequence< PropertyValue >& rPropSeq, const PropertyV… in WritePropertyValue() argument
276 for ( i = 0, nCount = rPropSeq.getLength(); i < nCount; i++ ) in WritePropertyValue()
278 if ( rPropSeq[ i ].Name == rPropValue.Name ) in WritePropertyValue()
282 rPropSeq.realloc( ++nCount ); in WritePropertyValue()
284 rPropSeq[ i ] = rPropValue; in WritePropertyValue()
/aoo41x/main/framework/source/uifactory/
H A Daddonstoolboxfactory.cxx131 const Sequence< PropertyValue >& rPropSeq = rPropSeqSeq[i]; in hasButtonsInContext() local
132 for ( sal_uInt32 j = 0; j < (sal_uInt32)rPropSeq.getLength(); j++ ) in hasButtonsInContext()
134 if ( rPropSeq[j].Name.equalsAsciiL( "Context", 7 )) in hasButtonsInContext()
137 if ( rPropSeq[j].Value >>= aContextList ) in hasButtonsInContext()
141 else if ( rPropSeq[j].Name.equalsAsciiL( "URL", 3 )) in hasButtonsInContext()
144 rPropSeq[j].Value >>= aURL; in hasButtonsInContext()
/aoo41x/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx89 uno::Sequence< beans::PropertyValue >& rPropSeq, in setOrCreatePropertyValue()
93 const sal_Int32 nCount(rPropSeq.getLength()); in setOrCreatePropertyValue()
97 beans::PropertyValue& rEntry = rPropSeq[a]; in setOrCreatePropertyValue()
111 rPropSeq.realloc(nCount + 1); in setOrCreatePropertyValue()
112 rPropSeq[nCount] = aNewValue; in setOrCreatePropertyValue()
/aoo41x/main/svl/source/items/
H A Ditemprop.cxx166 void SfxItemPropertyMap::mergeProperties( const uno::Sequence< beans::Property >& rPropSeq ) in mergeProperties() argument
168 const beans::Property* pPropArray = rPropSeq.getConstArray(); in mergeProperties()
169 sal_uInt32 nElements = rPropSeq.getLength(); in mergeProperties()
462 const Sequence<Property>& rPropSeq ) : in SfxExtItemPropertySetInfo() argument
465 aExtMap.mergeProperties( rPropSeq ); in SfxExtItemPropertySetInfo()
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx358 const Sequence< beans::Property >& rPropSeq = *StaticUpDownBarWrapperPropertyArray::get(); in setAllPropertiesToDefault() local
359 for(sal_Int32 nN=0; nN<rPropSeq.getLength(); nN++) in setAllPropertiesToDefault()
361 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault()
H A DMinMaxLineWrapper.cxx394 const Sequence< beans::Property >& rPropSeq = *StaticMinMaxLineWrapperPropertyArray::get(); in setAllPropertiesToDefault() local
395 for(sal_Int32 nN=0; nN<rPropSeq.getLength(); nN++) in setAllPropertiesToDefault()
397 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault()
/aoo41x/main/svx/source/items/
H A Dcustomshapeitem.cxx65 …uno::Sequence< beans::PropertyValue >& rPropSeq = *( uno::Sequence< beans::PropertyValue >*)rPropV… in SdrCustomShapeGeometryItem() local
66 for ( j = 0; j < rPropSeq.getLength(); j++ ) in SdrCustomShapeGeometryItem()
68 beans::PropertyValue& rPropVal2 = rPropSeq[ j ]; in SdrCustomShapeGeometryItem()
/aoo41x/main/chart2/source/tools/
H A DWrappedPropertySet.cxx401 const Sequence< beans::Property >& rPropSeq = getPropertySequence(); in setAllPropertiesToDefault() local
402 for(sal_Int32 nN=0; nN<rPropSeq.getLength(); nN++) in setAllPropertiesToDefault()
404 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault()
/aoo41x/main/svtools/inc/svtools/
H A DFilterConfigItem.hxx55 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rPropSeq,
58 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rPropSeq,
/aoo41x/main/svl/inc/svl/
H A Ditemprop.hxx102 …Properties( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property >& rPropSeq );
199 const com::sun::star::uno::Sequence<com::sun::star::beans::Property>& rPropSeq );
/aoo41x/main/framework/inc/uifactory/
H A Daddonstoolboxfactory.hxx74 …::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > >& rPropSeq,
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport4.cxx191 const uno::Sequence< beans::PropertyValue >& rPropSeq = rHandles[ i ]; in ImpExportHandles() local
192 for ( j = 0; j < (sal_uInt32)rPropSeq.getLength(); j++ ) in ImpExportHandles()
194 const beans::PropertyValue& rPropVal = rPropSeq[ j ]; in ImpExportHandles()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx3617 const uno::Sequence< beans::PropertyValue >& rPropSeq = aHandlesPropSeq[ k ]; in CreateCustomShapeProperties() local
3618 for ( j = 0; j < rPropSeq.getLength(); j++ ) in CreateCustomShapeProperties()
3620 const beans::PropertyValue& rPropVal = rPropSeq[ j ]; in CreateCustomShapeProperties()

Completed in 102 milliseconds