Lines Matching full:pvalue
17 void CJX_Boolean::use(CFXJSE_Value* pValue,
20 Script_Attribute_String(pValue, bSetting, eAttribute);
23 void CJX_Boolean::defaultValue(CFXJSE_Value* pValue,
28 pValue->SetBoolean(wsValue == L"1");
33 if (pValue && !(pValue->IsNull() || pValue->IsUndefined()))
34 newValue = pValue->ToString();
47 void CJX_Boolean::usehref(CFXJSE_Value* pValue,
50 Script_Attribute_String(pValue, bSetting, eAttribute);
53 void CJX_Boolean::value(CFXJSE_Value* pValue,
56 defaultValue(pValue, bSetting, eAttribute);