Lines Matching refs:mnRowCount
170 SCROW mnRowCount; member
177 mnRowCount = nRowCount; in init()
178 maTokens.reserve(mnColCount*mnRowCount); in init()
188 …DBG_ASSERT( maTokens.size()<= static_cast<sal_uInt32>( mnColCount*mnRowCount ), "too much tokens" … in push_back()
194 DBG_ASSERT( nRow<mnRowCount, "wrong row index" ); in getIndex()
195 sal_uInt32 nRet = static_cast<sal_uInt32>(nCol*mnRowCount + nRow); in getIndex()
196 …DBG_ASSERT( maTokens.size()>= static_cast<sal_uInt32>( mnColCount*mnRowCount ), "too few tokens" ); in getIndex()
209 if( mnRowCount<=0 ) in getColRanges()
213 sal_uInt32 nLast = getIndex(nCol, mnRowCount-1); in getColRanges()
228 if (nRow >= mnRowCount) in getRowRanges()
235 for (sal_uInt32 i = getIndex(0, nRow); i <= nLast; i += mnRowCount) in getRowRanges()
250 sal_uInt32 nStop = mnColCount*mnRowCount; in getAllRanges()
1615 SCROW getRowCount() { return mnRowCount; } in getRowCount()
1621 SCROW mnRowCount; member in __anon5c0df8530411::RangeAnalyzer
1631 , mnRowCount(0) in RangeAnalyzer()
1640 mnRowCount=0; in initRangeAnalyzer()
1663 … mnRowCount = std::max<SCROW>( mnRowCount, static_cast<SCROW>(abs(r.Ref2.nRow - r.Ref1.nRow)+1) ); in initRangeAnalyzer()
1682 mnRowCount = std::max<SCROW>( mnRowCount, 1); in initRangeAnalyzer()
1705 if( mnRowCount==1 && mnColumnCount>1 ) in analyzeRange()
1707 else if( mnColumnCount==1 && mnRowCount>1 ) in analyzeRange()
1709 else if( mnRowCount>1 && mnColumnCount>1 ) in analyzeRange()
1719 mnRowCount==1 && rOther.mnRowCount==1 ) in inSameSingleRow()