Home | History | Annotate | Download | only in style

Lines Matching refs:EWordWrap

642     EWordWrap wordWrap() const { return static_cast<EWordWrap>(rareInheritedData->wordWrap); }
973 void setWordWrap(EWordWrap b) { SET_VAR(rareInheritedData, wordWrap, b); }
1179 static EWordWrap initialWordWrap() { return NormalWordWrap; }