Home
last modified time | relevance | path

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

/AOO41X/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx355 sal_Int32 nTotalWeight (0); in DistributeHeights() local
371 nTotalWeight += iItem->mnWeight; in DistributeHeights()
375 if (nTotalWeight == 0) in DistributeHeights()
385 sal_Int32 nDistributedHeight (iItem->mnWeight * nHeightToDistribute / nTotalWeight); in DistributeHeights()