Lines Matching refs:mnDDHeight
117 mnDDHeight = 0; in ImplInitComboBoxData()
130 mnDDHeight = (sal_uInt16)(mpSubEdit->GetTextHeight() + nTop + nBottom + 4); in ImplCalcEditHeight()
132 mnDDHeight += 4; in ImplCalcEditHeight()
145 if( mnDDHeight < nNCHeight ) in ImplCalcEditHeight()
146 mnDDHeight = sal::static_int_cast<sal_uInt16>( nNCHeight ); in ImplCalcEditHeight()
617 if ( ( nFlags & WINDOW_POSSIZE_HEIGHT ) && ( nHeight >= 2*mnDDHeight ) ) in SetPosSizePixel()
618 aPrefSz.Height() = nHeight-mnDDHeight; in SetPosSizePixel()
624 nHeight = mnDDHeight; in SetPosSizePixel()
686 mpSubEdit->SetSizePixel( Size( aOutSz.Width(), mnDDHeight ) ); in Resize()
687 mpImplLB->SetPosSizePixel( 0, mnDDHeight, aOutSz.Width(), aOutSz.Height() - mnDDHeight ); in Resize()
1126 aSz.Height() += mnDDHeight; in CalcMinimumSize()
1154 aSz.Height() += mnDDHeight; in CalcAdjustedSize()
1158 aSz.Height() = mnDDHeight; in CalcAdjustedSize()
1178 aSz.Height() = mpImplLB->CalcSize( nLines ).Height() + mnDDHeight; in CalcSize()
1180 aSz.Height() = mnDDHeight; in CalcSize()