Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/core/
H A Dsdpage.cxx170 std::vector< SdrObject* > aMatches; in GetPresObj() local
203 aMatches.push_back( pObj ); in GetPresObj()
208 if( aMatches.size() > 1 ) in GetPresObj()
211 std::sort( aMatches.begin(), aMatches.end(), aSortHelper ); in GetPresObj()
217 if( (nIndex >= 0) && ( aMatches.size() > static_cast<unsigned int>(nIndex)) ) in GetPresObj()
218 return aMatches[nIndex]; in GetPresObj()