Lines Matching refs:nColPos
824 SCCOL nColPos = nDataStartCol + (SCCOL)nCol; //! check for overflow in Output() local
825 DataCell( nColPos, nRowPos, nTab, pColAry[nCol] ); in Output()
888 SCCOL nColPos = nDataStartCol + (SCCOL)nCol; //! check for overflow in Output() local
889 HeaderCell( nColPos, nRowPos, nTab, pArray[nCol], sal_True, nField ); in Output()
905 outputimp.AddCol( nColPos ); in Output()
906 if ( nColPos + 1 == nEndColPos ) in Output()
907 … outputimp.OutputBlockFrame( nColPos,nRowPos, nEndColPos,nRowPos+1, sal_True ); in Output()
910 outputimp.OutputBlockFrame( nColPos,nRowPos, nEndColPos,nRowPos ); in Output()
912 …lcl_SetStyleById( pDoc, nTab, nColPos,nRowPos, nEndColPos,nDataStartRow-1, STR_PIVOT_STYLE_CATEGOR… in Output()
915 …lcl_SetStyleById( pDoc, nTab, nColPos,nRowPos, nColPos,nDataStartRow-1, STR_PIVOT_STYLE_CATEGORY ); in Output()
918 outputimp.AddCol( nColPos ); in Output()
937 SCCOL nColPos = nMemberStartCol + (SCCOL)nField; //! check for overflow in Output() local
945 HeaderCell( nColPos, nRowPos, nTab, pArray[nRow], sal_False, nField ); in Output()
962 outputimp.OutputBlockFrame( nColPos, nRowPos, nTabEndCol, nEndRowPos ); in Output()
965 outputimp.OutputBlockFrame( nColPos, nRowPos, nColPos, nEndRowPos ); in Output()
968 outputimp.OutputBlockFrame( nColPos+1, nRowPos, nColPos+1, nEndRowPos ); in Output()
971 …lcl_SetStyleById( pDoc, nTab, nColPos,nRowPos, nDataStartCol-1,nEndRowPos, STR_PIVOT_STYLE_CATEGOR… in Output()
974 …lcl_SetStyleById( pDoc, nTab, nColPos,nRowPos, nDataStartCol-1,nRowPos, STR_PIVOT_STYLE_CATEGORY ); in Output()
1794 long nColPos = 0; in GetPivotData() local
1799 nColPos = nCol; in GetPivotData()
1816 if ( nColPos >= rDataRow.getLength() ) in GetPivotData()
1819 const sheet::DataResult& rResult = rDataRow[nColPos]; in GetPivotData()