Searched refs:pPrevLayoutItem (Results 1 – 1 of 1) sorted by relevance
1185 CXFA_ContentLayoutItem* pPrevLayoutItem = in CreateContentLayoutItem() local1188 if (pPrevLayoutItem) { in CreateContentLayoutItem()1189 while (pPrevLayoutItem->m_pNext) in CreateContentLayoutItem()1190 pPrevLayoutItem = pPrevLayoutItem->m_pNext; in CreateContentLayoutItem()1192 pPrevLayoutItem->m_pNext = pLayoutItem; in CreateContentLayoutItem()1193 pLayoutItem->m_pPrev = pPrevLayoutItem; in CreateContentLayoutItem()