Home
last modified time | relevance | path

Searched refs:getSelectedItems (Results 1 – 17 of 17) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java453 int SelListBoxSelLength = xSelectedFieldsListBox.getSelectedItems().length; in toggleListboxButtons()
454 int ListBoxSelLength = xFieldsListBox.getSelectedItems().length; in toggleListboxButtons()
480 …boolean btoggleMoveSelected = (((xFieldsListBox.getSelectedItems().length + xSelectedFieldsListBox… in toggleMoveButtons()
586 SelFieldItems = xFieldsListBox.getSelectedItems(); in selectFields()
596 …lectedFieldsListBox.selectItemPos((short) 0, xSelectedFieldsListBox.getSelectedItems().length > 0); in selectFields()
612 String[] OldSelFieldItems = xSelectedFieldsListBox.getSelectedItems(); in deselectFields()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DListModelBinder.java83 short[] selected = getSelectedItems(); in contentsChanged()
117 protected short[] getSelectedItems() in getSelectedItems() method in ListModelBinder
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XListBox.java400 String[] items = oObj.getSelectedItems() ; in _getSelectedItems()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OListBoxControl.csv59 "OListBoxControl";"com::sun::star::awt::XListBox";"getSelectedItems()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlListBox.csv55 "UnoControlListBox";"com::sun::star::awt::XListBox";"getSelectedItems()"
/trunk/main/offapi/com/sun/star/awt/
H A DXListBox.idl135 sequence<string> getSelectedItems();
/trunk/main/forms/source/component/
H A DListBox.cxx1784 …Sequence< ::rtl::OUString > SAL_CALL OListBoxControl::getSelectedItems( ) throw (RuntimeException) in getSelectedItems() function in frm::OListBoxControl
1787 return m_xAggregateListBox->getSelectedItems(); in getSelectedItems()
H A DListBox.hxx259 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSelectedItems( ) throw (::…
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx563 return sal::static_int_cast< sal_uInt16 >( mxListBox->getSelectedItems().getLength() ); in GetSelectEntryCount()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx1592 Sequence< sal_Int16 > MenuPopupElement::getSelectedItems() in getSelectedItems() function in xmlscript::MenuPopupElement
1682 makeAny( p->getSelectedItems() ) ); in endElement()
H A Dimp_share.hxx325 css::uno::Sequence< sal_Int16 > getSelectedItems();
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx2534 uno::Sequence< ::rtl::OUString> UnoListBoxControl::getSelectedItems() throw(uno::RuntimeException) in getSelectedItems() function in UnoListBoxControl
2540 aSeq = xListBox->getSelectedItems(); in getSelectedItems()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx1039 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSelectedItems() throw(::com…
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx706 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSelectedItems( ) throw(::com::sun:…
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx861 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSelectedItems( ) throw(::com::sun:…
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx4304 ::comphelper::StringSequence SAL_CALL FmXListBoxCell::getSelectedItems() throw( RuntimeException ) in getSelectedItems() function in FmXListBoxCell
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx1675 ::com::sun::star::uno::Sequence< ::rtl::OUString> VCLXListBox::getSelectedItems() throw(::com::sun:… in getSelectedItems() function in VCLXListBox

Completed in 135 milliseconds