Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Ddptabres.cxx1189 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()
[all …]