Searched refs:fCurrentParagraph (Results 1 – 2 of 2) sorted by relevance
87 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 …]
61 Paragraph fCurrentParagraph; variable