Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Ddptabsrc.cxx959 … long nMinRowMembers = lcl_CountMinMembers( aInfo.aRowDims, aInfo.aRowLevels, nRowLevelCount ); in CreateRes_Impl() local
961 … if ( nMinColMembers > MAXCOLCOUNT/*SC_MINCOUNT_LIMIT*/ || nMinRowMembers > SC_MINCOUNT_LIMIT ) in CreateRes_Impl()