Home
last modified time | relevance | path

Searched refs:removeItem (Results 1 – 22 of 22) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx145 ScVbaComboBox::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem() function in ScVbaComboBox
147 mpListHelper->removeItem( index ); in removeItem()
H A Dvbalistbox.cxx164 ScVbaListBox::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem() function in ScVbaListBox
166 mpListHelper->removeItem( index ); in removeItem()
H A Dvbalistcontrolhelper.hxx35 …virtual void SAL_CALL removeItem( const css::uno::Any& index ) throw (css::uno::RuntimeException);…
H A Dvbalistbox.hxx64 … virtual void SAL_CALL removeItem( const css::uno::Any& index ) throw (css::uno::RuntimeException);
H A Dvbacombobox.hxx74 virtual void SAL_CALL removeItem( const css::uno::Any& index ) throw (css::uno::RuntimeException);
H A Dvbalistcontrolhelper.cxx86 ListControlHelper::removeItem( const uno::Any& index ) throw (uno::RuntimeException) in removeItem() function in ListControlHelper
/trunk/main/forms/source/xforms/
H A Dcollection.hxx106 void removeItem( const T& t ) in removeItem() function in Collection
251 removeItem( t ); in remove()
H A Dmodel_ui.cxx416 mpBindings->removeItem( pBinding ); in removeBindingIfUseless()
516 mpInstances->removeItem( mpInstances->getItem( nPos ) ); in removeInstance()
/trunk/main/vcl/aqua/source/window/
H A Dsalmenu.cxx322 [[item menu]removeItem:item]; in removeUnusedItemsRunner()
325 [[item menu]removeItem:item]; in removeUnusedItemsRunner()
337 [[lastDisplayedMenuItem menu]removeItem:lastDisplayedMenuItem]; in removeUnusedItemsRunner()
H A Dsalframe.cxx130 [AquaSalInstance::GetDynamicDockMenu() removeItem: mpDockMenuEntry]; in ~AquaSalFrame()
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXListBox.idl45 void removeItem( [in] any index );
H A DXComboBox.idl51 void removeItem( [in] any index );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XPopupMenuController.java117 public void removeItem(short param, short param1) { in removeItem() method in _XPopupMenuController.PopupMenuImpl
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxmenu.hxx93 …virtual void SAL_CALL removeItem( ::sal_Int16 nItemPos, ::sal_Int16 nCount ) throw (css::uno::Runt…
/trunk/main/filter/source/config/cache/
H A Dfiltercache.hxx537 virtual void removeItem( EItemType eType,
H A Dbasecontainer.cxx277 pCache->removeItem(m_eType, sItem); // throw exceptions automatically in removeByName()
H A Dfiltercache.cxx471 void FilterCache::removeItem( EItemType eType, in removeItem() function in filter::config::FilterCache
/trunk/main/offapi/com/sun/star/awt/
H A DXItemList.idl113 void removeItem(
H A DXMenu.idl82 [oneway] void removeItem( [in] short nItemPos,
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx384 void VCLXMenu::removeItem( in removeItem() function in VCLXMenu
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx1826 void removeItem( const sal_Int32 i_nIndex ) in removeItem() function
2021 void SAL_CALL UnoControlListBoxModel::removeItem( ::sal_Int32 i_nPosition ) throw (IndexOutOfBounds… in removeItem() function in UnoControlListBoxModel
2025 m_pData->removeItem( i_nPosition ); in removeItem()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx771 …virtual void SAL_CALL removeItem( ::sal_Int32 Position ) throw (::com::sun::star::lang::IndexOutOf…

Completed in 119 milliseconds