Lines Matching refs:nRowCount
226 int nRowCount = (pValueSet->GetItemCount() + nColumnCount - 1) / nColumnCount; in GetHeightForWidth() local
227 if (nRowCount < 1) in GetHeightForWidth()
228 nRowCount = 1; in GetHeightForWidth()
230 nHeight += nRowCount * aItemSize.Height(); in GetHeightForWidth()
476 int nRowCount = (pValueSet->GetItemCount() + nColumnCount - 1) / nColumnCount; in updateLayout() local
477 if (nRowCount < 1) in updateLayout()
478 nRowCount = 1; in updateLayout()
482 pValueSet->SetLineCount ( (nRowCount < nVisibleRowCount) ? (sal_uInt16)nRowCount : 0 ); in updateLayout()
485 pValueSet->SetLineCount ((sal_uInt16)nRowCount); in updateLayout()
490 if( nRowCount < nVisibleRowCount ) in updateLayout()
492 aValueSetSize.Height() = nRowCount * aItemSize.Height(); in updateLayout()
494 else if( nRowCount > nVisibleRowCount ) in updateLayout()