Searched refs:nTotalColumnWeight (Results 1 – 1 of 1) sorted by relevance
337 sal_Int32 nTotalColumnWeight (0); in Layout() local339 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() local443 nTotalColumnWeight += rDescriptor.GetWeight(); in DistributeWidth()460 sal_Int32 nWidth (nDistributableWidth * rDescriptor.GetWeight() / nTotalColumnWeight); in DistributeWidth()
Completed in 9 milliseconds