Lines Matching refs:nCols

209 	nRows( nRws ), nCols( nCls ),  in SwHTMLTableLayout()
234 for( i = 0; i < nCols; i++ ) in ~SwHTMLTableLayout()
238 sal_uInt16 nCount = nRows*nCols; in ~SwHTMLTableLayout()
271 else if( nCol+nColSpan == nCols && nRightBorderWidth && in GetLeftCellSpace()
291 if( nCol+nColSpan == nCols ) in GetRightCellSpace()
506 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
965 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
976 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
993 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1013 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1047 if( nRel < 100 && nRelCols < nCols ) in AutoLayoutPass1()
1051 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1070 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1103 for( i=0; i<nCols; i++ ) in AutoLayoutPass1()
1285 for( sal_uInt16 i=0; i<nCols; i++ ) in AutoLayoutPass2()
1298 for( sal_uInt16 i=0; i<nCols-1; i++ ) in AutoLayoutPass2()
1321 pColumn = GetColumn( nCols-1 ); in AutoLayoutPass2()
1332 for( sal_uInt16 i=0; i<nCols-1; i++ ) in AutoLayoutPass2()
1358 pColumn = GetColumn( nCols-1 ); in AutoLayoutPass2()
1394 for( sal_uInt16 i=0; i<nCols; i++ ) in AutoLayoutPass2()
1418 for( i = 0; i < nCols; i++ ) in AutoLayoutPass2()
1452 for( i=0; i<nCols; i++ ) in AutoLayoutPass2()
1459 if( nFixedCols == nCols ) in AutoLayoutPass2()
1476 ASSERT( nCols==nFixedCols, "Spalte vergessen!" ); in AutoLayoutPass2()
1482 for( sal_uInt16 i=0; i<nCols; i++ ) in AutoLayoutPass2()
1515 for( sal_uInt16 i=0; i<nCols-1; i++ ) in AutoLayoutPass2()
1528 GetColumn( nCols-1 )->SetAbsColWidth( nAbsTabWidth - nAbs ); in AutoLayoutPass2()
1529 GetColumn( nCols-1 )->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1601 SwHTMLTableLayoutColumn *pColumn = GetColumn( nCols-1 ); in AutoLayoutPass2()
1669 for( sal_uInt16 j=0; j<nCols; j++ ) in SetWidths()