Lines Matching refs:iterator

180 …::std::deque<AttacherIndex_Impl>::iterator implCheckIndex( sal_Int32 _nIndex ) SAL_THROW ( ( Illeg…
468 ::std::deque<AttacherIndex_Impl>::iterator ImplEventAttacherManager::implCheckIndex( sal_Int32 _nIn… in implCheckIndex()
473 ::std::deque<AttacherIndex_Impl>::iterator aIt = aIndex.begin(); in implCheckIndex()
491 ::std::deque< AttachedObject_Impl >::iterator aObjIt = rList.begin(); in detachAll_Impl()
492 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = rList.end(); in detachAll_Impl()
508 ::std::deque< AttachedObject_Impl >::iterator aObjIt = rList.begin(); in attachAll_Impl()
509 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = rList.end(); in attachAll_Impl()
529 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in registerScriptEvent()
546 ::std::deque< AttachedObject_Impl >::iterator aObjIt = (*aIt).aObjList.begin(); in registerScriptEvent()
547 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = (*aIt).aObjList.end(); in registerScriptEvent()
582 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in registerScriptEvents()
607 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in revokeScriptEvent()
619 ::std::deque< ScriptEventDescriptor >::iterator aEvtIt = (*aIt).aEventList.begin(); in revokeScriptEvent()
620 ::std::deque< ScriptEventDescriptor >::iterator aEvtEnd = (*aIt).aEventList.end(); in revokeScriptEvent()
664 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in revokeScriptEvents()
700 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in removeEntry()
712 ::std::deque<AttacherIndex_Impl>::iterator aIt = implCheckIndex( nIndex ); in getScriptEvents()
718 ::std::deque< ScriptEventDescriptor >::iterator aEvtIt = (*aIt).aEventList.begin(); in getScriptEvents()
719 ::std::deque< ScriptEventDescriptor >::iterator aEvtEnd = (*aIt).aEventList.end(); in getScriptEvents()
753 ::std::deque< AttacherIndex_Impl >::iterator aCurrentPosition = aIndex.begin() + nIndex; in attach()
770 … ::std::deque< ScriptEventDescriptor >::iterator aEvtIt = aCurrentPosition->aEventList.begin(); in attach()
771 ::std::deque< ScriptEventDescriptor >::iterator aEvtEnd = aCurrentPosition->aEventList.end(); in attach()
823 ::std::deque< AttacherIndex_Impl >::iterator aCurrentPosition = aIndex.begin() + nIndex; in detach()
824 ::std::deque< AttachedObject_Impl >::iterator aObjIt = aCurrentPosition->aObjList.begin(); in detach()
825 ::std::deque< AttachedObject_Impl >::iterator aObjEnd = aCurrentPosition->aObjList.end(); in detach()
833 … ::std::deque< ScriptEventDescriptor >::iterator aEvtIt = aCurrentPosition->aEventList.begin(); in detach()
834 … ::std::deque< ScriptEventDescriptor >::iterator aEvtEnd = aCurrentPosition->aEventList.end(); in detach()
918 ::std::deque<AttacherIndex_Impl>::iterator aIt = aIndex.begin(); in write()
919 ::std::deque<AttacherIndex_Impl>::iterator aEnd = aIndex.end(); in write()
925 ::std::deque< ScriptEventDescriptor >::iterator aEvtIt = (*aIt).aEventList.begin(); in write()
926 ::std::deque< ScriptEventDescriptor >::iterator aEvtEnd = (*aIt).aEventList.end(); in write()