Home
last modified time | relevance | path

Searched refs:aObjIt (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx493 while( aObjIt != aObjEnd ) in detachAll_Impl()
495 pMgr->detach( nIdx, (*aObjIt).xTarget ); in detachAll_Impl()
496 aObjIt++; in detachAll_Impl()
510 while( aObjIt != aObjEnd ) in attachAll_Impl()
512 pMgr->attach( nIdx, (*aObjIt).xTarget, (*aObjIt).aHelper ); in attachAll_Impl()
513 aObjIt++; in attachAll_Impl()
548 while( aObjIt != aObjEnd ) in registerScriptEvent()
567 aObjIt++; in registerScriptEvent()
826 while( aObjIt != aObjEnd ) in detach()
828 if( (*aObjIt).xTarget == xObject ) in detach()
[all …]
/aoo4110/main/sc/source/filter/excel/
H A Dxiescher.cxx3120 SdrObjListIter aObjIt( *pSubList, IM_FLAT ); in RemoveSdrObjectInfo() local
3121 for( SdrObject* pChildObj = aObjIt.Next(); pChildObj; pChildObj = aObjIt.Next() ) in RemoveSdrObjectInfo()

Completed in 40 milliseconds