• Home
  • Raw
  • Download

Lines Matching refs:wsValue

500     WideString wsValue;  in CreateDataBinding()  local
507 wsValue = image->GetContent(); in CreateDataBinding()
515 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()
524 wsValue = defValue ? defValue->GetChildValueContent() : WideString(); in CreateDataBinding()
544 } else if (!wsValue.IsEmpty()) { in CreateDataBinding()
546 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()
550 wsValue = defValue ? defValue->GetChildValueContent() : WideString(); in CreateDataBinding()
551 if (wsValue.IsEmpty()) in CreateDataBinding()
555 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()
569 wsValue = pValue->GetChildValueContent(); in CreateDataBinding()
570 if (wsValue.IsEmpty()) in CreateDataBinding()
583 if (wsContent == wsValue) { in CreateDataBinding()
585 pDataNode->JSObject()->SetAttributeValue(wsValue, wsValue, false, in CreateDataBinding()
620 wsValue = defValue ? defValue->GetChildValueContent() : WideString(); in CreateDataBinding()
621 if (wsValue.IsEmpty()) in CreateDataBinding()
624 wsValue = pFormNode->NormalizeNumStr(wsValue); in CreateDataBinding()
626 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()
630 FormValueNode_SetChildContent(pValue, wsValue, XFA_Element::Float); in CreateDataBinding()
634 wsValue = defValue ? defValue->GetChildValueContent() : WideString(); in CreateDataBinding()
635 if (wsValue.IsEmpty()) in CreateDataBinding()
639 wsValue, pFormNode->GetFormatDataValue(wsValue), false, false); in CreateDataBinding()