Lines Matching refs:nAbs
1293 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1315 nAbs = nAbs + (sal_uInt16)pColumn->GetAbsColWidth(); in AutoLayoutPass2()
1319 pColumn->SetAbsColWidth( nAbsTabWidth - nAbs ); in AutoLayoutPass2()
1327 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1352 nAbs = nAbs + (sal_uInt16)pColumn->GetAbsColWidth(); in AutoLayoutPass2()
1356 pColumn->SetAbsColWidth( nAbsTabWidth - nAbs ); in AutoLayoutPass2()
1411 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1435 nAbs = nAbs + (sal_uInt16)nColMax; in AutoLayoutPass2()
1444 ASSERT( nFixMax == nAbs, "Zwei Schleifen, zwei Summen?" ) in AutoLayoutPass2()
1446 sal_uInt16 nDistAbsTabWidth = nAbsTabWidth - nAbs; in AutoLayoutPass2()
1458 pColumn->SetAbsColWidth( nAbsTabWidth-nAbs ); in AutoLayoutPass2()
1469 nAbs = nAbs + pColumn->GetAbsColWidth(); in AutoLayoutPass2()
1511 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1522 nAbs = nAbs + (sal_uInt16)nAbsColWidth; in AutoLayoutPass2()
1525 GetColumn( nCols-1 )->SetAbsColWidth( nAbsTabWidth - nAbs ); 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()