Searched refs:iHashResult (Results 1 – 3 of 3) sorted by relevance
77 sal_Int32 iHashResult = (*aIt).second; in getByName() local78 Any aRetAny = mValues.getConstArray()[ iHashResult ]; in getByName()110 sal_Int32 iHashResult = (*aIt).second; in replaceByName() local111 Any aOldElement = mValues.getConstArray()[ iHashResult ]; in replaceByName()112 mValues.getArray()[ iHashResult ] = aElement; in replaceByName()162 sal_Int32 iHashResult = (*aIt).second; in removeByName() local163 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()[all …]
332 sal_Int32 iHashResult = -1; in getPropertyIndex() local336 iHashResult = (*aIt).second; in getPropertyIndex()337 return iHashResult; in getPropertyIndex()342 sal_Int32 iHashResult = -1; in getMethodIndex() local347 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()[all …]
119 sal_Int32 iHashResult = (*aIt).second; in getByName() local120 Any aRetAny = mValues.getConstArray()[ iHashResult ]; in getByName()152 sal_Int32 iHashResult = (*aIt).second; in replaceByName() local153 Any aOldElement = mValues.getConstArray()[ iHashResult ]; in replaceByName()154 mValues.getArray()[ iHashResult ] = aElement; in replaceByName()242 sal_Int32 iHashResult = (*aIt).second; in removeByName() local243 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()[all …]
Completed in 47 milliseconds