Home
last modified time | relevance | path

Searched refs:iHashResult (Results 1 – 3 of 3) sorted by relevance

/trunk/main/toolkit/source/controls/
H A Deventcontainer.cxx77 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()
[all …]
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx332 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()
[all …]
/trunk/main/basic/source/uno/
H A Dnamecont.cxx119 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()
[all …]

Completed in 47 milliseconds