Lines Matching refs:iEntry
768 iEntry( aRowVector.begin()); in DoSubTotals()
769 iEntry != aRowVector.end(); ++iEntry) in DoSubTotals()
771 if ( iEntry->nDestRow == nRow ) in DoSubTotals()
872 for ( ::std::vector< RowEntry >::const_iterator iEntry( aRowVector.begin()); in DoSubTotals()
873 iEntry != aRowVector.end(); ++iEntry) in DoSubTotals()
875 SCCOL nResCount = rParam.nSubTotals[iEntry->nGroupNo]; in DoSubTotals()
876 SCCOL* nResCols = rParam.pSubTotals[iEntry->nGroupNo]; in DoSubTotals()
877 ScSubTotalFunc* eResFunc = rParam.pFunctions[iEntry->nGroupNo]; in DoSubTotals()
881 aRef.Ref1.nRow = iEntry->nFuncStart; in DoSubTotals()
883 aRef.Ref2.nRow = iEntry->nFuncEnd; in DoSubTotals()
894 nResCols[nResult], iEntry->nDestRow, nTab), &aArr ); in DoSubTotals()
895 PutCell( nResCols[nResult], iEntry->nDestRow, pCell ); in DoSubTotals()
897 if ( nResCols[nResult] != nGroupCol[iEntry->nGroupNo] ) in DoSubTotals()
899 ApplyStyle( nResCols[nResult], iEntry->nDestRow, *pStyle ); in DoSubTotals()
902 lcl_RemoveNumberFormat( this, nResCols[nResult], iEntry->nDestRow ); in DoSubTotals()