Home
last modified time | relevance | path

Searched defs:completionSupported (Results 1 – 6 of 6) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInset.h373 virtual bool completionSupported(Cursor const &) const { return false; } in completionSupported() function
H A DInsetText.cpp962 bool InsetText::completionSupported(Cursor const & cur) const in completionSupported() function in lyx::InsetText
H A DInsetTabular.cpp6533 bool InsetTabular::completionSupported(Cursor const & cur) const in completionSupported() function in lyx::InsetTabular
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathNest.cpp1966 bool InsetMathNest::completionSupported(Cursor const & cur) const in completionSupported() function in lyx::InsetMathNest
H A DInsetMathMacro.cpp1230 bool InsetMathMacro::completionSupported(Cursor const & cur) const in completionSupported() function in lyx::InsetMathMacro
/dports/print/lyx/lyx-2.3.4.2/src/
H A DText.cpp2193 bool Text::completionSupported(Cursor const & cur) const in completionSupported() function in lyx::Text