Searched refs:nMinRelColWidth (Results 1 – 1 of 1) sorted by relevance
2447 sal_Int32 nMinRelColWidth = 0L; in _MakeTable() local2455 if( 0L == nMinRelColWidth || nColWidth < nMinRelColWidth ) in _MakeTable()2456 nMinRelColWidth = nColWidth; in _MakeTable()2479 if( 0L == nMinRelColWidth ) in _MakeTable()2480 nMinRelColWidth = nMinAbsColWidth; in _MakeTable()2486 sal_Int32 nRelCol = (aColumnWidths[(sal_uInt16)i] * nMinRelColWidth) / in _MakeTable()2531 sal_Int32 nExtraRel = nRelWidth - (nRelCols * nMinRelColWidth); in _MakeTable()2551 nMinRelColWidth ) in _MakeTable()2583 aColumnWidths[(sal_uInt16)i] - nMinRelColWidth; in _MakeTable()
Completed in 30 milliseconds