Searched refs:bullet (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DParagraphStyle.h41 bool SetBullet(const ::Bullet& bullet);
H A DParagraphStyle.cpp191 ParagraphStyle::SetBullet(const ::Bullet& bullet) argument
193 ParagraphStyleDataRef data = fStyleData->SetBullet(bullet);
195 return data->Bullet() == bullet;
H A DParagraphStyleData.cpp175 ParagraphStyleData::SetBullet(const ::Bullet& bullet) argument
177 if (fBullet == bullet)
184 ret->fBullet = bullet;
H A DParagraphStyleData.h63 ParagraphStyleDataRef SetBullet(const ::Bullet& bullet);

Completed in 49 milliseconds