Lines Matching refs:aPropPairHashMap

69 				aPropPairHashMap[ PropertyPair( rPropVal.Name, rPropVal2.Name ) ] = j;  in SdrCustomShapeGeometryItem()
92 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in GetPropertyValueByName()
93 if ( aHashIter != aPropPairHashMap.end() ) in GetPropertyValueByName()
116 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rPropVal.Name, rSecS… in SetPropertyValue()
117 if ( aHashIter != aPropPairHashMap.end() ) in SetPropertyValue()
118 aPropPairHashMap.erase( aHashIter ); in SetPropertyValue()
129 aPropPairHashMap[ PropertyPair( rPropVal.Name, rPropVal2.Name ) ] = i; in SetPropertyValue()
172 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in SetPropertyValue()
173 if ( aHashIter != aPropPairHashMap.end() ) in SetPropertyValue()
188 aPropPairHashMap[ PropertyPair( rSequenceName, rPropVal.Name ) ] = nCount; in SetPropertyValue()
213 …PropertyPairHashMap::iterator _aHashIter( aPropPairHashMap.find( PropertyPair( rPropName, rSecSequ… in ClearPropertyValue()
214 if ( _aHashIter != aPropPairHashMap.end() ) in ClearPropertyValue()
215aPropPairHashMap.erase( _aHashIter ); // removing property from pair hashmap in ClearPropertyValue()
243 …PropertyPairHashMap::iterator aHashIter( aPropPairHashMap.find( PropertyPair( rSequenceName, rProp… in ClearPropertyValue()
244 if ( aHashIter != aPropPairHashMap.end() ) in ClearPropertyValue()
255 …PropertyPairHashMap::iterator aHashIter2( aPropPairHashMap.find( PropertyPair( rSequenceName, rSec… in ClearPropertyValue()
261 aPropPairHashMap.erase( aHashIter ); in ClearPropertyValue()