Home | History | Annotate | Download | only in parser

Lines Matching refs:rgCurLineLayoutItems

611     CFX_ArrayTemplate<CXFA_ContentLayoutItem*> (&rgCurLineLayoutItems)[3],
766 rgCurLineLayoutItems[uHAlign].Add(pChildLayoutItem);
795 rgCurLineLayoutItems[uHAlign].Add(pProcessor->ExtractLayoutItem());
804 pThis, pProcessor, eRetValue, &rgCurLineLayoutItems[uHAlign],
821 rgCurLineLayoutItems[uHAlign].Add(pProcessor->ExtractLayoutItem());
865 rgCurLineLayoutItems[uHAlign].Add(pProcessor->ExtractLayoutItem());
897 rgCurLineLayoutItems[uHAlign].Add(pProcessor->ExtractLayoutItem());
2208 CFX_ArrayTemplate<CXFA_ContentLayoutItem*> rgCurLineLayoutItems[3];
2222 rgCurLineLayoutItems[uHAlign].Add(pLayoutNext);
2306 &uCurHAlignState, rgCurLineLayoutItems, false, FLT_MAX,
2336 &uCurHAlignState, rgCurLineLayoutItems, false, FLT_MAX, FLT_MAX,
2344 rgCurLineLayoutItems, eFlowStrategy, bContainerHeightAutoSize,
2348 rgCurLineLayoutItems->RemoveAll();
2355 &uCurHAlignState, rgCurLineLayoutItems, false, FLT_MAX,
2391 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems,
2419 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems,
2458 &uCurHAlignState, rgCurLineLayoutItems, bUseBreakControl,
2495 rgCurLineLayoutItems, eFlowStrategy, bContainerHeightAutoSize,
2534 CFX_ArrayTemplate<CXFA_ContentLayoutItem*> (&rgCurLineLayoutItems)[3],
2548 nGroupLengths[i] = rgCurLineLayoutItems[i].GetSize();
2552 rgCurLineLayoutItems[i][j]->m_pFormNode)) {
2553 fGroupWidths[i] += rgCurLineLayoutItems[i][j]->m_sSize.width;
2574 rgCurLineLayoutItems[0][j]->m_sPos = CalculatePositionedContainerPos(
2575 rgCurLineLayoutItems[0][j]->m_pFormNode,
2576 rgCurLineLayoutItems[0][j]->m_sSize);
2578 rgCurLineLayoutItems[0][j]->m_sPos =
2581 rgCurLineLayoutItems[0][j]->m_pFormNode)) {
2582 fCurPos += rgCurLineLayoutItems[0][j]->m_sSize.width;
2585 m_pLayoutItem->AddChild(rgCurLineLayoutItems[0][j]);
2593 rgCurLineLayoutItems[1][j]->m_sPos = CalculatePositionedContainerPos(
2594 rgCurLineLayoutItems[1][j]->m_pFormNode,
2595 rgCurLineLayoutItems[1][j]->m_sSize);
2597 rgCurLineLayoutItems[1][j]->m_sPos =
2600 rgCurLineLayoutItems[1][j]->m_pFormNode)) {
2601 fCurPos += rgCurLineLayoutItems[1][j]->m_sSize.width;
2604 m_pLayoutItem->AddChild(rgCurLineLayoutItems[1][j]);
2610 rgCurLineLayoutItems[2][j]->m_sPos = CalculatePositionedContainerPos(
2611 rgCurLineLayoutItems[2][j]->m_pFormNode,
2612 rgCurLineLayoutItems[2][j]->m_sSize);
2614 rgCurLineLayoutItems[2][j]->m_sPos =
2617 rgCurLineLayoutItems[2][j]->m_pFormNode)) {
2618 fCurPos += rgCurLineLayoutItems[2][j]->m_sSize.width;
2621 m_pLayoutItem->AddChild(rgCurLineLayoutItems[2][j]);
2629 rgCurLineLayoutItems[0][j]->m_pFormNode)) {
2630 fCurPos -= rgCurLineLayoutItems[0][j]->m_sSize.width;
2632 rgCurLineLayoutItems[0][j]->m_sPos =
2634 m_pLayoutItem->AddChild(rgCurLineLayoutItems[0][j]);
2642 rgCurLineLayoutItems[1][j]->m_pFormNode)) {
2643 fCurPos -= rgCurLineLayoutItems[1][j]->m_sSize.width;
2645 rgCurLineLayoutItems[1][j]->m_sPos =
2647 m_pLayoutItem->AddChild(rgCurLineLayoutItems[1][j]);
2653 rgCurLineLayoutItems[2][j]->m_pFormNode)) {
2654 fCurPos -= rgCurLineLayoutItems[2][j]->m_sSize.width;
2656 rgCurLineLayoutItems[2][j]->m_sPos =
2658 m_pLayoutItem->AddChild(rgCurLineLayoutItems[2][j]);