Searched refs:nCompCol (Results 1 – 2 of 2) sorted by relevance
1116 SCCOL nCompCol = nX; in GetOutputArea() local1117 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()[all …]
1787 SCsCOL nCompCol; in lcl_FillOldFields() local1789 nCompCol = PIVOT_DATA_FIELD; in lcl_FillOldFields()1791 nCompCol = static_cast<SCsCOL>(nDupSource)+nColAdd; //! seek source column from name in lcl_FillOldFields()1794 if ( aIt->nCol == nCompCol ) in lcl_FillOldFields()
Completed in 47 milliseconds