Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DParagraphStyleData.cpp14 fJustify(false), in ParagraphStyleData()
31 fJustify(other.fJustify), in ParagraphStyleData()
52 && fJustify == other.fJustify in operator ==()
87 if (fJustify == justify) in SetJustify()
94 ret->fJustify = justify; in SetJustify()
H A DParagraphStyleData.h41 { return fJustify; } in Justify()
71 bool fJustify; variable