Lines Matching refs:nColSpan

65 	sal_uInt16 nColSpan;				// COLSPAN der Zelle  member in SwHTMLTableLayoutConstraints
85 sal_uInt16 GetColSpan() const { return nColSpan; } in GetColSpan()
118 nRowSpan( nRSpan ), nColSpan( nCSpan ), in SwHTMLTableLayoutCell()
125 if( nRowSpan==1 && nColSpan==1 ) in ~SwHTMLTableLayoutCell()
148 nRow( nRw ), nCol( nColumn ), nColSpan( nColSp ), in SwHTMLTableLayoutConstraints()
248 sal_uInt16 SwHTMLTableLayout::GetLeftCellSpace( sal_uInt16 nCol, sal_uInt16 nColSpan, in GetLeftCellSpace() argument
267 else if( nCol+nColSpan == nCols && nRightBorderWidth && in GetLeftCellSpace()
282 sal_uInt16 SwHTMLTableLayout::GetRightCellSpace( sal_uInt16 nCol, sal_uInt16 nColSpan, in GetRightCellSpace() argument
287 if( nCol+nColSpan == nCols ) in GetRightCellSpace()
309 sal_uInt16 nCol, sal_uInt16 nColSpan, in AddBorderWidth() argument
312 sal_uLong nAdd = GetLeftCellSpace( nCol, nColSpan, bSwBorders ) + in AddBorderWidth()
313 GetRightCellSpace( nCol, nColSpan, bSwBorders ); in AddBorderWidth()
321 sal_uInt16 nColSpan ) const in SetBoxWidth()
327 while( nColSpan-- ) in SetBoxWidth()
335 void SwHTMLTableLayout::GetAvail( sal_uInt16 nCol, sal_uInt16 nColSpan, in GetAvail() argument
340 for( sal_uInt16 i=nCol; i<nCol+nColSpan;i++ ) in GetAvail()
518 sal_uInt16 nColSpan = pCell->GetColSpan(); in AutoLayoutPass1() local
519 if( nColSpan < nColSkip ) in AutoLayoutPass1()
520 nColSkip = nColSpan; in AutoLayoutPass1()
526 if( nColSpan < nMinColSpan ) in AutoLayoutPass1()
527 nMinColSpan = nColSpan; in AutoLayoutPass1()
709 nAbsMinNoAlignCell, i, nColSpan ); in AutoLayoutPass1()
711 if( 1==nColSpan ) in AutoLayoutPass1()
733 i, nColSpan, sal_False ); in AutoLayoutPass1()
757 nMaxNoAlignCell, j, i, nColSpan ); in AutoLayoutPass1()
849 sal_uInt16 nColSpan = pConstr->GetColSpan(); in AutoLayoutPass1() local
857 for( sal_uInt16 j=nCol; j<nCol+nColSpan; j++ ) in AutoLayoutPass1()
872 sal_uInt16 nEndCol = nCol+nColSpan; in AutoLayoutPass1()
904 for( sal_uInt16 ic=nCol; ic<nCol+nColSpan; ic++ ) in AutoLayoutPass1()
927 for( sal_uInt16 ic=nCol; ic<nCol+nColSpan; ic++ ) in AutoLayoutPass1()
1683 sal_uInt16 nColSpan = pCell->GetColSpan(); in SetWidths() local
1684 GetAvail( j, nColSpan, nAbs, nRel ); in SetWidths()
1685 nLSpace = GetLeftCellSpace( j, nColSpan ); in SetWidths()
1686 nRSpace = GetRightCellSpace( j, nColSpan ); in SetWidths()
1687 nInhSpace = GetInhCellSpace( j, nColSpan ); in SetWidths()