Searched refs:GetDropDownLineCount (Results 1 – 7 of 7) sorted by relevance
557 if ( bAuto && !mpFloatWin->GetDropDownLineCount() ) in EnableAutoSize()603 sal_uInt16 ComboBox::GetDropDownLineCount() const in GetDropDownLineCount() function in ComboBox607 nLines = mpFloatWin->GetDropDownLineCount(); in GetDropDownLineCount()
605 if ( bAuto && !mpFloatWin->GetDropDownLineCount() ) in EnableAutoSize()651 sal_uInt16 ListBox::GetDropDownLineCount() const in GetDropDownLineCount() function in ListBox654 return mpFloatWin->GetDropDownLineCount(); in GetDropDownLineCount()
118 sal_uInt16 GetDropDownLineCount() const;
116 sal_uInt16 GetDropDownLineCount() const;
567 sal_uInt16 GetDropDownLineCount() const { return mnDDLineCount; } in GetDropDownLineCount() function in ImplListBoxFloatingWindow
1770 nLines = pBox->GetDropDownLineCount(); in getDropDownLineCount()1968 aProp <<= (sal_Int16) pListBox->GetDropDownLineCount(); in getProperty()4051 nLines = pBox->GetDropDownLineCount(); in getDropDownLineCount()4124 aProp <<= (sal_Int16) pComboBox->GetDropDownLineCount(); in getProperty()
4378 nLines = m_pBox->GetDropDownLineCount(); in getDropDownLineCount()4602 nLines = m_pComboBox->GetDropDownLineCount(); in getDropDownLineCount()
Completed in 83 milliseconds