Lines Matching refs:iHashResult
332 sal_Int32 iHashResult = -1; in getPropertyIndex() local
336 iHashResult = (*aIt).second; in getPropertyIndex()
337 return iHashResult; in getPropertyIndex()
342 sal_Int32 iHashResult = -1; in getMethodIndex() local
347 iHashResult = (*aIt).second; in getMethodIndex()
376 iHashResult = (*aIt).second; in getMethodIndex()
379 const Reference<XIdlMethod> xMethod = pMethods[ iHashResult ]; in getMethodIndex()
388 iHashResult = -1; in getMethodIndex()
406 iHashResult = i; in getMethodIndex()
412 if( iHashResult != -1 ) in getMethodIndex()
423 return iHashResult; in getMethodIndex()
2864 sal_Int32 iHashResult = (*aIt).second; in implInspect() local
2866 … Reference<XIdlMethod> xExistingMethod = pDestMethods[ iHashResult ]; in implInspect()