Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DText2.cpp574 bool Text::checkAndActivateInset(Cursor & cur, bool front) in checkAndActivateInset() function in lyx::Text
650 if (checkAndActivateInset(cur, false)) in cursorBackward()
704 if (checkAndActivateInset(cur, true)) in cursorForward()
H A DText.h288 bool checkAndActivateInset(Cursor & cur, bool front);