Lines Matching refs:nCompCol
1116 SCCOL nCompCol = nX; in GetOutputArea() local
1117 while ( nCellX > nCompCol ) in GetOutputArea()
1120 long nColWidth = ( nCompCol <= nX2 ) ? in GetOutputArea()
1121 pRowInfo[0].pCellInfo[nCompCol+1].nWidth : in GetOutputArea()
1122 (long) ( pDoc->GetColWidth( nCompCol, nTab ) * nPPTX ); in GetOutputArea()
1124 ++nCompCol; in GetOutputArea()
1126 while ( nCellX < nCompCol ) in GetOutputArea()
1128 --nCompCol; in GetOutputArea()
1129 long nColWidth = ( nCompCol <= nX2 ) ? in GetOutputArea()
1130 pRowInfo[0].pCellInfo[nCompCol+1].nWidth : in GetOutputArea()
1131 (long) ( pDoc->GetColWidth( nCompCol, nTab ) * nPPTX ); in GetOutputArea()