Lines Matching refs:linearNodeList
69446 function addPageBreaksIfNecessary(linearNodeList, pages) {
69452 linearNodeList = linearNodeList.filter(function (node) {
69456 linearNodeList.forEach(function (node) {
69475 for (var index = 0; index < linearNodeList.length; index++) {
69476 var node = linearNodeList[index];
69484 for (var ii = index + 1, l = linearNodeList.length; ii < l; ii++) {
69485 if (linearNodeList[ii].nodeInfo.pageNumbers.indexOf(pageNumber) > -1) {
69486 followingNodesOnPage.push(linearNodeList[ii].nodeInfo);
69488 …if (pageBreakBeforeFct.length > 2 && linearNodeList[ii].nodeInfo.pageNumbers.indexOf(pageNumber + …
69489 nodesOnNextPage.push(linearNodeList[ii].nodeInfo);
69495 if (linearNodeList[ii].nodeInfo.pageNumbers.indexOf(pageNumber) > -1) {
69496 previousNodesOnPage.push(linearNodeList[ii].nodeInfo);
69515 result.linearNodeList.forEach(function (node) {
69521 while (addPageBreaksIfNecessary(result.linearNodeList, result.pages)) {
69531 this.linearNodeList = [];
69550 return { pages: this.writer.context().pages, linearNodeList: this.linearNodeList };
69755 this.linearNodeList.push(node);