Lines Matching refs:rSequenceName

84 …CustomShapeGeometryItem::GetPropertyValueByName( const rtl::OUString& rSequenceName, const rtl::OU…  in GetPropertyValueByName()  argument
87 com::sun::star::uno::Any* pSeqAny = GetPropertyValueByName( rSequenceName ); in GetPropertyValueByName()
92 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in GetPropertyValueByName()
143 void SdrCustomShapeGeometryItem::SetPropertyValue( const rtl::OUString& rSequenceName, const com::s… in SetPropertyValue() argument
145 com::sun::star::uno::Any* pAny = GetPropertyValueByName( rSequenceName, rPropVal.Name ); in SetPropertyValue()
150 com::sun::star::uno::Any* pSeqAny = GetPropertyValueByName( rSequenceName ); in SetPropertyValue()
155 aValue.Name = rSequenceName; in SetPropertyValue()
161 aPropHashMap[ rSequenceName ] = nIndex; in SetPropertyValue()
172 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in SetPropertyValue()
188 aPropPairHashMap[ PropertyPair( rSequenceName, rPropVal.Name ) ] = nCount; in SetPropertyValue()
236 void SdrCustomShapeGeometryItem::ClearPropertyValue( const rtl::OUString& rSequenceName, const rtl:… in ClearPropertyValue() argument
238 com::sun::star::uno::Any* pSeqAny = GetPropertyValueByName( rSequenceName ); in ClearPropertyValue()
243 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in ClearPropertyValue()
255 …PropertyPairHashMap::iterator aHashIter2( aPropPairHashMap.find( PropertyPair( rSequenceName, rSec… in ClearPropertyValue()