Home
last modified time | relevance | path

Searched refs:ENTRY_DIRECTION_RIGHT (Results 1 – 4 of 4) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInset.h94 ENTRY_DIRECTION_RIGHT, enumerator
H A DInsetTabular.cpp4311 entry_from = right ? ENTRY_DIRECTION_LEFT:ENTRY_DIRECTION_RIGHT; in doDispatch()
5421 case ENTRY_DIRECTION_RIGHT: in moveNextCell()
5477 case ENTRY_DIRECTION_RIGHT: in movePrevCell()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DText2.cpp614 movingLeft ? Inset::ENTRY_DIRECTION_RIGHT : Inset::ENTRY_DIRECTION_LEFT); in checkAndActivateInsetVisual()
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathNest.cpp1474 bool enter_front = (entry_from == Inset::ENTRY_DIRECTION_RIGHT || in edit()