Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx357 sal_Int32 nTotalWeight (0); in DistributeHeights() local
373 nTotalWeight += iItem->mnWeight; in DistributeHeights()
377 if (nTotalWeight == 0) in DistributeHeights()
387 sal_Int32 nDistributedHeight (iItem->mnWeight * nHeightToDistribute / nTotalWeight); in DistributeHeights()

Completed in 13 milliseconds