Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddptabsrc.cxx854 tools::Long nColLevelCount = aInfo.aColLevels.size(); in CreateRes_Impl() local
888 …ols::Long nMinColMembers = lcl_CountMinMembers( aInfo.aColDims, aInfo.aColLevels, nColLevelCount ); in CreateRes_Impl()
1017 sal_Int32 nColLevelCount = aColLevelList.size(); in FillMemberResults() local
1018 if (nColLevelCount) in FillMemberResults()
1021 pColResults.reset(new uno::Sequence<sheet::MemberResult>[nColLevelCount]); in FillMemberResults()
1022 for (tools::Long i=0; i<nColLevelCount; i++) in FillMemberResults()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddptabsrc.cxx850 long nColLevelCount = aInfo.aColLevels.size(); in CreateRes_Impl() local
884 long nMinColMembers = lcl_CountMinMembers( aInfo.aColDims, aInfo.aColLevels, nColLevelCount ); in CreateRes_Impl()
1012 long nColLevelCount = aColLevelList.size(); in FillMemberResults() local
1013 if (nColLevelCount) in FillMemberResults()
1016 pColResults.reset(new uno::Sequence<sheet::MemberResult>[nColLevelCount]); in FillMemberResults()
1017 for (long i=0; i<nColLevelCount; i++) in FillMemberResults()