Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DBufferView.h267 bool checkDepm(Cursor & cur, Cursor & old);
H A DCursor.cpp1960 updateNeeded |= bv().checkDepm(dummy, *this); in upDownInText()
1989 if (bv().checkDepm(dummy, old)) { in upDownInText()
2031 updateNeeded |= bv().checkDepm(*this, old); in upDownInText()
H A DText3.cpp756 if (cur.bv().checkDepm(dummy, cur)) in dispatch()
785 if (cur.bv().checkDepm(dummy, cur)) in dispatch()
863 needsUpdate |= bv->checkDepm(cur, bv->cursor()); in dispatch()
987 if (cur.bv().checkDepm(dummy, cur)) in dispatch()
1040 if (cur.bv().checkDepm(dummy, cur)) in dispatch()
H A DBufferView.cpp1801 bool update = in_texted && cur.bv().checkDepm(cur, old); in dispatch()
2602 bool BufferView::checkDepm(Cursor & cur, Cursor & old) in checkDepm() function in lyx::BufferView
2658 update |= checkDepm(cur, d->cursor_); in mouseSetCursor()
H A DText2.cpp559 return cur.bv().checkDepm(cur, old) || update_needed; in setCursor()