Home
last modified time | relevance | path

Searched refs:mnDDHeight (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/vcl/source/control/ !
H A Dcombobox.cxx119 mnDDHeight = 0; in ImplInitComboBoxData()
132 mnDDHeight = (sal_uInt16)(mpSubEdit->GetTextHeight() + nTop + nBottom + 4); in ImplCalcEditHeight()
134 mnDDHeight += 4; in ImplCalcEditHeight()
147 if( mnDDHeight < nNCHeight ) in ImplCalcEditHeight()
148 mnDDHeight = sal::static_int_cast<sal_uInt16>( nNCHeight ); in ImplCalcEditHeight()
619 if ( ( nFlags & WINDOW_POSSIZE_HEIGHT ) && ( nHeight >= 2*mnDDHeight ) ) in SetPosSizePixel()
620 aPrefSz.Height() = nHeight-mnDDHeight; in SetPosSizePixel()
626 nHeight = mnDDHeight; in SetPosSizePixel()
688 mpSubEdit->SetSizePixel( Size( aOutSz.Width(), mnDDHeight ) ); in Resize()
689 mpImplLB->SetPosSizePixel( 0, mnDDHeight, aOutSz.Width(), aOutSz.Height() - mnDDHeight ); in Resize()
[all …]
H A Dlstbox.cxx102 mnDDHeight = 0; in ImplInitListBoxData()
126 mnDDHeight = (sal_uInt16)(GetTextHeight() + nTop + nBottom + 4); in ImplInit()
132 Rectangle aCtrlRegion( Point( 0, 0 ), Size( 20, mnDDHeight ) ); in ImplInit()
140 if( nHeight > mnDDHeight ) in ImplInit()
141 mnDDHeight = static_cast<sal_uInt16>(nHeight); in ImplInit()
665 if ( ( nFlags & WINDOW_POSSIZE_HEIGHT ) && ( nHeight >= 2*mnDDHeight ) ) in SetPosSizePixel()
666 aPrefSz.Height() = nHeight-mnDDHeight; in SetPosSizePixel()
672 nHeight = mnDDHeight; in SetPosSizePixel()
1443 aSz.Height() = mnDDHeight; in CalcAdjustedSize()
1467 aSz.Height() = mnDDHeight; in CalcSize()
/AOO41X/main/vcl/inc/vcl/ !
H A Dcombobox.hxx49 sal_uInt16 mnDDHeight; member in ComboBox
H A Dlstbox.hxx48 sal_uInt16 mnDDHeight; member in ListBox