Lines Matching refs:Form
26 @param Form Pointer of the current Form.
35 IN OUT FORM_BROWSER_FORM *Form
42 if (Form == NULL) {
44 // Only guid op may out side the form level.
70 // Form is inside of suppressif
82 // Insert this Statement into current Form
84 if (Form == NULL) {
87 InsertTailList (&Form->StatementListHead, &Statement->Link);
167 @param Form Pointer of the current Form.
176 IN OUT FORM_BROWSER_FORM *Form
187 Statement = CreateStatement (OpCodeData, FormSet, Form);
288 @param Form The Form associated with this Expression
296 IN OUT FORM_BROWSER_FORM *Form,
669 @param Form Pointer of the current form.
679 IN OUT FORM_BROWSER_FORM *Form
763 // Update the Config Request info saved in the form.
767 Link = GetFirstNode (&Form->ConfigRequestHead);
768 while (!IsNull (&Form->ConfigRequestHead, Link)) {
776 Link = GetNextNode (&Form->ConfigRequestHead, Link);
787 InsertTailList(&Form->ConfigRequestHead, &ConfigInfo->Link);
984 Free resources of a Form.
987 @param Form Pointer of the Form.
993 IN OUT FORM_BROWSER_FORM *Form
1002 // Free Form Expressions
1004 while (!IsListEmpty (&Form->ExpressionListHead)) {
1005 Link = GetFirstNode (&Form->ExpressionListHead);
1015 while (!IsListEmpty (&Form->StatementListHead)) {
1016 Link = GetFirstNode (&Form->StatementListHead);
1026 while (!IsListEmpty (&Form->ConfigRequestHead)) {
1027 Link = GetFirstNode (&Form->ConfigRequestHead);
1035 if (Form->SuppressExpression != NULL) {
1036 FreePool (Form->SuppressExpression);
1039 UiFreeMenuList (&Form->FormViewListHead);
1042 // Free this Form
1044 FreePool (Form);
1063 FORM_BROWSER_FORM *Form;
1121 Form = FORM_BROWSER_FORM_FROM_LINK (Link);
1122 RemoveEntryList (&Form->Link);
1124 DestroyForm (FormSet, Form);
1687 // This is DisableIf expression for Form, it should be a constant expression
1731 // Create a new Form for this FormSet
1748 // Form is inside of suppressif
1760 // Enter scope of a Form, suppressif will be used for Question or Option
1766 // Insert into Form list of this FormSet
1773 // Create a new Form for this FormSet
1787 // FormMap Form must contain at least one Map Method.
1793 // Try to find the standard form map method.
1804 // If the standard form map method is not found, the first map method title will be used.
1814 // Form is inside of suppressif
1826 // Enter scope of a Form, suppressif will be used for Question or Option
1832 // Insert into Form list of this FormSet
2199 // Form is inside of suppressif
2362 // This is DisableIf for Question, enqueue it to Form expression list
2556 // Lock tag, used by form and statement.
2613 // End of Form
2686 // This is DisableIf expression for Form, it should be a constant expression