Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DCursor.h415 DocIterator const & beforeDispatchCursor() const { return beforeDispatchCursor_; } in beforeDispatchCursor()
448 DocIterator beforeDispatchCursor_; variable
H A DCursor.cpp321 beforeDispatchCursor_ = *this; in dispatch()
361 beforeDispatchCursor_ = safe.beforeDispatchCursor_; in dispatch()
1898 depth() == beforeDispatchCursor_.depth()) { in upDownInText()