Searched refs:providesNoMath (Results 1 – 4 of 4) sorted by relevance
68 bool providesNoMath(bool ot1, bool complete);
69 bool LaTeXFont::providesNoMath(bool ot1, bool complete) in providesNoMath() function in lyx::LaTeXFont76 return altFont(usedfont).providesNoMath(ot1, complete); in providesNoMath()
276 bool providesNoMath(QString const & font) const;
2356 if (providesNoMath(rm) && i == -1) in updateMathFonts()2358 else if (!providesNoMath(rm) && i != -1) { in updateMathFonts()4589 bool GuiDocument::providesNoMath(QString const & font) const in providesNoMath() function in lyx::frontend::GuiDocument4594 qstring_to_ucs4(font)).providesNoMath(ot1(), in providesNoMath()