Lines Matching refs:aHashIter

78 	PropertyHashMap::iterator aHashIter( aPropHashMap.find( rPropName ) );  in GetPropertyValueByName()  local
79 if ( aHashIter != aPropHashMap.end() ) in GetPropertyValueByName()
80 pRet = &aPropSeq[ (*aHashIter).second ].Value; in GetPropertyValueByName()
92 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in GetPropertyValueByName() local
93 if ( aHashIter != aPropPairHashMap.end() ) in GetPropertyValueByName()
97 pRet = &rSecSequence[ (*aHashIter).second ].Value; in GetPropertyValueByName()
116 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rPropVal.Name, rSecS… in SetPropertyValue() local
117 if ( aHashIter != aPropPairHashMap.end() ) in SetPropertyValue()
118 aPropPairHashMap.erase( aHashIter ); in SetPropertyValue()
172 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in SetPropertyValue() local
173 if ( aHashIter != aPropPairHashMap.end() ) in SetPropertyValue()
177 rSecSequence[ (*aHashIter).second ].Value = rPropVal.Value; in SetPropertyValue()
199 PropertyHashMap::iterator aHashIter( aPropHashMap.find( rPropName ) ); in ClearPropertyValue() local
200 if ( aHashIter != aPropHashMap.end() ) in ClearPropertyValue()
202 com::sun::star::uno::Any* pSeqAny = &aPropSeq[ (*aHashIter).second ].Value; in ClearPropertyValue()
222 sal_Int32 nIndex = (*aHashIter).second; in ClearPropertyValue()
227 aPropSeq[ (*aHashIter).second ] = aPropSeq[ aPropSeq.getLength() - 1 ]; in ClearPropertyValue()
231 aPropHashMap.erase( aHashIter ); // removing property from hashmap in ClearPropertyValue()
243 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in ClearPropertyValue() local
244 if ( aHashIter != aPropPairHashMap.end() ) in ClearPropertyValue()
252 sal_Int32 nIndex = (*aHashIter).second; in ClearPropertyValue()
261 aPropPairHashMap.erase( aHashIter ); in ClearPropertyValue()