Searched refs:eRetValue (Results 1 – 2 of 2) sorted by relevance
667 XFA_ItemLayoutProcessorResult eRetValue = XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem() local670 eRetValue = pProcessor->DoLayout( in InsertFlowedItem()675 pProcessor->m_ePreProcessRs = eRetValue; in InsertFlowedItem()677 eRetValue = pProcessor->m_ePreProcessRs; in InsertFlowedItem()681 return eRetValue; in InsertFlowedItem()740 if (!bTakeSpace || eRetValue == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()776 if (eRetValue == XFA_ItemLayoutProcessorResult::PageFullBreak) { in InsertFlowedItem()799 return eRetValue; in InsertFlowedItem()804 pThis, pProcessor, eRetValue, &rgCurLineLayoutItems[uHAlign], in InsertFlowedItem()817 eRetValue == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()[all …]
94 XFA_ItemLayoutProcessorResult eRetValue,