Searched refs:pContentArea (Results 1 – 2 of 2) sorted by relevance
207 CXFA_Node* pContentArea, in CheckContentAreaNotUsed() argument214 if (pLayoutItem->m_pFormNode == pContentArea) { in CheckContentAreaNotUsed()255 CXFA_ContainerLayoutItem* pContentArea = nullptr) in CXFA_ContainerRecord() argument258 pCurContentArea(pContentArea) {} in CXFA_ContainerRecord()342 CXFA_ContentArea* pContentArea = in InitLayoutPage() local344 if (!pContentArea) { in InitLayoutPage()345 pContentArea = static_cast<CXFA_ContentArea*>(pDocument->CreateNode( in InitLayoutPage()347 if (!pContentArea) in InitLayoutPage()350 pPageArea->InsertChild(pContentArea, nullptr); in InitLayoutPage()351 pContentArea->SetFlag(XFA_NodeFlag_Initialized, true); in InitLayoutPage()[all …]
73 CXFA_Node* pContentArea);