Home
last modified time | relevance | path

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

/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dodxutil.h19 enum odx_lineRule_type { enum
205 …inline odx_lineRule_type getLineRule() const { return getValue(odx_p_line_rule_prop, odx_lineRule_… in getLineRule()
206 inline void setLineRule(odx_lineRule_type value) { set(odx_p_line_rule_prop, value); } in setLineRule()
H A Ddocxfmt.cpp1137 m_pPr->setLineRule((odx_lineRule_type)attr_value); in handleAttribute()