Lines Matching refs:CJX_Subform

19 const CJX_MethodSpec CJX_Subform::MethodSpecs[] = {
25 CJX_Subform::CJX_Subform(CXFA_Node* node) : CJX_Container(node) { in CJX_Subform() function in CJX_Subform
29 CJX_Subform::~CJX_Subform() {} in ~CJX_Subform()
31 CJS_Return CJX_Subform::execEvent( in execEvent()
42 CJS_Return CJX_Subform::execInitialize( in execInitialize()
54 CJS_Return CJX_Subform::execCalculate( in execCalculate()
66 CJS_Return CJX_Subform::execValidate( in execValidate()
81 void CJX_Subform::locale(CFXJSE_Value* pValue, in locale()
93 void CJX_Subform::instanceIndex(CFXJSE_Value* pValue, in instanceIndex()
99 void CJX_Subform::allowMacro(CFXJSE_Value* pValue, in allowMacro()
105 void CJX_Subform::anchorType(CFXJSE_Value* pValue, in anchorType()
111 void CJX_Subform::colSpan(CFXJSE_Value* pValue, in colSpan()
117 void CJX_Subform::columnWidths(CFXJSE_Value* pValue, in columnWidths()
123 void CJX_Subform::h(CFXJSE_Value* pValue, in h()
129 void CJX_Subform::hAlign(CFXJSE_Value* pValue, in hAlign()
135 void CJX_Subform::layout(CFXJSE_Value* pValue, in layout()
141 void CJX_Subform::maxH(CFXJSE_Value* pValue, in maxH()
147 void CJX_Subform::maxW(CFXJSE_Value* pValue, in maxW()
153 void CJX_Subform::minH(CFXJSE_Value* pValue, in minH()
159 void CJX_Subform::minW(CFXJSE_Value* pValue, in minW()
165 void CJX_Subform::presence(CFXJSE_Value* pValue, in presence()
171 void CJX_Subform::relevant(CFXJSE_Value* pValue, in relevant()
177 void CJX_Subform::restoreState(CFXJSE_Value* pValue, in restoreState()
183 void CJX_Subform::scope(CFXJSE_Value* pValue, in scope()
189 void CJX_Subform::use(CFXJSE_Value* pValue, in use()
195 void CJX_Subform::usehref(CFXJSE_Value* pValue, in usehref()
201 void CJX_Subform::validationMessage(CFXJSE_Value* pValue, in validationMessage()
207 void CJX_Subform::vAlign(CFXJSE_Value* pValue, in vAlign()
213 void CJX_Subform::w(CFXJSE_Value* pValue, in w()
219 void CJX_Subform::x(CFXJSE_Value* pValue, in x()
225 void CJX_Subform::y(CFXJSE_Value* pValue, in y()