Searched refs:SetJustify (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DParagraphStyle.h23 bool SetJustify(bool justify);
H A DParagraphStyle.cpp77 ParagraphStyle::SetJustify(bool justify) function in class:ParagraphStyle
79 ParagraphStyleDataRef data = fStyleData->SetJustify(justify);
H A DParagraphStyleData.h39 ParagraphStyleDataRef SetJustify(bool justify);
H A DParagraphStyleData.cpp85 ParagraphStyleData::SetJustify(bool justify) function in class:ParagraphStyleData
H A DMarkupParser.cpp121 fHeadingParagraphStyle.SetJustify(false);
/haiku/src/apps/haikudepot/ui_generic/
H A DMarkupTextView.cpp23 paragraphStyle.SetJustify(true);
/haiku/src/tests/apps/haikudepot/
H A DTextDocumentTest.cpp52 paragraphStyle.SetJustify(true);
81 // paragraphStyle.SetJustify(false);
92 // paragraphStyle.SetJustify(true);
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp878 paragraphStyle.SetJustify(true);

Completed in 114 milliseconds