Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DMarkupParser.cpp87 fCurrentParagraph = Paragraph(*fCurrentParagraphStyle); in AppendMarkup()
195 && fCurrentParagraph.IsEmpty() in _ParseText()
199 fCurrentParagraph.SetStyle(fHeadingParagraphStyle); in _ParseText()
224 && fCurrentParagraph.IsEmpty() in _ParseText()
228 fCurrentParagraph.SetStyle(fBulletStyle); in _ParseText()
241 && fCurrentParagraph.IsEmpty() in _ParseText()
245 fCurrentParagraph.SetStyle(fBulletStyle); in _ParseText()
271 fCurrentParagraph.Append(TextSpan(subString, *fCurrentCharacterStyle)); in _CopySpan()
291 fCurrentParagraph.Append(TextSpan("\n", *fCurrentCharacterStyle)); in _FinishParagraph()
293 if (fCurrentParagraph.IsEmpty()) { in _FinishParagraph()
[all …]
H A DMarkupParser.h61 Paragraph fCurrentParagraph; variable