Home
last modified time | relevance | path

Searched refs:nCompCol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1116 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()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1787 SCsCOL nCompCol; in lcl_FillOldFields() local
1789 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 48 milliseconds