Home | History | Annotate | Download | only in style

Lines Matching refs:EListStyleType

183         unsigned _list_style_type : 7; // EListStyleType
697 EListStyleType listStyleType() const { return static_cast<EListStyleType>(inherited_flags._list_style_type); }
1201 void setListStyleType(EListStyleType v) { inherited_flags._list_style_type = v; }
1555 static EListStyleType initialListStyleType() { return Disc; }