Lines Matching refs:aPropSeq

54 	aPropSeq = rVal;  in SdrCustomShapeGeometryItem()
59 for ( i = 0; i < aPropSeq.getLength(); i++ ) in SdrCustomShapeGeometryItem()
61 beans::PropertyValue& rPropVal = aPropSeq[ i ]; in SdrCustomShapeGeometryItem()
80 pRet = &aPropSeq[ (*aHashIter).second ].Value; in GetPropertyValueByName()
135 sal_uInt32 nIndex = aPropSeq.getLength(); in SetPropertyValue()
136 aPropSeq.realloc( nIndex + 1 ); in SetPropertyValue()
137 aPropSeq[ nIndex ] = rPropVal ; in SetPropertyValue()
158 sal_uInt32 nIndex = aPropSeq.getLength(); in SetPropertyValue()
159 aPropSeq.realloc( nIndex + 1 ); in SetPropertyValue()
160 aPropSeq[ nIndex ] = aValue; in SetPropertyValue()
163 pSeqAny = &aPropSeq[ nIndex ].Value; in SetPropertyValue()
197 if ( aPropSeq.getLength() ) in ClearPropertyValue()
202 com::sun::star::uno::Any* pSeqAny = &aPropSeq[ (*aHashIter).second ].Value; in ClearPropertyValue()
219 sal_Int32 nLength = aPropSeq.getLength(); in ClearPropertyValue()
225 PropertyHashMap::iterator aHashIter2( aPropHashMap.find( aPropSeq[ nLength - 1 ].Name ) ); in ClearPropertyValue()
227 aPropSeq[ (*aHashIter).second ] = aPropSeq[ aPropSeq.getLength() - 1 ]; in ClearPropertyValue()
229 aPropSeq.realloc( aPropSeq.getLength() - 1 ); in ClearPropertyValue()
259 rSecSequence.realloc( aPropSeq.getLength() - 1 ); in ClearPropertyValue()
282 bRet = ((SdrCustomShapeGeometryItem&)rCmp).aPropSeq == aPropSeq; in operator ==()
343 rVal <<= aPropSeq; in QueryValue()
348 if ( ! ( rVal >>= aPropSeq ) ) in PutValue()
355 return aPropSeq; in GetGeometry()