Lines Matching refs:colPos
65 $colPos = 0;
69 parseCell($cell,$mdTable,$rowPos,$colPos);
71 $colPos++;
76 parseCell($cell,$mdTable,$rowPos,$colPos);
78 $colPos++;
106 function parseCell(&$cell,&$mdTable,&$rowPos,&$colPos) { argument
111 while (isset($mdTable[$rowPos][$colPos])) {
112 $colPos++;
115 $mdTable[$rowPos][$colPos] = $cell->plaintext;
120 … $mdTable[$rowPos+$i][$colPos] = ($repeatContentIntoSpannedCells ? $cell->plaintext : "");
128 $colPos++;
129 … $mdTable[$rowPos][$colPos] = ($repeatContentIntoSpannedCells ? $cell->plaintext : "");