Home
last modified time | relevance | path

Searched refs:getSelectedItemsPos (Results 1 – 15 of 15) sorted by relevance

/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java391 short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos(); in changeSelectionOrder()
461 short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos(); in toggleListboxButtons()
592 short[] SourceSelList = new short[xFieldsListBox.getSelectedItemsPos().length]; in selectFields()
593 SourceSelList = xFieldsListBox.getSelectedItemsPos(); in selectFields()
H A DUnoDialog.java258 short[] SelList = xListBox.getSelectedItemsPos(); in removeSelectedItems()
/aoo41x/main/qadevOOo/tests/java/ifc/awt/
H A D_XListBox.java345 short[] items = oObj.getSelectedItemsPos() ; in _getSelectedItemsPos()
/aoo41x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.OListBoxControl.csv57 "OListBoxControl";"com::sun::star::awt::XListBox";"getSelectedItemsPos()"
/aoo41x/main/qadevOOo/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlListBox.csv53 "UnoControlListBox";"com::sun::star::awt::XListBox";"getSelectedItemsPos()"
/aoo41x/main/offapi/com/sun/star/awt/
H A DXListBox.idl123 sequence<short> getSelectedItemsPos();
/aoo41x/main/forms/source/component/
H A DListBox.cxx1768 … Sequence< ::sal_Int16 > SAL_CALL OListBoxControl::getSelectedItemsPos( ) throw (RuntimeException) in getSelectedItemsPos() function in frm::OListBoxControl
1771 return m_xAggregateListBox->getSelectedItemsPos(); in getSelectedItemsPos()
H A DListBox.hxx257 …virtual ::com::sun::star::uno::Sequence< ::sal_Int16 > SAL_CALL getSelectedItemsPos( ) throw (::c…
/aoo41x/main/toolkit/source/layout/vcl/
H A Dwfield.cxx579 uno::Sequence< short > aItems( mxListBox->getSelectedItemsPos() ); in GetSelectEntryPos()
/aoo41x/main/toolkit/source/controls/
H A Dunocontrols.cxx2325 uno::Sequence<sal_Int16> aSeq = xListBox->getSelectedItemsPos(); in ImplUpdateSelectedItemsProperty()
2512 uno::Sequence<sal_Int16> UnoListBoxControl::getSelectedItemsPos() throw(uno::RuntimeException) in getSelectedItemsPos() function in UnoListBoxControl
2518 aSeq = xListBox->getSelectedItemsPos(); in getSelectedItemsPos()
/aoo41x/main/svx/source/inc/
H A Dgridcell.hxx1037 …virtual ::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getSelectedItemsPos() throw(::com::s…
/aoo41x/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx704 …::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getSelectedItemsPos( ) throw(::com::sun::st…
/aoo41x/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx859 …::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getSelectedItemsPos( ) throw(::com::sun::st…
/aoo41x/main/svx/source/fmcomp/
H A Dgridcell.cxx4273 Sequence< sal_Int16 > SAL_CALL FmXListBoxCell::getSelectedItemsPos() throw( RuntimeException ) in getSelectedItemsPos() function in FmXListBoxCell
/aoo41x/main/toolkit/source/awt/
H A Dvclxwindows.cxx1648 ::com::sun::star::uno::Sequence<sal_Int16> VCLXListBox::getSelectedItemsPos() throw(::com::sun::sta… in getSelectedItemsPos() function in VCLXListBox

Completed in 126 milliseconds