Lines Matching refs:nRowCount

94 			sal_Int32 nRowCount = getRowCount();  in getCellSize()  local
96 while( nRowSpan && (aPos.mnRow < nRowCount) ) in getCellSize()
542 const sal_Int32 nRowCount = getRowCount(); in LayoutTableWidth() local
566 for( nRow = 0; nRow < nRowCount; ++nRow ) in LayoutTableWidth()
695 const sal_Int32 nRowCount = getRowCount(); in LayoutTableHeight() local
696 if( nRowCount == 0 ) in LayoutTableHeight()
701 MergeVector aMergedCells( nRowCount ); in LayoutTableHeight()
710 for( nRow = 0; nRow < nRowCount; ++nRow ) in LayoutTableHeight()
789 for( nRow = 1; nRow < nRowCount; ++nRow ) in LayoutTableHeight()
822 for( nRow = 0; nRow < nRowCount; ++nRow ) in LayoutTableHeight()
847 const sal_Int32 nRowCount = mxTable->getRowCount(); in LayoutTable() local
850 if( (nRowCount != getRowCount()) || (nColCount != getColumnCount()) ) in LayoutTable()
852 if( static_cast< sal_Int32 >( maRows.size() ) != nRowCount ) in LayoutTable()
853 maRows.resize( nRowCount ); in LayoutTable()
856 for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ ) in LayoutTable()
876 const sal_Int32 nRowCount = getRowCount(); in updateCells() local
879 for( aPos.mnRow = 0; aPos.mnRow < nRowCount; aPos.mnRow++ ) in updateCells()
992 const sal_Int32 nRowCount = rMap[nCol].size(); in ClearBorderLayout() local
993 for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ ) in ClearBorderLayout()
1021 const sal_Int32 nRowCount = getRowCount() + 1; in ResizeBorderLayout() local
1028 if( sal::static_int_cast<sal_Int32>(rMap[nCol].size()) != nRowCount ) in ResizeBorderLayout()
1029 rMap[nCol].resize( nRowCount ); in ResizeBorderLayout()
1041 const sal_Int32 nRowCount = getRowCount(); in UpdateBorderLayout() local
1044 for( aPos.mnRow = 0; aPos.mnRow < nRowCount; aPos.mnRow++ ) in UpdateBorderLayout()
1155 const sal_Int32 nRowCount = mxTable->getRowCount(); in DistributeRows() local
1157 if( (nFirstRow < 0) || (nFirstRow>= nLastRow) || (nLastRow >= nRowCount) ) in DistributeRows()