Home | History | Annotate | Download | only in parser

Lines Matching refs:pNotify

84 void SyncContainer(CXFA_FFNotify* pNotify,
104 pNotify->OnLayoutItemAdded(pDocLayout, pContainerItem, nPageIndex, dwStatus);
108 SyncContainer(pNotify, pDocLayout, pChild, dwRelevantContainer,
209 CXFA_FFNotify* pNotify,
216 SyncRemoveLayoutItem(pCurLayoutItem, pNotify, pDocLayout);
218 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem);
561 CXFA_FFNotify* pNotify = pNewPageArea->GetDocument()->GetNotify();
564 pNotify->OnCreateLayoutItem(pNewPageArea));
567 pNotify->OnPageEvent(pContainerItem, XFA_PAGEVIEWEVENT_PostRemoved);
1597 CXFA_FFNotify* pNotify =
1602 SyncRemoveLayoutItem(pCurLayoutItem, pNotify, pDocLayout);
1604 pNotify->OnLayoutItemRemoving(pDocLayout, pCurLayoutItem);
1661 CXFA_FFNotify* pNotify = pDocument->GetNotify();
1762 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem);
1826 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem);
1834 pNotify->OnLayoutItemRemoving(pDocLayout, pLayoutItem);
1882 CXFA_FFNotify* pNotify = m_pTemplatePageSetRoot->GetDocument()->GetNotify();
1915 SyncContainer(pNotify, m_pLayoutProcessor, pContentItem,
1931 pNotify->OnPageEvent(pPage, XFA_PAGEVIEWEVENT_PostRemoved);