Searched refs:justify (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DParagraphStyle.h23 bool SetJustify(bool justify);
H A DParagraphStyle.cpp77 ParagraphStyle::SetJustify(bool justify) argument
79 ParagraphStyleDataRef data = fStyleData->SetJustify(justify);
81 return data->Justify() == justify;
H A DParagraphStyleData.cpp85 ParagraphStyleData::SetJustify(bool justify) argument
87 if (fJustify == justify)
94 ret->fJustify = justify;
H A DParagraphStyleData.h39 ParagraphStyleDataRef SetJustify(bool justify);
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css162 text-align: justify;

Completed in 44 milliseconds