Searched refs:getSelectedItemsPos (Results 1 – 15 of 15) sorted by relevance
391 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()
258 short[] SelList = xListBox.getSelectedItemsPos(); in removeSelectedItems()
345 short[] items = oObj.getSelectedItemsPos() ; in _getSelectedItemsPos()
57 "OListBoxControl";"com::sun::star::awt::XListBox";"getSelectedItemsPos()"
53 "UnoControlListBox";"com::sun::star::awt::XListBox";"getSelectedItemsPos()"
123 sequence<short> getSelectedItemsPos();
1768 … Sequence< ::sal_Int16 > SAL_CALL OListBoxControl::getSelectedItemsPos( ) throw (RuntimeException) in getSelectedItemsPos() function in frm::OListBoxControl1771 return m_xAggregateListBox->getSelectedItemsPos(); in getSelectedItemsPos()
257 …virtual ::com::sun::star::uno::Sequence< ::sal_Int16 > SAL_CALL getSelectedItemsPos( ) throw (::c…
579 uno::Sequence< short > aItems( mxListBox->getSelectedItemsPos() ); in GetSelectEntryPos()
2325 uno::Sequence<sal_Int16> aSeq = xListBox->getSelectedItemsPos(); in ImplUpdateSelectedItemsProperty()2512 uno::Sequence<sal_Int16> UnoListBoxControl::getSelectedItemsPos() throw(uno::RuntimeException) in getSelectedItemsPos() function in UnoListBoxControl2518 aSeq = xListBox->getSelectedItemsPos(); in getSelectedItemsPos()
1037 …virtual ::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getSelectedItemsPos() throw(::com::s…
704 …::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getSelectedItemsPos( ) throw(::com::sun::st…
859 …::com::sun::star::uno::Sequence< sal_Int16 > SAL_CALL getSelectedItemsPos( ) throw(::com::sun::st…
4273 Sequence< sal_Int16 > SAL_CALL FmXListBoxCell::getSelectedItemsPos() throw( RuntimeException ) in getSelectedItemsPos() function in FmXListBoxCell
1648 ::com::sun::star::uno::Sequence<sal_Int16> VCLXListBox::getSelectedItemsPos() throw(::com::sun::sta… in getSelectedItemsPos() function in VCLXListBox
Completed in 131 milliseconds