Searched refs:aPropPairHashMap (Results 1 – 2 of 2) sorted by relevance
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()[all …]
74 PropertyPairHashMap aPropPairHashMap; member in SdrCustomShapeGeometryItem