/aoo42x/main/wizards/com/sun/star/wizards/table/ |
H A D | ScenarioSelector.java | 184 xTableListBox.removeItems((short) 0, xTableListBox.getItemCount()); in initializeCategory() 326 super.xSelectedFieldsListBox.removeItems((short) selindex, (short) 1); in shiftFromLeftToRight()
|
H A D | FieldFormatter.java | 264 xlstFieldNames.removeItems(ipos, (short) 1); in removeFieldName()
|
/aoo42x/main/toolkit/source/layout/vcl/ |
H A D | wfield.cxx | 347 mxComboBox->removeItems( nPos, 1 ); in RemoveEntry() 522 mxListBox->removeItems( nPos, 1 ); in RemoveEntry()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | FieldSelection.java | 523 _xListBox.removeItems((short) 0, _xListBox.getItemCount()); in removeAllItems() 638 xFieldsListBox.removeItems((short) 0, xFieldsListBox.getItemCount()); in deselectFields()
|
H A D | UnoDialog.java | 262 xListBox.removeItems(SelList[i], (short) 1); in removeSelectedItems() 851 xListBox.removeItems((short) 0, (short) 1); in deletefirstListboxEntry()
|
/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XComboBox.java | 192 oObj.removeItems((short) 0, oldCnt); in _removeItems()
|
H A D | _XListBox.java | 216 oObj.removeItems((short)0, oldCnt) ; in _removeItems()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | ListModelBinder.java | 99 unoList.removeItems(i1, (short) (i2 - i1 + 1)); in remove()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XComboBox.idl | 90 [oneway] void removeItems( [in] short nPos, [in] short nCount );
|
H A D | XListBox.idl | 92 [oneway] void removeItems( [in] short nPos,
|
/aoo42x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OComboBoxControl.csv | 62 "OComboBoxControl";"com::sun::star::awt::XComboBox";"removeItems()"
|
H A D | com.sun.star.comp.forms.OListBoxControl.csv | 52 "OListBoxControl";"com::sun::star::awt::XListBox";"removeItems()"
|
/aoo42x/main/qadevOOo/objdsc/toolkit/ |
H A D | com.sun.star.awt.UnoControlComboBox.csv | 60 "UnoControlComboBox";"com::sun::star::awt::XComboBox";"removeItems()"
|
H A D | com.sun.star.awt.UnoControlListBox.csv | 48 "UnoControlListBox";"com::sun::star::awt::XListBox";"removeItems()"
|
/aoo42x/main/forms/source/component/ |
H A D | ListBox.cxx | 1729 …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 D | ListBox.hxx | 252 …virtual void SAL_CALL removeItems( ::sal_Int16 nPos, ::sal_Int16 nCount ) throw (::com::sun::star:…
|
/aoo42x/main/wizards/com/sun/star/wizards/query/ |
H A D | QueryWizard.java | 463 m_groupFieldSelection.xFieldsListBox.removeItems((short) index, (short) 1); in shiftFromRightToLeft()
|
/aoo42x/main/svx/source/inc/ |
H A D | gridcell.hxx | 1032 …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:…
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindows.hxx | 699 …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…
|
/aoo42x/main/toolkit/inc/toolkit/controls/ |
H A D | unocontrols.hxx | 854 …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…
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 4215 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
|
/aoo42x/main/toolkit/source/controls/ |
H A D | unocontrols.cxx | 2442 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
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindows.cxx | 1590 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
|