Searched refs:mnDDLineCount (Results 1 – 2 of 2) sorted by relevance
3134 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()
540 sal_uInt16 mnDDLineCount; member in ImplListBoxFloatingWindow566 void SetDropDownLineCount( sal_uInt16 n ) { mnDDLineCount = n; } in SetDropDownLineCount()567 sal_uInt16 GetDropDownLineCount() const { return mnDDLineCount; } in GetDropDownLineCount()
Completed in 31 milliseconds