Searched refs:nMaximalHeight (Results 1 – 1 of 1) sorted by relevance
210 const sal_Int32 nMaximalHeight (nHeight+450); in GetHeightForWidth() local236 else if (nHeight>nMaximalHeight) in GetHeightForWidth()237 nHeight = nMaximalHeight; in GetHeightForWidth()238 return LayoutSize(nMinimalHeight, nMaximalHeight, nHeight); in GetHeightForWidth()
Completed in 18 milliseconds