Home
last modified time | relevance | path

Searched refs:mnDDLineCount (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dilstbox.cxx3134 mnDDLineCount = 0; in ImplListBoxFloatingWindow()
3222 if ( mnDDLineCount && ( nLines > mnDDLineCount ) ) in CalcFloatSize()
3223 nLines = mnDDLineCount; in CalcFloatSize()
3228 if ( mnDDLineCount ) in CalcFloatSize()
3238 …if ( ( aFloatSz.Height() < nMaxHeight ) || ( mnDDLineCount && ( mnDDLineCount < mpImplLB->GetEntry… in CalcFloatSize()
3252 if( !mnDDLineCount && ( aFloatSz.Height() < aParentSz.Height() ) ) in CalcFloatSize()
/trunk/main/vcl/inc/
H A Dilstbox.hxx540 sal_uInt16 mnDDLineCount; member in ImplListBoxFloatingWindow
566 void SetDropDownLineCount( sal_uInt16 n ) { mnDDLineCount = n; } in SetDropDownLineCount()
567 sal_uInt16 GetDropDownLineCount() const { return mnDDLineCount; } in GetDropDownLineCount()

Completed in 35 milliseconds