Home
last modified time | relevance | path

Searched refs:nDistributedHeight (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx385 sal_Int32 nDistributedHeight (iItem->mnWeight * nHeightToDistribute / nTotalWeight); in DistributeHeights() local
386 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