Lines Matching refs:nRel

961             sal_uLong nRel = 0;     // Summe der relativen Breiten aller Spalten  in AutoLayoutPass1()  local
968 nRel += pColumn->GetWidthOption(); in AutoLayoutPass1()
988 ASSERT( 0==nRel || nQuot!=ULONG_MAX, in AutoLayoutPass1()
1007 sal_uInt16 nRel = 0; // Summe der relativen Breiten aller Spalten in AutoLayoutPass1() local
1012 ASSERT( nRel<=100, "relative Breite aller Spalten>100%" ); in AutoLayoutPass1()
1019 if( nRel+nColWidth > 100 ) in AutoLayoutPass1()
1021 nColWidth = 100 - nRel; in AutoLayoutPass1()
1025 nRel = nRel + nColWidth; in AutoLayoutPass1()
1044 if( nRel < 100 && nRelCols < nCols ) in AutoLayoutPass1()
1046 sal_uInt16 nRelLeft = 100 - nRel; in AutoLayoutPass1()
1293 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1316 nRel = nRel + (sal_uInt16)pColumn->GetRelColWidth(); in AutoLayoutPass2()
1320 pColumn->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1327 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1353 nRel = nRel + (sal_uInt16)pColumn->GetRelColWidth(); in AutoLayoutPass2()
1357 pColumn->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1411 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1436 nRel = nRel + (sal_uInt16)nRelColWidth; in AutoLayoutPass2()
1447 sal_uInt16 nDistRelTabWidth = nRelTabWidth - nRel; in AutoLayoutPass2()
1459 pColumn->SetRelColWidth( nRelTabWidth-nRel ); in AutoLayoutPass2()
1470 nRel = nRel + pColumn->GetRelColWidth(); in AutoLayoutPass2()
1511 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1523 nRel = nRel + (sal_uInt16)nRelColWidth; in AutoLayoutPass2()
1526 GetColumn( nCols-1 )->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1680 sal_uInt16 nAbs = 0, nRel = 0, nLSpace = 0, nRSpace = 0, in SetWidths() local
1685 GetAvail( j, nColSpan, nAbs, nRel ); in SetWidths()
1690 pCntnts->GetTable()->SetWidths( bCallPass2, nAbs, nRel, in SetWidths()