Lines Matching full:pvalue
17 void CJX_Draw::h(CFXJSE_Value* pValue,
20 Script_Attribute_String(pValue, bSetting, eAttribute);
23 void CJX_Draw::w(CFXJSE_Value* pValue,
26 Script_Attribute_String(pValue, bSetting, eAttribute);
29 void CJX_Draw::x(CFXJSE_Value* pValue,
32 Script_Attribute_String(pValue, bSetting, eAttribute);
35 void CJX_Draw::y(CFXJSE_Value* pValue,
38 Script_Attribute_String(pValue, bSetting, eAttribute);
41 void CJX_Draw::hAlign(CFXJSE_Value* pValue,
44 Script_Attribute_String(pValue, bSetting, eAttribute);
47 void CJX_Draw::use(CFXJSE_Value* pValue,
50 Script_Attribute_String(pValue, bSetting, eAttribute);
53 void CJX_Draw::rotate(CFXJSE_Value* pValue,
56 Script_Attribute_String(pValue, bSetting, eAttribute);
59 void CJX_Draw::presence(CFXJSE_Value* pValue,
62 Script_Attribute_String(pValue, bSetting, eAttribute);
65 void CJX_Draw::vAlign(CFXJSE_Value* pValue,
68 Script_Attribute_String(pValue, bSetting, eAttribute);
71 void CJX_Draw::maxH(CFXJSE_Value* pValue,
74 Script_Attribute_String(pValue, bSetting, eAttribute);
77 void CJX_Draw::maxW(CFXJSE_Value* pValue,
80 Script_Attribute_String(pValue, bSetting, eAttribute);
83 void CJX_Draw::minH(CFXJSE_Value* pValue,
86 Script_Attribute_String(pValue, bSetting, eAttribute);
89 void CJX_Draw::minW(CFXJSE_Value* pValue,
92 Script_Attribute_String(pValue, bSetting, eAttribute);
95 void CJX_Draw::relevant(CFXJSE_Value* pValue,
98 Script_Attribute_String(pValue, bSetting, eAttribute);
101 void CJX_Draw::rawValue(CFXJSE_Value* pValue,
104 defaultValue(pValue, bSetting, eAttribute);
107 void CJX_Draw::defaultValue(CFXJSE_Value* pValue,
113 pValue->SetNull();
115 pValue->SetString(content.UTF8Encode().AsStringView());
120 if (!pValue || !pValue->IsString())
127 WideString wsNewValue = pValue->ToWideString();
131 void CJX_Draw::colSpan(CFXJSE_Value* pValue,
134 Script_Attribute_String(pValue, bSetting, eAttribute);
137 void CJX_Draw::usehref(CFXJSE_Value* pValue,
140 Script_Attribute_String(pValue, bSetting, eAttribute);
143 void CJX_Draw::locale(CFXJSE_Value* pValue,
146 Script_Attribute_String(pValue, bSetting, eAttribute);
149 void CJX_Draw::anchorType(CFXJSE_Value* pValue,
152 Script_Attribute_String(pValue, bSetting, eAttribute);