Lines Matching refs:i

217         for ( sal_Int32 i=0; i<nCount; ++i )  in clonedFrom()  local
219 … Reference< XCloneable > xCloneable( xSourceHierarchy->getByIndex( i ), UNO_QUERY_THROW ); in clonedFrom()
221 insertByIndex( i, makeAny( xClone ) ); in clonedFrom()
256 for (sal_Int32 i = m_aItems.size(); i > 0; --i) in disposing() local
258 Reference<XPropertySet> xSet(m_aItems[i - 1], UNO_QUERY); in disposing()
266 m_xEventAttacher->detach( i - 1, xIfc ); in disposing()
267 m_xEventAttacher->removeEntry( i - 1 ); in disposing()
297 for (sal_Int32 i=0; i<_nItemCount; ++i) in lcl_saveEvents() local
298 _rSave.push_back(_rxManager->getScriptEvents( i )); in lcl_saveEvents()
311 for ( sal_Int32 i=0; aLoop != aEnd; ++aLoop, ++i ) in lcl_restoreEvents() local
313 _rxManager->revokeScriptEvents( i ); in lcl_restoreEvents()
314 _rxManager->registerScriptEvents( i, *aLoop ); in lcl_restoreEvents()
417 for (sal_Int32 i=0; i<nItems; ++i) in transformEvents() local
420 aChildEvents = m_xEventAttacher->getScriptEvents( i ); in transformEvents()
435 m_xEventAttacher->revokeScriptEvents( i ); in transformEvents()
437 m_xEventAttacher->registerScriptEvents( i, aChildEvents ); in transformEvents()
471 for ( sal_Int32 i=0; aAttach != aAttachEnd; ++aAttach, ++i ) in readEvents() local
475 m_xEventAttacher->attach( i, xAsIFace, makeAny( xAsSet ) ); in readEvents()
495 for (sal_Int32 i = 0; i < nLen; i++) in write() local
497 Reference<XPersistObject> xObj(m_aItems[i], UNO_QUERY); in write()
558 for (sal_Int32 i = 0; i < nLen; i++) in read() local
667 OInterfaceMap::iterator i = m_aMap.begin(); in disposing() local
668 while ( i != m_aMap.end() ) in disposing()
670 DBG_ASSERT( i->second.get() == Reference< XInterface >( i->second, UNO_QUERY ).get(), in disposing()
673 if ( i->second.get() == xSource.get() ) in disposing()
676 m_aMap.erase(i); in disposing()
680 ++i; in disposing()
682 …DBG_ASSERT( i != m_aMap.end(), "OInterfaceContainer::disposing: inconsistency: the element was in … in disposing()
694 OInterfaceMap::iterator i = ::std::find(m_aMap.begin(), m_aMap.end(), in propertyChange() local
696 if (i != m_aMap.end()) in propertyChange()
698 InterfaceRef xCorrectType((*i).second); in propertyChange()
699 m_aMap.erase(i); in propertyChange()
745 for (OInterfaceMap::const_iterator i = m_aMap.begin(); i != m_aMap.end(); ++i, ++pStringArray) in getElementNames() local
747 *pStringArray = (*i).first; in getElementNames()
889 for ( sal_Int32 i = 0; (i < nLen) && pIfcMgr ; ++i ) in implInsert() local
892 pIfcMgr->impl_addVbEvents_nolck_nothrow( i ); in implInsert()
919 OInterfaceArray::iterator i = m_aItems.begin() + nIndex; in removeElementsNoEvents() local
920 InterfaceRef xElement(*i); in removeElementsNoEvents()
925 m_aItems.erase(i); in removeElementsNoEvents()
1060 OInterfaceArray::iterator i = m_aItems.begin() + _nIndex; in implRemoveByIndex() local
1061 InterfaceRef xElement(*i); in implRemoveByIndex()
1066 m_aItems.erase(i); in implRemoveByIndex()