Home
last modified time | relevance | path

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

/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetText.cpp82 : Inset(buf), drawFrame_(false), frame_color_(Color_insetframe), in InsetText()
91 drawFrame_ = in.drawFrame_; in InsetText()
235 if (drawFrame_) { in draw()
690 drawFrame_ = flag; in setDrawFrame()
H A DInsetText.h241 bool drawFrame_; variable