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