Lines Matching refs:nUserSubStart
1189 long nUserSubStart; in IsSubTotalInTitle() local
1190 long nSubTotals = GetSubTotalCount( &nUserSubStart ); in IsSubTotalInTitle()
1191 nSubTotals -= nUserSubStart; // visible count in IsSubTotalInTitle()
1221 long nUserSubStart; in GetSize() local
1222 long nUserSubCount = GetSubTotalCount( &nUserSubStart ); in GetSize()
1223 nUserSubCount -= nUserSubStart; // for output size, use visible count in GetSize()
1464 long nUserSubStart; in FillMemberResults() local
1465 long nUserSubCount = GetSubTotalCount(&nUserSubStart); in FillMemberResults()
1471 … rPos -= nSubSize * (nUserSubCount - nUserSubStart); // GetSize includes space for SubTotal in FillMemberResults()
1474 for (long nUserPos=nUserSubStart; nUserPos<nUserSubCount; nUserPos++) in FillMemberResults()
1578 long nUserSubStart; in FillDataResults() local
1579 long nUserSubCount = GetSubTotalCount(&nUserSubStart); in FillDataResults()
1587 nUserSubStart = 0; in FillDataResults()
1594 … rRow -= nSubSize * ( nUserSubCount - nUserSubStart ); // GetSize includes space for SubTotal in FillDataResults()
1609 for (long nUserPos=nUserSubStart; nUserPos<nUserSubCount; nUserPos++) in FillDataResults()
1634 … rRow += nSubSize * ( nUserSubCount - nUserSubStart ); // empty rows occur when ShowEmpty is true in FillDataResults()
2064 long nUserSubStart; in FillDataRow() local
2065 long nUserSubCount = pRefMember->GetSubTotalCount(&nUserSubStart); in FillDataRow()
2073 nUserSubStart = 0; in FillDataRow()
2082 … rCol -= nSubSize * ( nUserSubCount - nUserSubStart ); // GetSize includes space for SubTotal in FillDataRow()
2093 for (long nUserPos=nUserSubStart; nUserPos<nUserSubCount; nUserPos++) in FillDataRow()