Home
last modified time | relevance | path

Searched refs:idxUpDown (Results 1 – 19 of 19) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathStackrel.h25 bool idxUpDown(Cursor &, bool up) const;
H A DInsetMathCancelto.h25 bool idxUpDown(Cursor & cur, bool up) const;
H A DInsetMathUnderset.h35 bool idxUpDown(Cursor & cur, bool up) const;
H A DInsetMathRoot.h28 bool idxUpDown(Cursor & cur, bool up) const;
H A DInsetMathSideset.h48 bool idxUpDown(Cursor & cur, bool up) const;
H A DInsetMathFrac.h30 bool idxUpDown(Cursor &, bool up) const;
H A DInsetMathScript.h51 bool idxUpDown(Cursor & cur, bool up) const;
H A DInsetMathCancelto.cpp103 bool InsetMathCancelto::idxUpDown(Cursor & cur, bool up) const in idxUpDown() function in lyx::InsetMathCancelto
H A DInsetMathUnderset.cpp77 bool InsetMathUnderset::idxUpDown(Cursor & cur, bool up) const in idxUpDown() function in lyx::InsetMathUnderset
H A DInsetMathStackrel.cpp37 bool InsetMathStackrel::idxUpDown(Cursor & cur, bool up) const in idxUpDown() function in lyx::InsetMathStackrel
H A DInsetMathRoot.cpp147 bool InsetMathRoot::idxUpDown(Cursor & cur, bool up) const in idxUpDown() function in lyx::InsetMathRoot
H A DInsetMathGrid.h162 bool idxUpDown(Cursor &, bool up) const;
H A DInsetMathSideset.cpp301 bool InsetMathSideset::idxUpDown(Cursor & cur, bool up) const in idxUpDown() function in lyx::InsetMathSideset
H A DInsetMathFrac.cpp49 bool InsetMathFracBase::idxUpDown(Cursor & cur, bool up) const in idxUpDown() function in lyx::InsetMathFracBase
H A DInsetMathScript.cpp491 bool InsetMathScript::idxUpDown(Cursor & cur, bool up) const in idxUpDown() function in lyx::InsetMathScript
H A DInsetMathGrid.cpp967 bool InsetMathGrid::idxUpDown(Cursor & cur, bool up) const in idxUpDown() function in lyx::InsetMathGrid
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInset.h245 virtual bool idxUpDown(Cursor & cur, bool up) const;
H A DInset.cpp462 bool Inset::idxUpDown(Cursor &, bool) const in idxUpDown() function in lyx::Inset
/dports/print/lyx/lyx-2.3.4.2/src/
H A DCursor.cpp1745 if (inset().idxUpDown(*this, up)) { in upDownInMath()