Lines Matching refs:nRel

960 			sal_uLong nRel = 0;		// Summe der relativen Breiten aller Spalten  in AutoLayoutPass1()  local
967 nRel += pColumn->GetWidthOption(); in AutoLayoutPass1()
987 ASSERT( 0==nRel || nQuot!=ULONG_MAX, in AutoLayoutPass1()
1006 sal_uInt16 nRel = 0; // Summe der relativen Breiten aller Spalten in AutoLayoutPass1() local
1011 ASSERT( nRel<=100, "relative Breite aller Spalten>100%" ); in AutoLayoutPass1()
1018 if( nRel+nColWidth > 100 ) in AutoLayoutPass1()
1020 nColWidth = 100 - nRel; in AutoLayoutPass1()
1024 nRel = nRel + nColWidth; in AutoLayoutPass1()
1043 if( nRel < 100 && nRelCols < nCols ) in AutoLayoutPass1()
1045 sal_uInt16 nRelLeft = 100 - nRel; in AutoLayoutPass1()
1292 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1315 nRel = nRel + (sal_uInt16)pColumn->GetRelColWidth(); in AutoLayoutPass2()
1319 pColumn->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1326 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1352 nRel = nRel + (sal_uInt16)pColumn->GetRelColWidth(); in AutoLayoutPass2()
1356 pColumn->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1410 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1435 nRel = nRel + (sal_uInt16)nRelColWidth; in AutoLayoutPass2()
1446 sal_uInt16 nDistRelTabWidth = nRelTabWidth - nRel; in AutoLayoutPass2()
1458 pColumn->SetRelColWidth( nRelTabWidth-nRel ); in AutoLayoutPass2()
1469 nRel = nRel + pColumn->GetRelColWidth(); in AutoLayoutPass2()
1510 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1522 nRel = nRel + (sal_uInt16)nRelColWidth; in AutoLayoutPass2()
1525 GetColumn( nCols-1 )->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()
1679 sal_uInt16 nAbs = 0, nRel = 0, nLSpace = 0, nRSpace = 0, in SetWidths() local
1684 GetAvail( j, nColSpan, nAbs, nRel ); in SetWidths()
1689 pCntnts->GetTable()->SetWidths( bCallPass2, nAbs, nRel, in SetWidths()