Lines Matching refs:nDestRow
657 SCROW nDestRow; member
771 if ( iEntry->nDestRow == nRow ) in DoSubTotals()
782 aRowEntry.nDestRow = nRow; in DoSubTotals()
787 aRowEntry.nDestRow, 1 ); in DoSubTotals()
788 DBShowRow( aRowEntry.nDestRow, bBlockVis ); in DoSubTotals()
800 if ( aRowEntry.nDestRow <= iMove->nSubStartRow ) in DoSubTotals()
802 if ( aRowEntry.nDestRow <= iMove->nDestRow ) in DoSubTotals()
803 ++iMove->nDestRow; in DoSubTotals()
804 if ( aRowEntry.nDestRow <= iMove->nFuncStart ) in DoSubTotals()
806 if ( aRowEntry.nDestRow <= iMove->nFuncEnd ) in DoSubTotals()
842 … SetString( nGroupCol[aRowEntry.nGroupNo], aRowEntry.nDestRow, nTab, aOutString ); in DoSubTotals()
843 ApplyStyle( nGroupCol[aRowEntry.nGroupNo], aRowEntry.nDestRow, *pStyle ); in DoSubTotals()
894 nResCols[nResult], iEntry->nDestRow, nTab), &aArr ); in DoSubTotals()
895 PutCell( nResCols[nResult], iEntry->nDestRow, pCell ); in DoSubTotals()
899 ApplyStyle( nResCols[nResult], iEntry->nDestRow, *pStyle ); in DoSubTotals()
902 lcl_RemoveNumberFormat( this, nResCols[nResult], iEntry->nDestRow ); in DoSubTotals()
1491 nOutRow = aParam.nDestRow + nHeader; in Query()
1494 aParam.nDestCol, aParam.nDestRow, aParam.nDestTab ); in Query()