Home | History | Annotate | Download | only in parser

Lines Matching defs:pNotify

95 void SyncContainer(CXFA_FFNotify* pNotify,
116 pNotify->OnLayoutItemAdded(pDocLayout, pContainerItem, nPageIndex, dwStatus);
120 SyncContainer(pNotify, pDocLayout, pChild, dwRelevantContainer,
226 CXFA_FFNotify* pNotify,
233 SyncRemoveLayoutItem(pCurLayoutItem, pNotify, pDocLayout);
235 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem);
582 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify();
583 auto* pContainerItem = pNotify->OnCreateContainerLayoutItem(pNewPageArea);
586 pNotify->OnPageEvent(pContainerItem, XFA_PAGEVIEWEVENT_PostRemoved);
1627 CXFA_FFNotify* pNotify =
1632 SyncRemoveLayoutItem(pCurLayoutItem, pNotify, pDocLayout);
1634 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem);
1690 CXFA_FFNotify* pNotify = pDocument->GetNotify();
1787 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem);
1850 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem);
1857 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem);
1905 CXFA_FFNotify* pNotify = m_pTemplatePageSetRoot->GetDocument()->GetNotify();
1941 SyncContainer(pNotify, m_pLayoutProcessor, pContentItem,
1957 pNotify->OnPageEvent(pPage, XFA_PAGEVIEWEVENT_PostRemoved);