Searched refs:nRelTabWidth (Results 1 – 2 of 2) sorted by relevance
209 nRelTabWidth( 0 ), nWidthOption( nWdth ), in SwHTMLTableLayout()1274 nRelTabWidth = (nRelAvail ? nRelAvail : nAbsTabWidth ); in AutoLayoutPass2()1303 (sal_uInt16)((nColMin * nRelTabWidth) / nMin) ); in AutoLayoutPass2()1311 (sal_uInt16)((nColMinD * nRelTabWidth) / nMin) ); in AutoLayoutPass2()1319 pColumn->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()1324 sal_uLong nDistRel = nRelTabWidth - nRealMin; in AutoLayoutPass2()1356 pColumn->SetRelColWidth( nRelTabWidth - nRel ); in AutoLayoutPass2()1384 nRelTabWidth = in AutoLayoutPass2()1425 (nColMax * nRelTabWidth) / nAbsTabWidth; in AutoLayoutPass2()1427 (nRelColWidth * nAbsTabWidth) / nRelTabWidth; in AutoLayoutPass2()[all …]
211 sal_uInt16 nRelTabWidth; // Die relative Breite der Tabelle member in SwHTMLTableLayout477 return (long)( (!nWidthOption || bPrcWidthOption) ? nMin : nRelTabWidth ); in GetBrowseWidthMin()