Home
last modified time | relevance | path

Searched defs:citeEngine (Results 1 – 2 of 2) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/tex2lyx/
H A DPreamble.h83 std::string citeEngine() const { return h_cite_engine; } in citeEngine() function
85 void citeEngine(std::string const & e) { h_cite_engine = e; } in citeEngine() function
/dports/print/lyx/lyx-2.3.4.2/src/
H A DBufferParams.h468 LayoutModuleList const & citeEngine() const in citeEngine() function