Searched refs:aObjIt (Results 1 – 4 of 4) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/eventattachermgr/ |
H A D | eventattachermgr.cxx | 595 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 D | eventattachermgr.cxx | 592 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 D | xiescher.cxx | 3247 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 D | xiescher.cxx | 3232 SdrObjListIter aObjIt( pSubList, SdrIterMode::Flat ); in RemoveSdrObjectInfo() local 3233 for( SdrObject* pChildObj = aObjIt.Next(); pChildObj; pChildObj = aObjIt.Next() ) in RemoveSdrObjectInfo()
|