Lines Matching refs:nColSpan

62     sal_uInt16 nColSpan;                // COLSPAN der Zelle  member in SwHTMLTableLayoutConstraints
82 sal_uInt16 GetColSpan() const { return nColSpan; } in GetColSpan()
116 nRowSpan( nRSpan ), nColSpan( nCSpan ), in SwHTMLTableLayoutCell()
123 if( nRowSpan==1 && nColSpan==1 ) in ~SwHTMLTableLayoutCell()
148 nRow( nRw ), nCol( nColumn ), nColSpan( nColSp ), in SwHTMLTableLayoutConstraints()
249 sal_uInt16 SwHTMLTableLayout::GetLeftCellSpace( sal_uInt16 nCol, sal_uInt16 nColSpan, in GetLeftCellSpace() argument
268 else if( nCol+nColSpan == nCols && nRightBorderWidth && in GetLeftCellSpace()
283 sal_uInt16 SwHTMLTableLayout::GetRightCellSpace( sal_uInt16 nCol, sal_uInt16 nColSpan, in GetRightCellSpace() argument
288 if( nCol+nColSpan == nCols ) in GetRightCellSpace()
310 sal_uInt16 nCol, sal_uInt16 nColSpan, in AddBorderWidth() argument
313 sal_uLong nAdd = GetLeftCellSpace( nCol, nColSpan, bSwBorders ) + in AddBorderWidth()
314 GetRightCellSpace( nCol, nColSpan, bSwBorders ); in AddBorderWidth()
322 sal_uInt16 nColSpan ) const in SetBoxWidth()
328 while( nColSpan-- ) in SetBoxWidth()
336 void SwHTMLTableLayout::GetAvail( sal_uInt16 nCol, sal_uInt16 nColSpan, in GetAvail() argument
341 for( sal_uInt16 i=nCol; i<nCol+nColSpan;i++ ) in GetAvail()
519 sal_uInt16 nColSpan = pCell->GetColSpan(); in AutoLayoutPass1() local
520 if( nColSpan < nColSkip ) in AutoLayoutPass1()
521 nColSkip = nColSpan; in AutoLayoutPass1()
527 if( nColSpan < nMinColSpan ) in AutoLayoutPass1()
528 nMinColSpan = nColSpan; in AutoLayoutPass1()
710 nAbsMinNoAlignCell, i, nColSpan ); in AutoLayoutPass1()
712 if( 1==nColSpan ) in AutoLayoutPass1()
734 i, nColSpan, sal_False ); in AutoLayoutPass1()
758 nMaxNoAlignCell, j, i, nColSpan ); in AutoLayoutPass1()
850 sal_uInt16 nColSpan = pConstr->GetColSpan(); in AutoLayoutPass1() local
858 for( sal_uInt16 j=nCol; j<nCol+nColSpan; j++ ) in AutoLayoutPass1()
873 sal_uInt16 nEndCol = nCol+nColSpan; in AutoLayoutPass1()
905 for( sal_uInt16 ic=nCol; ic<nCol+nColSpan; ic++ ) in AutoLayoutPass1()
928 for( sal_uInt16 ic=nCol; ic<nCol+nColSpan; ic++ ) in AutoLayoutPass1()
1684 sal_uInt16 nColSpan = pCell->GetColSpan(); in SetWidths() local
1685 GetAvail( j, nColSpan, nAbs, nRel ); in SetWidths()
1686 nLSpace = GetLeftCellSpace( j, nColSpan ); in SetWidths()
1687 nRSpace = GetRightCellSpace( j, nColSpan ); in SetWidths()
1688 nInhSpace = GetInhCellSpace( j, nColSpan ); in SetWidths()