Searched refs:fCurrentParagraph (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DMarkupParser.cpp87 fCurrentParagraph = Paragraph(*fCurrentParagraphStyle);
151 // } else if (fCurrentParagraph.Style() == fBulletStyle) {
195 && fCurrentParagraph.IsEmpty()
199 fCurrentParagraph.SetStyle(fHeadingParagraphStyle);
224 && fCurrentParagraph.IsEmpty()
228 fCurrentParagraph.SetStyle(fBulletStyle);
241 && fCurrentParagraph.IsEmpty()
245 fCurrentParagraph.SetStyle(fBulletStyle);
271 fCurrentParagraph.Append(TextSpan(subString, *fCurrentCharacterStyle));
291 fCurrentParagraph
[all...]
H A DMarkupParser.h61 Paragraph fCurrentParagraph; member in class:MarkupParser

Completed in 407 milliseconds