Lines Matching refs:eRetValue
667 XFA_ItemLayoutProcessorResult eRetValue = XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem() local
670 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()
834 eRetValue != XFA_ItemLayoutProcessorResult::PageFullBreak) { in InsertFlowedItem()
903 if (eRetValue == XFA_ItemLayoutProcessorResult::Done) in InsertFlowedItem()
906 return eRetValue; in InsertFlowedItem()
925 if (eRetValue != XFA_ItemLayoutProcessorResult::Done) in InsertFlowedItem()
1973 XFA_ItemLayoutProcessorResult eRetValue, in ProcessKeepForSplit() argument
2013 *result = eRetValue; in ProcessKeepForSplit()