Lines Matching full:pvalue
18 void CJX_Occur::max(CFXJSE_Value* pValue,
23 pValue->SetInteger(occur->GetMax());
26 occur->SetMax(pValue->ToInteger());
29 void CJX_Occur::min(CFXJSE_Value* pValue,
34 pValue->SetInteger(occur->GetMin());
37 occur->SetMin(pValue->ToInteger());
40 void CJX_Occur::use(CFXJSE_Value* pValue,
43 Script_Attribute_String(pValue, bSetting, eAttribute);
46 void CJX_Occur::initial(CFXJSE_Value* pValue,
49 Script_Attribute_String(pValue, bSetting, eAttribute);
52 void CJX_Occur::usehref(CFXJSE_Value* pValue,
55 Script_Attribute_String(pValue, bSetting, eAttribute);