Lines Matching refs:iHashResult
77 sal_Int32 iHashResult = (*aIt).second; in getByName() local
78 Any aRetAny = mValues.getConstArray()[ iHashResult ]; in getByName()
110 sal_Int32 iHashResult = (*aIt).second; in replaceByName() local
111 Any aOldElement = mValues.getConstArray()[ iHashResult ]; in replaceByName()
112 mValues.getArray()[ iHashResult ] = aElement; in replaceByName()
162 sal_Int32 iHashResult = (*aIt).second; in removeByName() local
163 Any aOldElement = mValues.getConstArray()[ iHashResult ]; in removeByName()
174 if( iLast != iHashResult ) in removeByName()
178 pNames[ iHashResult ] = pNames[ iLast ]; in removeByName()
179 pValues[ iHashResult ] = pValues[ iLast ]; in removeByName()
180 mHashMap[ pNames[ iHashResult ] ] = iHashResult; in removeByName()