Searched refs:nActMark (Results 1 – 2 of 2) sorted by relevance
79 sal_Int32 SwView::nActMark = 0; member in SwView466 nActMark++; in IMPL_STATIC_LINK()467 … if (nActMark >= MAX_MARKS || nActMark >= static_cast<sal_Int32>(vNavMarks.size())) in IMPL_STATIC_LINK()468 nActMark = 0; in IMPL_STATIC_LINK()472 nActMark--; in IMPL_STATIC_LINK()473 if (nActMark < 0 || nActMark >= static_cast<sal_Int32>(vNavMarks.size())) in IMPL_STATIC_LINK()474 nActMark = vNavMarks.size()-1; in IMPL_STATIC_LINK()476 rSh.GotoMark(vNavMarks[nActMark]); in IMPL_STATIC_LINK()696 nActMark = nSet; in SetActMark()
183 static sal_Int32 nActMark; // aktuelle Sprungmarke fuer unbenannte Merker member in SwView