Home | History | Annotate | Download | only in parser

Lines Matching refs:wsOutput

83                    CFX_WideString& wsOutput) {
90 wsOutput += L" ";
91 wsOutput += wsName;
92 wsOutput += L"=\"";
93 wsOutput += wsValue;
94 wsOutput += L"\"";
342 CFX_WideString wsOutput;
343 SaveAttribute(pNode, XFA_ATTRIBUTE_Name, L"name", true, wsOutput);
356 wsOutput += wsAttr;
359 if (!wsOutput.IsEmpty())
360 pStream->WriteString(wsOutput.c_str(), wsOutput.GetLength());