Searched defs:hasEllipsisBox (Results 1 – 1 of 1) sorted by relevance
165 bool hasEllipsisBox() const { return m_hasEllipsisBoxOrHyphen; } in hasEllipsisBox() function166 void setHasEllipsisBox(bool hasEllipsisBox) { m_hasEllipsisBoxOrHyphen = hasEllipsisBox; } in setHasEllipsisBox()