Searched refs:pBeforeItem (Results 1 – 2 of 2) sorted by relevance
48 void InsertChild(CXFA_LayoutItem* pBeforeItem, CXFA_LayoutItem* pChildItem);
520 void CXFA_LayoutItem::InsertChild(CXFA_LayoutItem* pBeforeItem, in InsertChild() argument522 if (pBeforeItem->m_pParent != this) { in InsertChild()529 CXFA_LayoutItem* pExistingChildItem = pBeforeItem->m_pNextSibling; in InsertChild()530 pBeforeItem->m_pNextSibling = pChildItem; in InsertChild()1035 CXFA_LayoutItem* pBeforeItem = NULL; in DoLayoutPageArea() local1063 if (pBeforeItem == NULL) { in DoLayoutPageArea()1066 pPageAreaLayoutItem->InsertChild(pBeforeItem, pProcessItem); in DoLayoutPageArea()1068 pBeforeItem = pProcessItem; in DoLayoutPageArea()1071 pBeforeItem = NULL; in DoLayoutPageArea()1082 if (pBeforeItem == NULL) { in DoLayoutPageArea()[all …]