Lines Matching refs:pLeaderLayoutItem
2212 const RetainPtr<CXFA_ContentLayoutItem>& pLeaderLayoutItem) { in AddLeaderAfterSplit() argument
2213 UpdatePendingItemLayout(pLeaderLayoutItem); in AddLeaderAfterSplit()
2226 float fHeight = pLeaderLayoutItem->m_sSize.height; in AddLeaderAfterSplit()
2235 pLeaderLayoutItem->m_sPos.y = 0; in AddLeaderAfterSplit()
2237 switch (pLeaderLayoutItem->GetFormNode()->JSObject()->GetEnum( in AddLeaderAfterSplit()
2240 pLeaderLayoutItem->m_sPos.x = m_pLayoutItem->m_sSize.width - fRightInset - in AddLeaderAfterSplit()
2241 pLeaderLayoutItem->m_sSize.width; in AddLeaderAfterSplit()
2244 pLeaderLayoutItem->m_sPos.x = in AddLeaderAfterSplit()
2246 pLeaderLayoutItem->m_sSize.width) / in AddLeaderAfterSplit()
2251 pLeaderLayoutItem->m_sPos.x = fLeftInset; in AddLeaderAfterSplit()
2255 m_pLayoutItem->AppendLastChild(pLeaderLayoutItem); in AddLeaderAfterSplit()