Lines Matching refs:pLeaderLayoutItem
421 CXFA_ContentLayoutItem* pLeaderLayoutItem) { in AddLeaderAfterSplit() argument
422 UpdatePendingItemLayout(pProcessor, pLeaderLayoutItem); in AddLeaderAfterSplit()
438 float fHeight = pLeaderLayoutItem->m_sSize.height; in AddLeaderAfterSplit()
445 pLeaderLayoutItem->m_sPos.y = 0; in AddLeaderAfterSplit()
447 switch (pLeaderLayoutItem->m_pFormNode->JSObject()->GetEnum( in AddLeaderAfterSplit()
450 pLeaderLayoutItem->m_sPos.x = pProcessor->m_pLayoutItem->m_sSize.width - in AddLeaderAfterSplit()
452 pLeaderLayoutItem->m_sSize.width; in AddLeaderAfterSplit()
455 pLeaderLayoutItem->m_sPos.x = in AddLeaderAfterSplit()
457 pLeaderLayoutItem->m_sSize.width) / in AddLeaderAfterSplit()
462 pLeaderLayoutItem->m_sPos.x = fLeftInset; in AddLeaderAfterSplit()
466 pProcessor->m_pLayoutItem->AddChild(pLeaderLayoutItem); in AddLeaderAfterSplit()