Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DTextClass.h333 std::string titlename_; variable
488 std::string const & titlename() const { return titlename_; } in titlename()
H A DTextClass.cpp157 titletype_(TITLE_COMMAND_AFTER), titlename_("maketitle"), in TextClass()
847 titlename_ = lexrc.getString(); in read()