Lines Matching refs:nCols

205 	nRows( nRws ), nCols( nCls ),  in SwHTMLTableLayout()
230 for( i = 0; i < nCols; i++ ) in ~SwHTMLTableLayout()
234 sal_uInt16 nCount = nRows*nCols; in ~SwHTMLTableLayout()
267 else if( nCol+nColSpan == nCols && nRightBorderWidth && in GetLeftCellSpace()
287 if( nCol+nColSpan == nCols ) in GetRightCellSpace()
502 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
961 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
972 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
989 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1009 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1043 if( nRel < 100 && nRelCols < nCols ) in AutoLayoutPass1()
1047 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1066 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1099 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1281 for( sal_uInt16 i=0; i<nCols; i++ ) in AutoLayoutPass2()
1294 for( sal_uInt16 i=0; i<nCols-1; i++ ) in AutoLayoutPass2()
1317 pColumn = GetColumn( nCols-1 ); in AutoLayoutPass2()
1328 for( sal_uInt16 i=0; i<nCols-1; i++ ) in AutoLayoutPass2()
1354 pColumn = GetColumn( nCols-1 ); in AutoLayoutPass2()
1390 for( sal_uInt16 i=0; i<nCols; i++ ) in AutoLayoutPass2()
1414 for( i = 0; i < nCols; i++ ) in AutoLayoutPass2()
1448 for( i=0; i<nCols; i++ ) in AutoLayoutPass2()
1455 if( nFixedCols == nCols ) in AutoLayoutPass2()
1472 ASSERT( nCols==nFixedCols, "Spalte vergessen!" ); in AutoLayoutPass2()
1478 for( sal_uInt16 i=0; i<nCols; i++ ) in AutoLayoutPass2()
1511 for( sal_uInt16 i=0; i<nCols-1; i++ ) in AutoLayoutPass2()
1524 GetColumn( nCols-1 )->SetAbsColWidth( nAbsTabWidth - nAbs ); in AutoLayoutPass2()
1525 GetColumn( nCols-1 )->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1597 SwHTMLTableLayoutColumn *pColumn = GetColumn( nCols-1 ); in AutoLayoutPass2()
1665 for( sal_uInt16 j=0; j<nCols; j++ ) in SetWidths()