Lines Matching refs:nSourceCount

1029     nSourceCount = pSource->GetColumnCount();               // real columns, excluding data layout  in ScDPGroupTableData()
1030 pNumGroups = new ScDPNumGroupDimension[nSourceCount]; in ScDPGroupTableData()
1048 if ( nIndex < nSourceCount ) in SetNumGroupDimension()
1058 for (long i=0; i<nSourceCount; i++) // nSourceCount excludes data layout in GetDimensionIndex()
1066 return nSourceCount + aGroups.size(); in GetColumnCount()
1071 return ( nDimension < nSourceCount && pNumGroups[nDimension].GetInfo().Enable ); in IsNumGroupDimension()
1077 if ( nDimension < nSourceCount ) in GetNumGroupInfo()
1092 if ( nColumn >= nSourceCount ) in GetColumnEntries()
1095 nColumn = nSourceCount; // index of data layout in source data in GetColumnEntries()
1098 const ScDPGroupDimension& rGroupDim = aGroups[nColumn - nSourceCount]; in GetColumnEntries()
1118 if ( nDim >= nSourceCount ) in GetMemberById()
1121 nDim = nSourceCount; in GetMemberById()
1124 const ScDPGroupDimension& rGroupDim = aGroups[nDim - nSourceCount]; in GetMemberById()
1133 if ( nColumn >= nSourceCount ) in getDimensionName()
1135 …if ( nColumn == sal::static_int_cast<long>( nSourceCount + aGroups.size() ) ) // data layout d… in getDimensionName()
1136 nColumn = nSourceCount; // index of data layout in source data in getDimensionName()
1138 return aGroups[nColumn - nSourceCount].GetName(); in getDimensionName()
1147 …return ( nColumn == sal::static_int_cast<long>( nSourceCount + aGroups.size() ) ); // data layo… in getIsDataLayoutDimension()
1152 if ( nDim >= nSourceCount ) in IsDateDimension()
1154 …if ( nDim == sal::static_int_cast<long>( nSourceCount + aGroups.size() ) ) // data layout d… in IsDateDimension()
1155 nDim = nSourceCount; // index of data layout in source data in IsDateDimension()
1157 nDim = aGroups[nDim - nSourceCount].GetSourceDim(); // look at original dimension in IsDateDimension()
1165 if ( nDim >= nSourceCount ) in GetNumberFormat()
1167 …if ( nDim == sal::static_int_cast<long>( nSourceCount + aGroups.size() ) ) // data layout d… in GetNumberFormat()
1168 nDim = nSourceCount; // index of data layout in source data in GetNumberFormat()
1170 nDim = aGroups[nDim - nSourceCount].GetSourceDim(); // look at original dimension in GetNumberFormat()
1181 for ( long i=0; i<nSourceCount; i++ ) in DisposeData()
1364 if ( nColumn >= nSourceCount && nColumn < nSourceCount + nGroupedColumns ) in FillGroupValues()
1366 const ScDPGroupDimension& rGroupDim = aGroups[nColumn - nSourceCount]; in FillGroupValues()
1445 if ( nDimension < nSourceCount ) in IsNumOrDateGroup()
1477 if ( nBaseIndex < nSourceCount ) in IsInGroup()
1570 return nSourceCount; in GetSourceDim()
1571 if ( nDim >= nSourceCount && nDim < nSourceCount +(long) aGroups.size() ) in GetSourceDim()
1573 const ScDPGroupDimension& rGroupDim = aGroups[nDim - nSourceCount]; in GetSourceDim()