Lines Matching refs:sal_Int32

43     static const sal_Int32 MinimalPanelHeight (25);
73 for (sal_Int32 nIndex(0),nCount(rPanels.size()); nIndex<nCount; ++nIndex) in LayoutDeck()
102 const sal_Int32 nWidth (aBox.GetWidth()); in LayoutPanels()
112 sal_Int32 nAvailableHeight (aBox.GetHeight()); in LayoutPanels()
114 const sal_Int32 nTotalDecorationHeight (aBox.GetHeight() - nAvailableHeight); in LayoutPanels()
119 sal_Int32 nTotalPreferredHeight (0); in LayoutPanels()
120 sal_Int32 nTotalMinimumHeight (0); in LayoutPanels()
163 …const sal_Int32 nTotalHeight (eMode==MinimumOrLarger ? nTotalMinimumHeight : nTotalPreferredHeight… in LayoutPanels()
177 const sal_Int32 nContentHeight ( in LayoutPanels()
181 sal_Int32 nY = rVerticalScrollBar.GetThumbPos(); in LayoutPanels()
195 const sal_Int32 nUsedHeight (PlacePanels(rLayoutItems, nWidth, eMode, rScrollContainer)); in LayoutPanels()
203 sal_Int32 DeckLayouter::PlacePanels ( in PlacePanels()
205 const sal_Int32 nWidth, in PlacePanels()
209 ::std::vector<sal_Int32> aSeparators; in PlacePanels()
210 const sal_Int32 nDeckSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in PlacePanels()
211 const sal_Int32 nPanelTitleBarHeight (Theme::GetInteger(Theme::Int_PanelTitleBarHeight)); in PlacePanels()
212 sal_Int32 nY (0); in PlacePanels()
248 sal_Int32 nPanelHeight (0); in PlacePanels()
299 sal_Int32& rAvailableHeight, in GetRequestedSizes()
304 const sal_Int32 nPanelTitleBarHeight (Theme::GetInteger(Theme::Int_PanelTitleBarHeight)); in GetRequestedSizes()
305 const sal_Int32 nDeckSeparatorHeight (Theme::GetInteger(Theme::Int_DeckSeparatorHeight)); in GetRequestedSizes()
346 const sal_Int32 nHeightToDistribute, in DistributeHeights()
347 const sal_Int32 nContainerHeight, in DistributeHeights()
353 sal_Int32 nRemainingHeightToDistribute (nHeightToDistribute); in DistributeHeights()
357 sal_Int32 nTotalWeight (0); in DistributeHeights()
358 sal_Int32 nNoMaximumCount (0); in DistributeHeights()
366 const sal_Int32 nBaseHeight ( in DistributeHeights()
383 const sal_Int32 nBaseHeight ( in DistributeHeights()
387 sal_Int32 nDistributedHeight (iItem->mnWeight * nHeightToDistribute / nTotalWeight); in DistributeHeights()
391 nDistributedHeight = ::std::max<sal_Int32>(0,iItem->maLayoutSize.Maximum - nBaseHeight); in DistributeHeights()
410 const sal_Int32 nAdditionalHeightPerPanel (nRemainingHeightToDistribute / nNoMaximumCount); in DistributeHeights()
412 sal_Int32 nAdditionalHeightForFirstPanel (nRemainingHeightToDistribute in DistributeHeights()
441 const sal_Int32 nDeckTitleBarHeight (Theme::GetInteger(Theme::Int_DeckTitleBarHeight)); in PlaceDeckTitle()
466 const sal_Int32 nScrollBarWidth (rVerticalScrollBar.GetSizePixel().Width()); in PlaceVerticalScrollBar()
491 const sal_Int32 nContentHeight, in SetupVerticalScrollBar()
492 const sal_Int32 nVisibleHeight) in SetupVerticalScrollBar()