Searched refs:aObjIt (Results 1 – 2 of 2) sorted by relevance
493 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 …]
3120 SdrObjListIter aObjIt( *pSubList, IM_FLAT ); in RemoveSdrObjectInfo() local3121 for( SdrObject* pChildObj = aObjIt.Next(); pChildObj; pChildObj = aObjIt.Next() ) in RemoveSdrObjectInfo()
Completed in 37 milliseconds