Lines Matching refs:nIndex

917 void OInterfaceContainer::removeElementsNoEvents(sal_Int32 nIndex)  in removeElementsNoEvents()  argument
919 OInterfaceArray::iterator i = m_aItems.begin() + nIndex; in removeElementsNoEvents()
1189 void SAL_CALL OInterfaceContainer::registerScriptEvent( sal_Int32 nIndex, const ScriptEventDescript… in registerScriptEvent() argument
1194 m_xEventAttacher->registerScriptEvent( nIndex, aScriptEvent ); in registerScriptEvent()
1196 impl_addVbEvents_nolck_nothrow( nIndex ); // add fake vba events in registerScriptEvent()
1201 void SAL_CALL OInterfaceContainer::registerScriptEvents( sal_Int32 nIndex, const Sequence< ScriptEv… in registerScriptEvents() argument
1206 m_xEventAttacher->registerScriptEvents( nIndex, aScriptEvents ); in registerScriptEvents()
1208 impl_addVbEvents_nolck_nothrow( nIndex ); // add fake vba events in registerScriptEvents()
1213 void SAL_CALL OInterfaceContainer::revokeScriptEvent( sal_Int32 nIndex, const ::rtl::OUString& aLis… in revokeScriptEvent() argument
1216 … m_xEventAttacher->revokeScriptEvent( nIndex, aListenerType, aEventMethod, aRemoveListenerParam ); in revokeScriptEvent()
1220 void SAL_CALL OInterfaceContainer::revokeScriptEvents( sal_Int32 nIndex ) throw(IllegalArgumentExce… in revokeScriptEvents() argument
1223 m_xEventAttacher->revokeScriptEvents( nIndex ); in revokeScriptEvents()
1227 void SAL_CALL OInterfaceContainer::insertEntry( sal_Int32 nIndex ) throw(IllegalArgumentException, … in insertEntry() argument
1230 m_xEventAttacher->insertEntry( nIndex ); in insertEntry()
1234 void SAL_CALL OInterfaceContainer::removeEntry( sal_Int32 nIndex ) throw(IllegalArgumentException, … in removeEntry() argument
1237 m_xEventAttacher->removeEntry( nIndex ); in removeEntry()
1241 Sequence< ScriptEventDescriptor > SAL_CALL OInterfaceContainer::getScriptEvents( sal_Int32 nIndex )… in getScriptEvents() argument
1246 aReturn = m_xEventAttacher->getScriptEvents( nIndex ); in getScriptEvents()
1256 void SAL_CALL OInterfaceContainer::attach( sal_Int32 nIndex, const Reference< XInterface >& xObject… in attach() argument
1259 m_xEventAttacher->attach( nIndex, xObject, aHelper ); in attach()
1263 void SAL_CALL OInterfaceContainer::detach( sal_Int32 nIndex, const Reference< XInterface >& xObject… in detach() argument
1266 m_xEventAttacher->detach( nIndex, xObject ); in detach()