Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dcombobox.cxx119 mnDDHeight = 0; in ImplInitComboBoxData()
134 mnDDHeight += 4; in ImplCalcEditHeight()
147 if( mnDDHeight < nNCHeight ) in ImplCalcEditHeight()
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()
1128 aSz.Height() += mnDDHeight; in CalcMinimumSize()
1156 aSz.Height() += mnDDHeight; in CalcAdjustedSize()
1160 aSz.Height() = mnDDHeight; in CalcAdjustedSize()
[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()
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx49 sal_uInt16 mnDDHeight; member in ComboBox
H A Dlstbox.hxx48 sal_uInt16 mnDDHeight; member in ListBox

Completed in 44 milliseconds