Searched refs:nNextBookmark (Results 1 – 1 of 1) sorted by relevance
1652 xub_StrLen nNextBookmark = nNextPos; in GetNextPos() local1654 if( nNextBookmark > nAktPos )//no need to search for bookmarks otherwise in GetNextPos()1656 GetSortedBookmarks( rNode, nAktPos, nNextBookmark - nAktPos ); in GetNextPos()1657 NearestBookmark( nNextBookmark, nAktPos, false ); in GetNextPos()1659 return std::min( nNextPos, nNextBookmark ); in GetNextPos()
Completed in 20 milliseconds