Lines Matching refs:getRowCount
94 sal_Int32 nRowCount = getRowCount(); in getCellSize()
245 if( (nEdgeY >= 0) && (nEdgeY <= getRowCount() ) ) in getHorizontalEdge()
246 nRet = maRows[std::min((sal_Int32)nEdgeY,getRowCount()-1)].mnPos; in getHorizontalEdge()
248 if( nEdgeY == getRowCount() ) in getHorizontalEdge()
253 if( (nEdgeY > 0) && (nEdgeY <= getRowCount() ) ) in getHorizontalEdge()
542 const sal_Int32 nRowCount = getRowCount(); in LayoutTableWidth()
695 const sal_Int32 nRowCount = getRowCount(); in LayoutTableHeight()
847 const sal_Int32 nRowCount = mxTable->getRowCount(); in LayoutTable()
850 if( (nRowCount != getRowCount()) || (nColCount != getColumnCount()) ) in LayoutTable()
876 const sal_Int32 nRowCount = getRowCount(); in updateCells()
1021 const sal_Int32 nRowCount = getRowCount() + 1; in ResizeBorderLayout()
1041 const sal_Int32 nRowCount = getRowCount(); in UpdateBorderLayout()
1155 const sal_Int32 nRowCount = mxTable->getRowCount(); in DistributeRows()