Lines Matching refs:pItem
175 CXFA_LayoutItem* pItem = this; in CapPlacement() local
180 if (!pItem->GetPrev() && !pItem->GetNext()) { in CapPlacement()
183 if (!pItem->GetPrev()) in CapPlacement()
185 else if (!pItem->GetNext()) in CapPlacement()
203 CXFA_LayoutItem* pItem = this; in CapPlacement() local
204 if (!pItem->GetPrev() && !pItem->GetNext()) { in CapPlacement()
207 pItem = pItem->GetFirst(); in CapPlacement()
208 m_rtCaption = pItem->GetRect(false); in CapPlacement()
209 pItem = pItem->GetNext(); in CapPlacement()
210 while (pItem) { in CapPlacement()
211 m_rtCaption.height += pItem->GetRect(false).Height(); in CapPlacement()
212 pItem = pItem->GetNext(); in CapPlacement()