Home | History | Annotate | Download | only in xfa

Lines Matching defs:pNotify

94       CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
95 if (!pNotify)
98 pNotify->RunNodeInitialize(pNewInstance);
145 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
146 if (!pNotify)
151 pNotify->RunSubformIndexChange(pToInstance);
156 pNotify->RunSubformIndexChange(pFromInstance);
184 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
185 if (pNotify) {
190 pNotify->RunSubformIndexChange(pSubformInstance);
234 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
235 if (pNotify) {
236 pNotify->RunNodeInitialize(pNewInstance);
279 CXFA_FFNotify* pNotify = GetDocument()->GetNotify();
280 if (pNotify) {
281 pNotify->RunNodeInitialize(pNewInstance);