Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx1043 const sal_Int32 nNextMarkIndex, in lcl_MoveCursor() argument
1068 if ((nNextMarkIndex >= 0) && (nNextMarkIndex < nMovePos)) in lcl_MoveCursor()
1070 nMovePos = nNextMarkIndex; in lcl_MoveCursor()
1386 sal_Int32 nNextMarkIndex = ( FieldMarks.size() ? FieldMarks.front() : -1 ); in lcl_CreatePortions() local
1388 && ( nNextMarkIndex == -1 in lcl_CreatePortions()
1389 || (*AnnotationStarts.begin())->getIndex() < nNextMarkIndex ) ) in lcl_CreatePortions()
1391 nNextMarkIndex = (*AnnotationStarts.begin())->getIndex(); in lcl_CreatePortions()
1400 nNextMarkIndex, in lcl_CreatePortions()

Completed in 15 milliseconds