Searched refs:aMatches (Results 1 – 2 of 2) sorted by relevance
81 var aMatches = [];110 aMatches.push(aParts);113 return aMatches;125 function ShowMatches (aMatches, nSelectionIndex) argument131 var nLineCount = Math.floor((aMatches.length+nMatchesPerLine-1) / nMatchesPerLine);140 if (nLineEndIndex >= aMatches.length)141 nLineEndIndex = aMatches.length-1;146 var aMatch = aMatches[nIndex];176 if (aMatches.length == 0)182 if (aMatches.length == 1)[all …]
166 std::vector< SdrObject* > aMatches; in GetPresObj() local199 aMatches.push_back( pObj ); in GetPresObj()204 if( aMatches.size() > 1 ) in GetPresObj()207 std::sort( aMatches.begin(), aMatches.end(), aSortHelper ); in GetPresObj()213 if( (nIndex >= 0) && ( aMatches.size() > static_cast<unsigned int>(nIndex)) ) in GetPresObj()214 return aMatches[nIndex]; in GetPresObj()
Completed in 36 milliseconds