Lines Matching refs:iHashResult
119 sal_Int32 iHashResult = (*aIt).second; in getByName() local
120 Any aRetAny = mValues.getConstArray()[ iHashResult ]; in getByName()
152 sal_Int32 iHashResult = (*aIt).second; in replaceByName() local
153 Any aOldElement = mValues.getConstArray()[ iHashResult ]; in replaceByName()
154 mValues.getArray()[ iHashResult ] = aElement; in replaceByName()
242 sal_Int32 iHashResult = (*aIt).second; in removeByName() local
243 Any aOldElement = mValues.getConstArray()[ iHashResult ]; in removeByName()
246 if( iLast != iHashResult ) in removeByName()
250 pNames[ iHashResult ] = pNames[ iLast ]; in removeByName()
251 pValues[ iHashResult ] = pValues[ iLast ]; in removeByName()
252 mHashMap[ pNames[ iHashResult ] ] = iHashResult; in removeByName()