Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_simple_parser.cpp302 WideString wsPlainText; in GetPlainTextFromRichText() local
309 wsPlainText += L"\n"; in GetPlainTextFromRichText()
311 if (!wsPlainText.IsEmpty()) { in GetPlainTextFromRichText()
312 wsPlainText += L"\n"; in GetPlainTextFromRichText()
315 if (!wsPlainText.IsEmpty() && in GetPlainTextFromRichText()
316 wsPlainText[wsPlainText.GetLength() - 1] != '\n') { in GetPlainTextFromRichText()
317 wsPlainText += L"\n"; in GetPlainTextFromRichText()
325 wsPlainText += wsContent; in GetPlainTextFromRichText()
334 wsPlainText += GetPlainTextFromRichText(pChildXML); in GetPlainTextFromRichText()
337 return wsPlainText; in GetPlainTextFromRichText()