Home
last modified time | relevance | path

Searched refs:getSelectedItem (Results 1 – 25 of 28) sorted by relevance

12

/trunk/main/wizards/com/sun/star/wizards/table/
H A DPrimaryKeyHandler.java208 String selfield = lstSinglePrimeKey.getSelectedItem(); in initialize()
240 String selfield = lstSinglePrimeKey.getSelectedItem(); in iscompleted()
350 String selfieldname = lstSinglePrimeKey.getSelectedItem(); in onPrimeKeySelected()
390 …doenableAutoValueCheckBox = (isAutoIncrementatable(lstSinglePrimeKey.getSelectedItem()) && _bdoena… in toggleSinglePrimeKeyFields()
418 lstSinglePrimeKey.getSelectedItem() in getPrimaryKeyFields()
H A DFinalizer.java290 scatalogname = xCatalogListBox.getSelectedItem(); in getComposedTableName()
294 sschemaname = xSchemaListBox.getSelectedItem(); in getComposedTableName()
327 return this.xSchemaListBox.getSelectedItem(); in getSchemaName()
339 return this.xCatalogListBox.getSelectedItem(); in getCatalogName()
H A DFieldFormatter.java308 String oldfieldname = xlstFieldNames.getSelectedItem(); in modifyFieldName()
405 String fieldname = xlstFieldNames.getSelectedItem(); in itemStateChanged()
H A DScenarioSelector.java253 return xTableListBox.getSelectedItem(); in getTableName()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx155 sal_Int32 getSelectedItem() const in getSelectedItem() function in pdfi::__anonccc1726d0111::ChooserDialogHandler
167 selectionChanged(getSelectedItem()); in callHandlerMethod()
201 return xHandler->getSelectedItem();
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFieldLinker.java266 LinkFieldNames[0][i] = lstSlaveFields[i].getSelectedItem(); in getLinkFieldNames()
267 LinkFieldNames[1][i] = lstMasterFields[i].getSelectedItem(); in getLinkFieldNames()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java371 String sCommandname = xTableListBox.getSelectedItem(); in getSelectedCommandName()
388 String sCommandname = xTableListBox.getSelectedItem(); in getSelectedCommandType()
H A DAggregateComponent.java549 return xFieldListBox.getSelectedItem(); in getSelectedFieldName()
554 return xFunctionListBox.getSelectedItem(); in getSelectedFunction()
H A DSortingComponent.java259 CurFieldName = xSortListBox[i].getSelectedItem();
H A DFilterComponent.java136 String CurDisplayFieldName = xCurFieldListBox.getSelectedItem(); in itemStateChanged()
/trunk/main/scripting/examples/java/Newsgroup/
H A DPostNewsgroup.java457 group = newsgroupComboBox.getSelectedItem().toString(); in sendingActions()
588 newsgroupString = newsgroupComboBox.getSelectedItem().toString(); in isValidData()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DParcelPropertiesVisualPanel.java155 String language = (String)languagesComboBox.getSelectedItem(); in languagesComboBoxActionPerformed()
H A DSelectPathVisualPanel.java103 (OfficeInstallation)installationsComboBox.getSelectedItem(); in installationsComboBoxActionPerformed()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XListBox.java370 String item = oObj.getSelectedItem() ; in _getSelectedItem()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OListBoxControl.csv58 "OListBoxControl";"com::sun::star::awt::XListBox";"getSelectedItem()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlListBox.csv54 "UnoControlListBox";"com::sun::star::awt::XListBox";"getSelectedItem()"
/trunk/main/offapi/com/sun/star/awt/
H A DXListBox.idl129 string getSelectedItem();
/trunk/main/forms/qa/integration/forms/
H A DListBox.java98 if ( !listBoxControl.getSelectedItem().equals( displayValues[row] ) ) in checkForeignKeys()
/trunk/main/forms/source/component/
H A DListBox.cxx1776 ::rtl::OUString SAL_CALL OListBoxControl::getSelectedItem( ) throw (RuntimeException) in getSelectedItem() function in frm::OListBoxControl
1779 return m_xAggregateListBox->getSelectedItem(); in getSelectedItem()
H A DListBox.hxx258 …virtual ::rtl::OUString SAL_CALL getSelectedItem( ) throw (::com::sun::star::uno::RuntimeExceptio…
/trunk/main/svx/source/form/
H A Dfmsrcimp.cxx201 return m_xBox->getSelectedItem(); in getCurrentText()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx2523 ::rtl::OUString UnoListBoxControl::getSelectedItem() throw(uno::RuntimeException) in getSelectedItem() function in UnoListBoxControl
2529 aItem = xListBox->getSelectedItem(); in getSelectedItem()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx1038 virtual ::rtl::OUString SAL_CALL getSelectedItem() throw(::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx705 ::rtl::OUString SAL_CALL getSelectedItem( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx860 ::rtl::OUString SAL_CALL getSelectedItem( ) throw(::com::sun::star::uno::RuntimeException);

Completed in 143 milliseconds

12