Home | History | Annotate | Download | only in xfa

Lines Matching defs:pNotify

1190   CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
1191 if (pNotify)
1192 pNotify->OnValueChanging(ToNode(GetXFAObject()), eAttr);
1429 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
1430 if (!pNotify)
1433 pNotify->AddCalcValidate(ToNode(GetXFAObject()));
1635 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
1636 if (!pNotify)
1641 pNotify->RunSubformIndexChange(pToInstance);
1647 pNotify->RunSubformIndexChange(pFromInstance);