Searched refs:nNextMarkIndex (Results 1 – 1 of 1) sorted by relevance
1043 const sal_Int32 nNextMarkIndex, in lcl_MoveCursor() argument1068 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() local1388 && ( 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 38 milliseconds