Searched refs:nDistributedHeight (Results 1 – 1 of 1) sorted by relevance
385 sal_Int32 nDistributedHeight (iItem->mnWeight * nHeightToDistribute / nTotalWeight); in DistributeHeights() local386 if (nBaseHeight+nDistributedHeight > iItem->maLayoutSize.Maximum in DistributeHeights()389 nDistributedHeight = ::std::max<sal_Int32>(0,iItem->maLayoutSize.Maximum - nBaseHeight); in DistributeHeights()391 iItem->mnDistributedHeight = nDistributedHeight; in DistributeHeights()392 nRemainingHeightToDistribute -= nDistributedHeight; in DistributeHeights()
Completed in 14 milliseconds