Home
last modified time | relevance | path

Searched refs:SetBullet (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DParagraphStyle.cpp191 ParagraphStyle::SetBullet(const ::Bullet& bullet) in SetBullet() function in ParagraphStyle
193 ParagraphStyleDataRef data = fStyleData->SetBullet(bullet); in SetBullet()
H A DParagraphStyle.h41 bool SetBullet(const ::Bullet& bullet);
H A DParagraphStyleData.h63 ParagraphStyleDataRef SetBullet(const ::Bullet& bullet);
H A DParagraphStyleData.cpp175 ParagraphStyleData::SetBullet(const ::Bullet& bullet) in SetBullet() function in ParagraphStyleData
H A DMarkupParser.cpp124 fBulletStyle.SetBullet(Bullet("•", fontSize)); in _InitStyles()