Lines Matching refs:nColCount

105 			sal_Int32 nColCount = getColumnCount();  in getCellSize()  local
107 while( nColSpan && (aPos.mnCol < nColCount ) ) in getCellSize()
276 const sal_Int32 nColCount = getColumnCount(); in getVerticalEdge() local
277 if( (nEdgeX >= 0) && (nEdgeX <= nColCount ) ) in getVerticalEdge()
278 nRet = maColumns[std::min((sal_Int32)nEdgeX,nColCount-1)].mnPos; in getVerticalEdge()
283 if( (nEdgeX >= 0) && (nEdgeX < nColCount) ) in getVerticalEdge()
297 if( nEdgeX < nColCount ) in getVerticalEdge()
302 if( (nEdgeX > 0) && (nEdgeX <= nColCount ) ) in getVerticalEdge()
317 if( (nEdgeX >= 0) && (nEdgeX < nColCount ) ) in getVerticalEdge()
541 const sal_Int32 nColCount = getColumnCount(); in LayoutTableWidth() local
543 if( nColCount == 0 ) in LayoutTableWidth()
546 MergeVector aMergedCells( nColCount ); in LayoutTableWidth()
551 if( sal::static_int_cast< sal_Int32 >( maColumns.size() ) != nColCount ) in LayoutTableWidth()
552 maColumns.resize( nColCount ); in LayoutTableWidth()
560 for( nCol = 0; nCol < nColCount; nCol++ ) in LayoutTableWidth()
637 for( nCol = 1; nCol < nColCount; ++nCol ) in LayoutTableWidth()
674 RangeIterator<sal_Int32> coliter( 0, nColCount, !bRTL ); in LayoutTableWidth()
694 const sal_Int32 nColCount = getColumnCount(); in LayoutTableHeight() local
716 for( nCol = 0; nCol < nColCount; ++nCol ) in LayoutTableHeight()
848 const sal_Int32 nColCount = mxTable->getColumnCount(); in LayoutTable() local
850 if( (nRowCount != getRowCount()) || (nColCount != getColumnCount()) ) in LayoutTable()
859 if( static_cast< sal_Int32 >( maColumns.size() ) != nColCount ) in LayoutTable()
860 maColumns.resize( nColCount ); in LayoutTable()
862 for( sal_Int32 nCol = 0; nCol < nColCount; nCol++ ) in LayoutTable()
875 const sal_Int32 nColCount = getColumnCount(); in updateCells() local
881 for( aPos.mnCol = 0; aPos.mnCol < nColCount; aPos.mnCol++ ) in updateCells()
988 const sal_Int32 nColCount = rMap.size(); in ClearBorderLayout() local
990 for( sal_Int32 nCol = 0; nCol < nColCount; nCol++ ) in ClearBorderLayout()
1020 const sal_Int32 nColCount = getColumnCount() + 1; in ResizeBorderLayout() local
1023 if( sal::static_int_cast<sal_Int32>(rMap.size()) != nColCount ) in ResizeBorderLayout()
1024 rMap.resize( nColCount ); in ResizeBorderLayout()
1026 for( sal_Int32 nCol = 0; nCol < nColCount; nCol++ ) in ResizeBorderLayout()
1040 const sal_Int32 nColCount = getColumnCount(); in UpdateBorderLayout() local
1046 for( aPos.mnCol = 0; aPos.mnCol < nColCount; aPos.mnCol++ ) in UpdateBorderLayout()
1116 const sal_Int32 nColCount = getColumnCount(); in DistributeColumns() local
1118 if( (nFirstCol < 0) || (nFirstCol>= nLastCol) || (nLastCol >= nColCount) ) in DistributeColumns()