Home
last modified time | relevance | path

Searched refs:removeItems (Results 1 – 23 of 23) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/table/
H A DScenarioSelector.java184 xTableListBox.removeItems((short) 0, xTableListBox.getItemCount()); in initializeCategory()
326 super.xSelectedFieldsListBox.removeItems((short) selindex, (short) 1); in shiftFromLeftToRight()
H A DFieldFormatter.java264 xlstFieldNames.removeItems(ipos, (short) 1); in removeFieldName()
/trunk/main/toolkit/source/layout/vcl/
H A Dwfield.cxx347 mxComboBox->removeItems( nPos, 1 ); in RemoveEntry()
522 mxListBox->removeItems( nPos, 1 ); in RemoveEntry()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java523 _xListBox.removeItems((short) 0, _xListBox.getItemCount()); in removeAllItems()
638 xFieldsListBox.removeItems((short) 0, xFieldsListBox.getItemCount()); in deselectFields()
H A DUnoDialog.java262 xListBox.removeItems(SelList[i], (short) 1); in removeSelectedItems()
851 xListBox.removeItems((short) 0, (short) 1); in deletefirstListboxEntry()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XComboBox.java192 oObj.removeItems((short) 0, oldCnt); in _removeItems()
H A D_XListBox.java216 oObj.removeItems((short)0, oldCnt) ; in _removeItems()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DListModelBinder.java99 unoList.removeItems(i1, (short) (i2 - i1 + 1)); in remove()
/trunk/main/offapi/com/sun/star/awt/
H A DXComboBox.idl90 [oneway] void removeItems( [in] short nPos, [in] short nCount );
H A DXListBox.idl92 [oneway] void removeItems( [in] short nPos,
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OComboBoxControl.csv62 "OComboBoxControl";"com::sun::star::awt::XComboBox";"removeItems()"
H A Dcom.sun.star.comp.forms.OListBoxControl.csv52 "OListBoxControl";"com::sun::star::awt::XListBox";"removeItems()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlComboBox.csv60 "UnoControlComboBox";"com::sun::star::awt::XComboBox";"removeItems()"
H A Dcom.sun.star.awt.UnoControlListBox.csv48 "UnoControlListBox";"com::sun::star::awt::XListBox";"removeItems()"
/trunk/main/forms/source/component/
H A DListBox.cxx1729 …void SAL_CALL OListBoxControl::removeItems( ::sal_Int16 nPos, ::sal_Int16 nCount ) throw (RuntimeE… in removeItems() function in frm::OListBoxControl
1732 m_xAggregateListBox->removeItems( nPos, nCount ); in removeItems()
H A DListBox.hxx252 …virtual void SAL_CALL removeItems( ::sal_Int16 nPos, ::sal_Int16 nCount ) throw (::com::sun::star:…
/trunk/main/wizards/com/sun/star/wizards/query/
H A DQueryWizard.java463 m_groupFieldSelection.xFieldsListBox.removeItems((short) index, (short) 1); in shiftFromRightToLeft()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx1032 …virtual void SAL_CALL removeItems(sal_Int16 nPos, sal_Int16 nCount) throw(::com::sun::star::uno::R…
1087 …virtual void SAL_CALL removeItems( ::sal_Int16 nPos, ::sal_Int16 nCount ) throw (::com::sun::star:…
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx699 …void SAL_CALL removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(::com::sun::star::uno::Runtime…
774 …void SAL_CALL removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(::com::sun::star::uno::Runtime…
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx854 …void SAL_CALL removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(::com::sun::star::uno::Runtime…
978 …void SAL_CALL removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(::com::sun::star::uno::Runtime…
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx4215 void SAL_CALL FmXListBoxCell::removeItems(sal_Int16 nPos, sal_Int16 nCount) throw( RuntimeException… in removeItems() function in FmXListBoxCell
4552 void SAL_CALL FmXComboBoxCell::removeItems( sal_Int16 _Pos, sal_Int16 _Count ) throw( RuntimeExcept… in removeItems() function in FmXComboBoxCell
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx2442 void UnoListBoxControl::removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(uno::RuntimeException) in removeItems() function in UnoListBoxControl
3047 void UnoComboBoxControl::removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(uno::RuntimeExceptio… in removeItems() function in UnoComboBoxControl
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx1590 void VCLXListBox::removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(::com::sun::star::uno::Runt… in removeItems() function in VCLXListBox
3985 void VCLXComboBox::removeItems( sal_Int16 nPos, sal_Int16 nCount ) throw(::com::sun::star::uno::Run… in removeItems() function in VCLXComboBox

Completed in 158 milliseconds