Lines Matching full:pvalue
110 void CJX_ExclGroup::defaultValue(CFXJSE_Value* pValue,
118 pWidgetAcc->SetSelectedMemberByValue(pValue->ToWideString().AsStringView(),
126 pValue->SetNull();
129 pValue->SetString(wsValue.UTF8Encode().AsStringView());
132 void CJX_ExclGroup::rawValue(CFXJSE_Value* pValue,
135 defaultValue(pValue, bSetting, eAttribute);
138 void CJX_ExclGroup::transient(CFXJSE_Value* pValue,
142 void CJX_ExclGroup::access(CFXJSE_Value* pValue,
145 Script_Attribute_String(pValue, bSetting, eAttribute);
148 void CJX_ExclGroup::accessKey(CFXJSE_Value* pValue,
151 Script_Attribute_String(pValue, bSetting, eAttribute);
154 void CJX_ExclGroup::anchorType(CFXJSE_Value* pValue,
157 Script_Attribute_String(pValue, bSetting, eAttribute);
160 void CJX_ExclGroup::borderColor(CFXJSE_Value* pValue,
163 Script_Som_BorderColor(pValue, bSetting, eAttribute);
166 void CJX_ExclGroup::borderWidth(CFXJSE_Value* pValue,
169 Script_Som_BorderWidth(pValue, bSetting, eAttribute);
172 void CJX_ExclGroup::colSpan(CFXJSE_Value* pValue,
175 Script_Attribute_String(pValue, bSetting, eAttribute);
178 void CJX_ExclGroup::fillColor(CFXJSE_Value* pValue,
181 Script_Som_FillColor(pValue, bSetting, eAttribute);
184 void CJX_ExclGroup::h(CFXJSE_Value* pValue,
187 Script_Attribute_String(pValue, bSetting, eAttribute);
190 void CJX_ExclGroup::hAlign(CFXJSE_Value* pValue,
193 Script_Attribute_String(pValue, bSetting, eAttribute);
196 void CJX_ExclGroup::layout(CFXJSE_Value* pValue,
199 Script_Attribute_String(pValue, bSetting, eAttribute);
202 void CJX_ExclGroup::mandatory(CFXJSE_Value* pValue,
205 Script_Som_Mandatory(pValue, bSetting, eAttribute);
208 void CJX_ExclGroup::mandatoryMessage(CFXJSE_Value* pValue,
211 Script_Som_MandatoryMessage(pValue, bSetting, eAttribute);
214 void CJX_ExclGroup::maxH(CFXJSE_Value* pValue,
217 Script_Attribute_String(pValue, bSetting, eAttribute);
220 void CJX_ExclGroup::maxW(CFXJSE_Value* pValue,
223 Script_Attribute_String(pValue, bSetting, eAttribute);
226 void CJX_ExclGroup::minH(CFXJSE_Value* pValue,
229 Script_Attribute_String(pValue, bSetting, eAttribute);
232 void CJX_ExclGroup::minW(CFXJSE_Value* pValue,
235 Script_Attribute_String(pValue, bSetting, eAttribute);
238 void CJX_ExclGroup::presence(CFXJSE_Value* pValue,
241 Script_Attribute_String(pValue, bSetting, eAttribute);
244 void CJX_ExclGroup::relevant(CFXJSE_Value* pValue,
247 Script_Attribute_String(pValue, bSetting, eAttribute);
250 void CJX_ExclGroup::use(CFXJSE_Value* pValue,
253 Script_Attribute_String(pValue, bSetting, eAttribute);
256 void CJX_ExclGroup::usehref(CFXJSE_Value* pValue,
259 Script_Attribute_String(pValue, bSetting, eAttribute);
262 void CJX_ExclGroup::validationMessage(CFXJSE_Value* pValue,
265 Script_Som_ValidationMessage(pValue, bSetting, eAttribute);
268 void CJX_ExclGroup::vAlign(CFXJSE_Value* pValue,
271 Script_Attribute_String(pValue, bSetting, eAttribute);
274 void CJX_ExclGroup::w(CFXJSE_Value* pValue,
277 Script_Attribute_String(pValue, bSetting, eAttribute);
280 void CJX_ExclGroup::x(CFXJSE_Value* pValue,
283 Script_Attribute_String(pValue, bSetting, eAttribute);
286 void CJX_ExclGroup::y(CFXJSE_Value* pValue,
289 Script_Attribute_String(pValue, bSetting, eAttribute);