Searched refs:rPropSeq (Results 1 – 13 of 13) sorted by relevance
/trunk/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 250 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()
|
/trunk/main/framework/source/uifactory/ |
H A D | addonstoolboxfactory.cxx | 131 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()
|
/trunk/main/oox/source/drawingml/ |
H A D | customshapeproperties.cxx | 90 uno::Sequence< beans::PropertyValue >& rPropSeq, in setOrCreatePropertyValue() 94 const sal_Int32 nCount(rPropSeq.getLength()); in setOrCreatePropertyValue() 98 beans::PropertyValue& rEntry = rPropSeq[a]; in setOrCreatePropertyValue() 112 rPropSeq.realloc(nCount + 1); in setOrCreatePropertyValue() 113 rPropSeq[nCount] = aNewValue; in setOrCreatePropertyValue()
|
/trunk/main/svl/source/items/ |
H A D | itemprop.cxx | 166 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()
|
/trunk/main/chart2/source/controller/chartapiwrapper/ |
H A D | UpDownBarWrapper.cxx | 358 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 D | MinMaxLineWrapper.cxx | 394 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()
|
/trunk/main/svx/source/items/ |
H A D | customshapeitem.cxx | 65 …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()
|
/trunk/main/chart2/source/tools/ |
H A D | WrappedPropertySet.cxx | 401 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()
|
/trunk/main/svtools/inc/svtools/ |
H A D | FilterConfigItem.hxx | 55 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rPropSeq, 58 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& rPropSeq,
|
/trunk/main/svl/inc/svl/ |
H A D | itemprop.hxx | 102 …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 );
|
/trunk/main/xmloff/source/draw/ |
H A D | shapeexport4.cxx | 191 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()
|
/trunk/main/framework/inc/uifactory/ |
H A D | addonstoolboxfactory.hxx | 74 …::Sequence< ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > >& rPropSeq,
|
/trunk/main/filter/source/msfilter/ |
H A D | escherex.cxx | 3628 const uno::Sequence< beans::PropertyValue >& rPropSeq = aHandlesPropSeq[ k ]; in CreateCustomShapeProperties() local 3629 for ( j = 0; j < rPropSeq.getLength(); j++ ) in CreateCustomShapeProperties() 3631 const beans::PropertyValue& rPropVal = rPropSeq[ j ]; in CreateCustomShapeProperties()
|
Completed in 118 milliseconds