Lines Matching refs:Count

340 		aCells.Insert( new SwXMLTableCell_Impl, aCells.Count() );  in SwXMLTableRow_Impl()
350 ASSERT( nCol < aCells.Count(), in GetCell()
352 return nCol < aCells.Count() ? aCells[(sal_uInt16)nCol] : 0; in GetCell()
363 sal_uInt32 nColSpan = nCells - aCells.Count(); in Expand()
364 for( sal_uInt16 i=aCells.Count(); i<nCells; i++ ) in Expand()
368 aCells.Count() ); in Expand()
372 ASSERT( nCells<=aCells.Count(), in Expand()
387 for( sal_uInt16 i=0; i < aCells.Count(); i++ ) in Dispose()
1537 aColumnWidths.Insert( (sal_uInt16)nWidth2, aColumnWidths.Count() ); in InsertColumn()
1548 pColumnDefaultCellStyleNames->Count() ); in InsertColumn()
1553 pColumnDefaultCellStyleNames->Count() ); in InsertColumn()
1561 if( nLast > aColumnWidths.Count() ) in GetColumnWidth()
1562 nLast = aColumnWidths.Count(); in GetColumnWidth()
1647 aColumnWidths.Insert( MINLAY, aColumnWidths.Count() ); in InsertCell()
1651 for( i=0; i<pRows->Count(); i++ ) in InsertCell()
1656 if( pRows->Count() < nRowsReq ) in InsertCell()
1659 for( i = pRows->Count(); i < nRowsReq; ++i ) in InsertCell()
1661 pRows->Count() ); in InsertCell()
1709 if( nCurRow < pRows->Count() ) in InsertRow()
1721 pRows->Count() ); in InsertRow()
1784 pPrevCell = GetCell( pRows->Count()-1U, GetColumnCount()-1UL ); in GetPrevStartNode()
1993 rLines.C40_INSERT( SwTableLine, pLine, rLines.Count() ); in MakeTableBox()
2402 rBoxes.C40_INSERT( SwTableBox, pBox, rBoxes.Count() ); in MakeTableLine()
2421 if( pRows->Count() > nCurRow ) in _MakeTable()
2432 for( i=(sal_uInt32)pRows->Count()-1UL; i>=nCurRow; i-- ) in _MakeTable()
2436 if( 0UL == pRows->Count() ) in _MakeTable()
2647 sal_uInt32 nRows = pRows->Count(); in _MakeTable()
2668 rLines.C40_INSERT( SwTableLine, pLine, rLines.Count() ); in _MakeTable()
2682 if (!pRows || !pRows->Count() || !GetColumnCount()) in MakeTable()
2825 for( sal_uInt16 i=0; i<pRows->Count(); i++ ) in MakeTable()
2866 …for( sal_uInt16 i=0; i<pRows->Count(); i++ ) // i113600, to break the cyclic reference to SwXMLTab… in MakeTable()