Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx337 sal_Int32 nTotalColumnWeight (0); in Layout() local
339 nTotalColumnWeight += iDescriptor->GetWeight(); in Layout()
340 if (nTotalColumnWeight <= 0) in Layout()
342 OSL_ASSERT(nTotalColumnWeight>0); in Layout()
430 sal_Int32 nTotalColumnWeight (0); in DistributeWidth() local
443 nTotalColumnWeight += rDescriptor.GetWeight(); in DistributeWidth()
460 sal_Int32 nWidth (nDistributableWidth * rDescriptor.GetWeight() / nTotalColumnWeight); in DistributeWidth()

Completed in 10 milliseconds