Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document_parser.cpp185 WideString wsPlainText; in GetPlainTextFromRichText() local
192 wsPlainText += L"\n"; in GetPlainTextFromRichText()
194 if (!wsPlainText.IsEmpty()) { in GetPlainTextFromRichText()
195 wsPlainText += L"\n"; in GetPlainTextFromRichText()
198 if (!wsPlainText.IsEmpty() && wsPlainText.Back() != '\n') { in GetPlainTextFromRichText()
199 wsPlainText += L"\n"; in GetPlainTextFromRichText()
207 wsPlainText += wsContent; in GetPlainTextFromRichText()
215 wsPlainText += GetPlainTextFromRichText(pChildXML); in GetPlainTextFromRichText()
218 return wsPlainText; in GetPlainTextFromRichText()