Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1652 xub_StrLen nNextBookmark = nNextPos; in GetNextPos() local
1654 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 30 milliseconds