/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | FieldSelection.java | 453 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | ListModelBinder.java | 83 short[] selected = getSelectedItems(); in contentsChanged() 117 protected short[] getSelectedItems() in getSelectedItems() method in ListModelBinder
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XListBox.java | 400 String[] items = oObj.getSelectedItems() ; in _getSelectedItems()
|
/aoo42x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OListBoxControl.csv | 59 "OListBoxControl";"com::sun::star::awt::XListBox";"getSelectedItems()"
|
/aoo42x/main/qadevOOo/objdsc/toolkit/ |
H A D | com.sun.star.awt.UnoControlListBox.csv | 55 "UnoControlListBox";"com::sun::star::awt::XListBox";"getSelectedItems()"
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XListBox.idl | 135 sequence<string> getSelectedItems();
|
/aoo42x/main/forms/source/component/ |
H A D | ListBox.cxx | 1784 …Sequence< ::rtl::OUString > SAL_CALL OListBoxControl::getSelectedItems( ) throw (RuntimeException) in getSelectedItems() function in frm::OListBoxControl 1787 return m_xAggregateListBox->getSelectedItems(); in getSelectedItems()
|
H A D | ListBox.hxx | 259 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSelectedItems( ) throw (::…
|
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wfield.cxx | 563 return sal::static_int_cast< sal_uInt16 >( mxListBox->getSelectedItems().getLength() ); in GetSelectEntryCount()
|
/aoo42x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_impmodels.cxx | 1592 Sequence< sal_Int16 > MenuPopupElement::getSelectedItems() in getSelectedItems() function in xmlscript::MenuPopupElement 1682 makeAny( p->getSelectedItems() ) ); in endElement()
|
H A D | imp_share.hxx | 325 css::uno::Sequence< sal_Int16 > getSelectedItems();
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 2534 uno::Sequence< ::rtl::OUString> UnoListBoxControl::getSelectedItems() throw(uno::RuntimeException) in getSelectedItems() function in UnoListBoxControl 2540 aSeq = xListBox->getSelectedItems(); in getSelectedItems()
|
/aoo42x/main/svx/source/inc/ |
H A D | gridcell.hxx | 1039 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSelectedItems() throw(::com…
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindows.hxx | 706 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSelectedItems( ) throw(::com::sun:…
|
/aoo42x/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrols.hxx | 861 …::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSelectedItems( ) throw(::com::sun:…
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 4304 ::comphelper::StringSequence SAL_CALL FmXListBoxCell::getSelectedItems() throw( RuntimeException ) in getSelectedItems() function in FmXListBoxCell
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 1675 ::com::sun::star::uno::Sequence< ::rtl::OUString> VCLXListBox::getSelectedItems() throw(::com::sun:… in getSelectedItems() function in VCLXListBox
|