Home
last modified time | relevance | path

Searched refs:GetDropDownLineCount (Results 1 – 7 of 7) sorted by path

/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx4378 nLines = m_pBox->GetDropDownLineCount(); in getDropDownLineCount()
4602 nLines = m_pComboBox->GetDropDownLineCount(); in getDropDownLineCount()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx1770 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()
/trunk/main/vcl/inc/
H A Dilstbox.hxx567 sal_uInt16 GetDropDownLineCount() const { return mnDDLineCount; } in GetDropDownLineCount() function in ImplListBoxFloatingWindow
/trunk/main/vcl/inc/vcl/
H A Dcombobox.hxx118 sal_uInt16 GetDropDownLineCount() const;
H A Dlstbox.hxx116 sal_uInt16 GetDropDownLineCount() const;
/trunk/main/vcl/source/control/
H A Dcombobox.cxx557 if ( bAuto && !mpFloatWin->GetDropDownLineCount() ) in EnableAutoSize()
603 sal_uInt16 ComboBox::GetDropDownLineCount() const in GetDropDownLineCount() function in ComboBox
607 nLines = mpFloatWin->GetDropDownLineCount(); in GetDropDownLineCount()
H A Dlstbox.cxx605 if ( bAuto && !mpFloatWin->GetDropDownLineCount() ) in EnableAutoSize()
651 sal_uInt16 ListBox::GetDropDownLineCount() const in GetDropDownLineCount() function in ListBox
654 return mpFloatWin->GetDropDownLineCount(); in GetDropDownLineCount()

Completed in 82 milliseconds