Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/sidebar/
H A DDeckLayouter.cxx123 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()
[all …]
H A DSidebarPanelBase.cxx68 maLayoutSize(rLayoutSize) in SidebarPanelBase()
232 if (maLayoutSize.Minimum >= 0) in getHeightForWidth()
233 return maLayoutSize; in getHeightForWidth()
H A DDeckLayouter.hxx73 css::ui::LayoutSize maLayoutSize; member in sfx2::sidebar::DeckLayouter::LayoutItem
80 …: mpPanel(),maLayoutSize(0,0,0),mnDistributedHeight(0),mnWeight(0),mnPanelIndex(0),mbShowTitleBar(… in LayoutItem()
/AOO42X/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx189 maLayoutSize(), in Frame()
207 maLayoutSize = maSize; in Frame()
215 maLayoutSize(), in Frame()
244 maLayoutSize = aRect.GetSize(); in Frame()
261 maSize = maLayoutSize; in Frame()
H A Dwriterhelper.hxx119 Size maLayoutSize; member in sw::Frame
218 return maLayoutSize; in GetLayoutSize()
/AOO42X/main/sfx2/inc/sfx2/sidebar/
H A DSidebarPanelBase.hxx124 const css::ui::LayoutSize maLayoutSize; member in sfx2::sidebar::SidebarPanelBase