Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/
H A DTextClass.h291 docstring htmlstyles_; variable
456 docstring const & htmlstyles() const { return htmlstyles_; } in htmlstyles()
H A DTextClass.cpp641 htmlstyles_ = lexrc.getLongString(from_ascii("EndStyles")); in read()
657 htmlstyles_ += lexrc.getLongString(from_ascii("EndStyles")); in read()