Home | History | Annotate | Download | only in fxfa

Lines Matching refs:pItem

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