Searched refs:wsCurValue (Results 1 – 1 of 1) sorted by relevance
1293 CFX_WideStringC wsCurValue = wsCurValueTextBuf.GetWideString(); in ParseDataValue() local1294 if (!wsCurValue.IsEmpty()) { in ParseDataValue()1301 pXFAChild->SetCData(XFA_ATTRIBUTE_Value, wsCurValue); in ParseDataValue()1305 wsValueTextBuf << wsCurValue; in ParseDataValue()1322 CFX_WideStringC wsCurValue = pXFAChild->GetCData(XFA_ATTRIBUTE_Value); in ParseDataValue() local1323 wsValueTextBuf << wsCurValue; in ParseDataValue()1327 CFX_WideStringC wsCurValue = wsCurValueTextBuf.GetWideString(); in ParseDataValue() local1328 if (!wsCurValue.IsEmpty()) { in ParseDataValue()1336 pXFAChild->SetCData(XFA_ATTRIBUTE_Value, wsCurValue); in ParseDataValue()1341 wsValueTextBuf << wsCurValue; in ParseDataValue()