Lines Matching defs:CXFA_LayoutPageMgr

240 CXFA_LayoutPageMgr::CXFA_LayoutPageMgr(CXFA_LayoutProcessor* pLayoutProcessor)
252 CXFA_LayoutPageMgr::~CXFA_LayoutPageMgr() {
262 bool CXFA_LayoutPageMgr::InitLayoutPage(CXFA_Node* pFormNode) {
348 bool CXFA_LayoutPageMgr::PrepareFirstPage(CXFA_Node* pRootSubform) {
386 bool CXFA_LayoutPageMgr::AppendNewPage(bool bFirstTemPage) {
402 void CXFA_LayoutPageMgr::RemoveLayoutRecord(CXFA_ContainerRecord* pNewRecord,
420 void CXFA_LayoutPageMgr::ReorderPendingLayoutRecordToTail(
439 void CXFA_LayoutPageMgr::SubmitContentItem(
457 FX_FLOAT CXFA_LayoutPageMgr::GetAvailHeight() {
482 CXFA_ContainerRecord* CXFA_LayoutPageMgr::CreateContainerRecord(
552 void CXFA_LayoutPageMgr::AddPageAreaLayoutItem(CXFA_ContainerRecord* pNewRecord,
575 void CXFA_LayoutPageMgr::AddContentAreaLayoutItem(
589 void CXFA_LayoutPageMgr::FinishPaginatedPageSets() {
725 int32_t CXFA_LayoutPageMgr::GetPageCount() const {
729 CXFA_ContainerLayoutItem* CXFA_LayoutPageMgr::GetPage(int32_t index) const {
735 int32_t CXFA_LayoutPageMgr::GetPageIndex(
741 bool CXFA_LayoutPageMgr::RunBreak(XFA_Element eBreakType,
789 bool CXFA_LayoutPageMgr::ExecuteBreakBeforeOrAfter(
860 bool CXFA_LayoutPageMgr::ProcessBreakBeforeOrAfter(
900 bool CXFA_LayoutPageMgr::ProcessBookendLeaderOrTrailer(
924 CXFA_Node* CXFA_LayoutPageMgr::BreakOverflow(CXFA_Node* pOverflowNode,
1007 bool CXFA_LayoutPageMgr::ProcessOverflow(CXFA_Node* pFormNode,
1060 bool CXFA_LayoutPageMgr::ResolveBookendLeaderOrTrailer(
1090 bool CXFA_LayoutPageMgr::FindPageAreaFromPageSet(CXFA_Node* pPageSet,
1113 bool CXFA_LayoutPageMgr::FindPageAreaFromPageSet_Ordered(
1180 bool CXFA_LayoutPageMgr::FindPageAreaFromPageSet_SimplexDuplex(
1288 bool CXFA_LayoutPageMgr::MatchPageAreaOddOrEven(CXFA_Node* pPageArea,
1307 CXFA_Node* CXFA_LayoutPageMgr::GetNextAvailPageArea(
1374 bool CXFA_LayoutPageMgr::GetNextContentArea(CXFA_Node* pContentArea) {
1406 void CXFA_LayoutPageMgr::InitPageSetMap() {
1422 int32_t CXFA_LayoutPageMgr::CreateMinPageRecord(CXFA_Node* pPageArea,
1450 void CXFA_LayoutPageMgr::CreateMinPageSetRecord(CXFA_Node* pPageSet,
1485 void CXFA_LayoutPageMgr::CreateNextMinRecord(CXFA_Node* pRecordNode) {
1500 void CXFA_LayoutPageMgr::ProcessLastPageSet() {
1514 bool CXFA_LayoutPageMgr::GetNextAvailContentHeight(FX_FLOAT fChildHeight) {
1573 void CXFA_LayoutPageMgr::ClearData() {
1590 void CXFA_LayoutPageMgr::SaveLayoutItem(CXFA_LayoutItem* pParentLayoutItem) {
1635 CXFA_Node* CXFA_LayoutPageMgr::QueryOverflow(
1659 void CXFA_LayoutPageMgr::MergePageSetContents() {
1855 void CXFA_LayoutPageMgr::LayoutPageSetContents() {
1879 void CXFA_LayoutPageMgr::SyncLayoutData() {
1949 void CXFA_LayoutPageMgr::PrepareLayout() {