Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx595 auto aObjIt = std::find_if(aCurrentPosition->aObjList.begin(), aCurrentPosition->aObjList.end(), in detach() local
597 if (aObjIt == aCurrentPosition->aObjList.end()) in detach()
603 if( aObjIt->aAttachedListenerSeq[i].is() ) in detach()
607 xAttacher->removeListener( aObjIt->xTarget, rEvt.ListenerType, in detach()
608 rEvt.AddListenerParam, aObjIt->aAttachedListenerSeq[i] ); in detach()
616 aCurrentPosition->aObjList.erase( aObjIt ); in detach()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx592 auto aObjIt = std::find_if(aCurrentPosition->aObjList.begin(), aCurrentPosition->aObjList.end(), in detach() local
594 if (aObjIt != aCurrentPosition->aObjList.end()) in detach()
599 if( aObjIt->aAttachedListenerSeq[i].is() ) in detach()
603 xAttacher->removeListener( aObjIt->xTarget, rEvt.ListenerType, in detach()
604 rEvt.AddListenerParam, aObjIt->aAttachedListenerSeq[i] ); in detach()
612 aCurrentPosition->aObjList.erase( aObjIt ); in detach()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxiescher.cxx3247 SdrObjListIter aObjIt( pSubList, SdrIterMode::Flat ); in RemoveSdrObjectInfo() local
3248 for( SdrObject* pChildObj = aObjIt.Next(); pChildObj; pChildObj = aObjIt.Next() ) in RemoveSdrObjectInfo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxiescher.cxx3232 SdrObjListIter aObjIt( pSubList, SdrIterMode::Flat ); in RemoveSdrObjectInfo() local
3233 for( SdrObject* pChildObj = aObjIt.Next(); pChildObj; pChildObj = aObjIt.Next() ) in RemoveSdrObjectInfo()