Searched refs:XFA_ItemLayoutProcessorResult (Results 1 – 5 of 5) sorted by relevance
31 enum class XFA_ItemLayoutProcessorResult { enum60 XFA_ItemLayoutProcessorResult DoLayout(bool bUseBreakControl,77 XFA_ItemLayoutProcessorResult eRetValue,84 XFA_ItemLayoutProcessorResult* result);106 XFA_ItemLayoutProcessorResult m_ePreProcessRs;134 XFA_ItemLayoutProcessorResult DoLayoutFlowedContainer(
66 XFA_ItemLayoutProcessorResult eStatus; in DoLayout()76 if (eStatus != XFA_ItemLayoutProcessorResult::Done) in DoLayout()85 } while (eStatus != XFA_ItemLayoutProcessorResult::Done); in DoLayout()87 if (eStatus == XFA_ItemLayoutProcessorResult::Done) { in DoLayout()93 return 100 * (eStatus == XFA_ItemLayoutProcessorResult::Done in DoLayout()
648 XFA_ItemLayoutProcessorResult InsertFlowedItem( in InsertFlowedItem()679 return XFA_ItemLayoutProcessorResult::RowFullBreak; in InsertFlowedItem()711 XFA_ItemLayoutProcessorResult eRetValue = XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem()713 pProcessor->m_ePreProcessRs == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()722 pProcessor->m_ePreProcessRs = XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem()736 return XFA_ItemLayoutProcessorResult::RowFullBreak; in InsertFlowedItem()784 if (!bTakeSpace || eRetValue == XFA_ItemLayoutProcessorResult::Done) { in InsertFlowedItem()817 return XFA_ItemLayoutProcessorResult::Done; in InsertFlowedItem()820 if (eRetValue == XFA_ItemLayoutProcessorResult::PageFullBreak) { in InsertFlowedItem()846 XFA_ItemLayoutProcessorResult eResult; in InsertFlowedItem()[all …]
31 XFA_ItemLayoutProcessorResult eStatus);
472 XFA_ItemLayoutProcessorResult eStatus) { in SubmitContentItem()478 if (eStatus != XFA_ItemLayoutProcessorResult::Done) { in SubmitContentItem()479 if (eStatus == XFA_ItemLayoutProcessorResult::PageFullBreak && in SubmitContentItem()