Home
last modified time | relevance | path

Searched refs:fixedwidthpreambleencoding_ (Results 1 – 2 of 2) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetLayout.h111 bool fixedwidthpreambleencoding() const { return fixedwidthpreambleencoding_; } in fixedwidthpreambleencoding()
236 bool fixedwidthpreambleencoding_; variable
H A DInsetLayout.cpp41 fixedwidthpreambleencoding_(false), htmlforcecss_ (false), in InsetLayout()
264 lex >> fixedwidthpreambleencoding_; in read()