Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/sidebar/
H A DCustomAnimationPanel.cxx74 const sal_Int32 nMinimumHeight(getCustomAnimationPanelMinimumHeight(mpWrappedControl.get())); in GetHeightForWidth() local
75 return css::ui::LayoutSize(nMinimumHeight,-1, nMinimumHeight); in GetHeightForWidth()
H A DSlideTransitionPanel.cxx72 const sal_Int32 nMinimumHeight(getSlideTransitionPanelMinimumHeight(mpWrappedControl.get())); in GetHeightForWidth() local
73 return css::ui::LayoutSize(nMinimumHeight,-1, nMinimumHeight); in GetHeightForWidth()
/trunk/main/svx/source/table/
H A Dcell.cxx649 sal_Int32 nMinimumHeight = 0; in getMinimumHeight() local
660 nMinimumHeight = pEditOutliner->GetTextHeight()+1; in getMinimumHeight()
673 nMinimumHeight=rOutliner.GetTextHeight()+1; in getMinimumHeight()
677 nMinimumHeight += GetTextUpperDistance() + GetTextLowerDistance(); in getMinimumHeight()
678 return nMinimumHeight; in getMinimumHeight()

Completed in 35 milliseconds