Home
last modified time | relevance | path

Searched refs:getDropDownLineCount (Results 1 – 16 of 16) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XComboBox.java259 lineCount = oObj.getDropDownLineCount(); in _getDropDownLineCount()
277 result = oObj.getDropDownLineCount() == lineCount + 1; in _setDropDownLineCount()
H A D_XListBox.java283 lineCount = oObj.getDropDownLineCount() ; in _getDropDownLineCount()
301 result = oObj.getDropDownLineCount() == lineCount + 1 ; in _setDropDownLineCount()
/trunk/main/offapi/com/sun/star/awt/
H A DXComboBox.idl114 short getDropDownLineCount();
H A DXListBox.idl175 short getDropDownLineCount();
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OComboBoxControl.csv66 "OComboBoxControl";"com::sun::star::awt::XComboBox";"getDropDownLineCount()"
H A Dcom.sun.star.comp.forms.OListBoxControl.csv65 "OListBoxControl";"com::sun::star::awt::XListBox";"getDropDownLineCount()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlComboBox.csv64 "UnoControlComboBox";"com::sun::star::awt::XComboBox";"getDropDownLineCount()"
H A Dcom.sun.star.awt.UnoControlListBox.csv61 "UnoControlListBox";"com::sun::star::awt::XListBox";"getDropDownLineCount()"
/trunk/main/forms/source/component/
H A DListBox.cxx1828 ::sal_Int16 SAL_CALL OListBoxControl::getDropDownLineCount( ) throw (RuntimeException) in getDropDownLineCount() function in frm::OListBoxControl
1831 return m_xAggregateListBox->getDropDownLineCount(); in getDropDownLineCount()
H A DListBox.hxx265 …virtual ::sal_Int16 SAL_CALL getDropDownLineCount( ) throw (::com::sun::star::uno::RuntimeExcepti…
/trunk/main/svx/source/inc/
H A Dgridcell.hxx1045 virtual sal_Int16 SAL_CALL getDropDownLineCount() throw(::com::sun::star::uno::RuntimeException);
1091 …virtual ::sal_Int16 SAL_CALL getDropDownLineCount( ) throw (::com::sun::star::uno::RuntimeExcepti…
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx712 sal_Int16 SAL_CALL getDropDownLineCount( ) throw(::com::sun::star::uno::RuntimeException);
778 sal_Int16 SAL_CALL getDropDownLineCount( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx867 sal_Int16 SAL_CALL getDropDownLineCount( ) throw(::com::sun::star::uno::RuntimeException);
982 sal_Int16 SAL_CALL getDropDownLineCount( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx4372 sal_Int16 SAL_CALL FmXListBoxCell::getDropDownLineCount() throw( RuntimeException ) in getDropDownLineCount() function in FmXListBoxCell
4596 sal_Int16 SAL_CALL FmXComboBoxCell::getDropDownLineCount() throw( RuntimeException ) in getDropDownLineCount() function in FmXComboBoxCell
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx2591 sal_Int16 UnoListBoxControl::getDropDownLineCount() throw(uno::RuntimeException) in getDropDownLineCount() function in UnoListBoxControl
3113 sal_Int16 UnoComboBoxControl::getDropDownLineCount() throw(uno::RuntimeException) in getDropDownLineCount() function in UnoComboBoxControl
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx1763 sal_Int16 VCLXListBox::getDropDownLineCount() throw(::com::sun::star::uno::RuntimeException) in getDropDownLineCount() function in VCLXListBox
4044 sal_Int16 VCLXComboBox::getDropDownLineCount() throw(::com::sun::star::uno::RuntimeException) in getDropDownLineCount() function in VCLXComboBox

Completed in 126 milliseconds