Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptabres.cxx3166 long nIncluded = nAutoCount; in DoAutoShow() local
3167 const ScDPResultMember* pMember1 = maMemberArray[aAutoOrder[nIncluded - 1]]; in DoAutoShow()
3173 if ( nIncluded < nCount ) in DoAutoShow()
3175 const ScDPResultMember* pMember2 = maMemberArray[aAutoOrder[nIncluded]]; in DoAutoShow()
3180 ++nIncluded; // include more members if values are equal in DoAutoShow()
3188 for (nPos = nIncluded; nPos < nCount; nPos++) in DoAutoShow()
3718 long nIncluded = pRefDim->GetAutoCount(); in DoAutoShow() local
3719 ScDPDataMember* pDataMember1 = aMembers[(sal_uInt16)aAutoOrder[nIncluded - 1]]; in DoAutoShow()
3726 if ( nIncluded < nCount ) in DoAutoShow()
3728 ScDPDataMember* pDataMember2 = aMembers[(sal_uInt16)aAutoOrder[nIncluded]]; in DoAutoShow()
[all …]

Completed in 33 milliseconds