Searched refs:XFA_ItemLayoutProcessorResult (Results 1 – 5 of 5) sorted by relevance
31 enum class XFA_ItemLayoutProcessorResult { enum77 XFA_ItemLayoutProcessorResult DoLayout(bool bUseBreakControl,94 XFA_ItemLayoutProcessorResult eRetValue,101 XFA_ItemLayoutProcessorResult* result);123 XFA_ItemLayoutProcessorResult m_ePreProcessRs;151 XFA_ItemLayoutProcessorResult DoLayoutFlowedContainer(
65 XFA_ItemLayoutProcessorResult eStatus; in DoLayout()73 if (eStatus != XFA_ItemLayoutProcessorResult::Done) in DoLayout()82 } while (eStatus != XFA_ItemLayoutProcessorResult::Done && in DoLayout()85 if (eStatus == XFA_ItemLayoutProcessorResult::Done) { in DoLayout()91 return 100 * (eStatus == XFA_ItemLayoutProcessorResult::Done in DoLayout()
603 XFA_ItemLayoutProcessorResult InsertFlowedItem( in InsertFlowedItem()634 return XFA_ItemLayoutProcessorResult::RowFullBreak; in InsertFlowedItem()667 XFA_ItemLayoutProcessorResult eRetValue = XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem()669 pProcessor->m_ePreProcessRs == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()678 pProcessor->m_ePreProcessRs = XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem()692 return XFA_ItemLayoutProcessorResult::RowFullBreak; in InsertFlowedItem()740 if (!bTakeSpace || eRetValue == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()773 return XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem()776 if (eRetValue == XFA_ItemLayoutProcessorResult::PageFullBreak) { in InsertFlowedItem()802 XFA_ItemLayoutProcessorResult eResult; in InsertFlowedItem()[all …]
29 XFA_ItemLayoutProcessorResult eStatus);
441 XFA_ItemLayoutProcessorResult eStatus) { in SubmitContentItem()447 if (eStatus != XFA_ItemLayoutProcessorResult::Done) { in SubmitContentItem()448 if (eStatus == XFA_ItemLayoutProcessorResult::PageFullBreak && in SubmitContentItem()