Lines Matching refs:maLayoutSize
123 nTotalMinimumHeight += iItem->maLayoutSize.Minimum; in LayoutPanels()
124 nTotalPreferredHeight += iItem->maLayoutSize.Preferred; in LayoutPanels()
252 nPanelHeight = iItem->maLayoutSize.Minimum + iItem->mnDistributedHeight; in PlacePanels()
255 nPanelHeight = iItem->maLayoutSize.Preferred + iItem->mnDistributedHeight; in PlacePanels()
258 nPanelHeight = iItem->maLayoutSize.Preferred; in PlacePanels()
337 iItem->maLayoutSize = aLayoutSize; in GetRequestedSizes()
361 if (iItem->maLayoutSize.Maximum == 0) in DistributeHeights()
363 if (iItem->maLayoutSize.Maximum < 0) in DistributeHeights()
368 ? iItem->maLayoutSize.Minimum in DistributeHeights()
369 : iItem->maLayoutSize.Preferred); in DistributeHeights()
385 ? iItem->maLayoutSize.Minimum in DistributeHeights()
386 : iItem->maLayoutSize.Preferred); in DistributeHeights()
388 if (nBaseHeight+nDistributedHeight > iItem->maLayoutSize.Maximum in DistributeHeights()
389 && iItem->maLayoutSize.Maximum >= 0) in DistributeHeights()
391 nDistributedHeight = ::std::max<sal_Int32>(0,iItem->maLayoutSize.Maximum - nBaseHeight); in DistributeHeights()
416 if (iItem->maLayoutSize.Maximum < 0) in DistributeHeights()