Lines Matching refs:GetColumnCount

1591 	ASSERT( nCurCol < GetColumnCount(),  in InsertCell()
1609 if( nColsReq > GetColumnCount() ) in InsertCell()
1611 nColSpan = GetColumnCount() - nCurCol; in InsertCell()
1612 nColsReq = GetColumnCount(); in InsertCell()
1620 sal_uInt32 nLastCol = GetColumnCount() < nColsReq ? GetColumnCount() in InsertCell()
1643 if ( nColsReq > GetColumnCount() ) in InsertCell()
1645 for( i=GetColumnCount(); i<nColsReq; i++ ) in InsertCell()
1660 pRows->Insert( new SwXMLTableRow_Impl(aStyleName2, GetColumnCount()), in InsertCell()
1691 while( nCurCol<GetColumnCount() && GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertCell()
1706 if( 0==nCurRow && 0UL == GetColumnCount() ) in InsertRow()
1719 pRows->Insert( new SwXMLTableRow_Impl( rStyleName, GetColumnCount(), in InsertRow()
1728 while( nCurCol<GetColumnCount() && GetCell(nCurRow,nCurCol)->IsUsed() ) in InsertRow()
1742 while( nCurCol < GetColumnCount() ) in InsertRepRows()
1766 if( nCurCol < GetColumnCount() ) in FinishRow()
1769 InsertCell( aStyleName2, 1U, GetColumnCount() - nCurCol, in FinishRow()
1781 if( GetColumnCount() == nCol ) in GetPrevStartNode()
1784 pPrevCell = GetCell( pRows->Count()-1U, GetColumnCount()-1UL ); in GetPrevStartNode()
1808 pPrevCell = pPrevRow->GetCell( GetColumnCount()-1UL ); in GetPrevStartNode()
2416 sal_uInt32 nCols = GetColumnCount(); in _MakeTable()
2682 if (!pRows || !pRows->Count() || !GetColumnCount()) in MakeTable()
2773 if( nWidth < (sal_Int32)GetColumnCount() * MINLAY ) in MakeTable()
2775 nWidth = GetColumnCount() * MINLAY; in MakeTable()