/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterSlideShowView.cxx | 213 ::cppu::OInterfaceContainerHelper* pIterator in disposing() 215 if (pIterator != NULL) in disposing() 216 pIterator->disposeAndClear(aEvent); in disposing() 620 if (pIterator != NULL) in mousePressed() 643 if (pIterator != NULL) in mouseReleased() 659 if (pIterator != NULL) in mouseEntered() 675 if (pIterator != NULL) in mouseExited() 693 if (pIterator != NULL) in mouseDragged() 709 if (pIterator != NULL) in mouseMoved() 941 if (pIterator != NULL) in PaintInnerWindow() [all …]
|
/aoo4110/main/sd/source/ui/view/ |
H A D | OutlinerIterator.cxx | 483 if (pIterator == NULL) in Clone() 484 pIterator = new SelectionIteratorImpl ( in Clone() 486 return pIterator; in Clone() 618 if (pIterator == NULL) in Clone() 619 pIterator = new ViewIteratorImpl ( in Clone() 630 …while (pIterator->mpObjectIterator->IsMore() && pIterator->maPosition.mxObject!=maPosition.mxObjec… in Clone() 631 pIterator->maPosition.mxObject.reset(pIterator->mpObjectIterator->Next()); in Clone() 634 pIterator->mpObjectIterator = NULL; in Clone() 636 return pIterator; in Clone() 802 if (pIterator == NULL) in Clone() [all …]
|
/aoo4110/main/framework/source/classes/ |
H A D | framecontainer.cxx | 364 …for( TConstFrameIterator pIterator=m_aContainer.begin(); pIterator!=m_aContainer.end(); ++pIterato… in searchOnAllChildrens() local 366 if ((*pIterator)->getName()==sName) in searchOnAllChildrens() 368 xSearchedFrame = *pIterator; in searchOnAllChildrens() 373 … xSearchedFrame = (*pIterator)->findFrame( sName, css::frame::FrameSearchFlag::CHILDREN ); in searchOnAllChildrens() 401 …for( TConstFrameIterator pIterator=m_aContainer.begin(); pIterator!=m_aContainer.end(); ++pIterato… in searchOnDirectChildrens() local 403 if ((*pIterator)->getName()==sName) in searchOnDirectChildrens() 405 xSearchedFrame = *pIterator; in searchOnDirectChildrens()
|
/aoo4110/main/embeddedobj/source/msole/ |
H A D | olemisc.cxx | 173 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in MakeEventListenerNotification_Impl() 174 while (pIterator.hasMoreElements()) in MakeEventListenerNotification_Impl() 178 ((document::XEventListener*)pIterator.next())->notifyEvent( aEvent ); in MakeEventListenerNotification_Impl() 198 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in StateChangeNotification_Impl() 200 while (pIterator.hasMoreElements()) in StateChangeNotification_Impl() 206 … ((embed::XStateChangeListener*)pIterator.next())->changingState( aSource, nOldState, nNewState ); in StateChangeNotification_Impl() 217 … ((embed::XStateChangeListener*)pIterator.next())->stateChanged( aSource, nOldState, nNewState ); in StateChangeNotification_Impl() 479 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in close() 480 while (pIterator.hasMoreElements()) in close() 484 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close() [all …]
|
H A D | oleembed.cxx | 138 ::cppu::OInterfaceIteratorHelper pIterator( *pStateChangeContainer ); in MoveListeners() 139 while ( pIterator.hasMoreElements() ) in MoveListeners() 147 pIterator.remove(); in MoveListeners() 163 ::cppu::OInterfaceIteratorHelper pIterator( *pEventContainer ); in MoveListeners() 164 while ( pIterator.hasMoreElements() ) in MoveListeners() 168 … xWrappedObject->addEventListener( (document::XEventListener*)pIterator.next() ); in MoveListeners() 172 pIterator.remove(); in MoveListeners() 188 ::cppu::OInterfaceIteratorHelper pIterator( *pCloseContainer ); in MoveListeners() 189 while ( pIterator.hasMoreElements() ) in MoveListeners() 193 … xWrappedObject->addCloseListener( (util::XCloseListener*)pIterator.next() ); in MoveListeners() [all …]
|
H A D | olecomponent.cxx | 1467 ::cppu::OInterfaceIteratorHelper pIterator( *pContainer ); in close() 1468 while ( pIterator.hasMoreElements() ) in close() 1472 … ( (util::XCloseListener* )pIterator.next() )->queryClosing( aSource, bDeliverOwnership ); in close() 1476 pIterator.remove(); in close() 1762 ::cppu::OInterfaceIteratorHelper pIterator( *pContainer ); in setModified() 1763 while ( pIterator.hasMoreElements() ) in setModified() 1768 ((util::XModifyListener*)pIterator.next())->modified( aEvent ); in setModified() 1772 pIterator.remove(); in setModified()
|
/aoo4110/main/sd/source/ui/framework/module/ |
H A D | ReadOnlyModeObserver.cxx | 125 ::cppu::OInterfaceContainerHelper* pIterator in disposing() 127 pIterator->disposeAndClear(aEvent); in disposing() 169 ::cppu::OInterfaceContainerHelper* pIterator in statusChanged() 171 if (pIterator != NULL) in statusChanged() 173 pIterator->notifyEach(&frame::XStatusListener::statusChanged, rEvent); in statusChanged()
|
/aoo4110/main/framework/source/tabwin/ |
H A D | tabwindow.cxx | 194 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in implts_SendNotification() 195 while (pIterator.hasMoreElements()) in implts_SendNotification() 202 ((css::awt::XTabListener*)pIterator.next())->inserted( ID ); in implts_SendNotification() 205 ((css::awt::XTabListener*)pIterator.next())->removed( ID ); in implts_SendNotification() 208 ((css::awt::XTabListener*)pIterator.next())->activated( ID ); in implts_SendNotification() 211 ((css::awt::XTabListener*)pIterator.next())->deactivated( ID ); in implts_SendNotification() 219 pIterator.remove(); in implts_SendNotification() 231 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in implts_SendNotification() 232 while (pIterator.hasMoreElements()) in implts_SendNotification() 239 ((css::awt::XTabListener*)pIterator.next())->changed( ID, rSeq ); in implts_SendNotification() [all …]
|
/aoo4110/main/filter/source/config/cache/ |
H A D | configflush.cxx | 101 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in refresh() 102 while (pIterator.hasMoreElements()) in refresh() 108 … css::util::XRefreshListener* pListener = (css::util::XRefreshListener*)pIterator.next(); in refresh() 115 pIterator.remove(); in refresh()
|
H A D | basecontainer.cxx | 589 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in flush() 590 while (pIterator.hasMoreElements()) in flush() 596 css::util::XFlushListener* pListener = (css::util::XFlushListener*)pIterator.next(); in flush() 603 pIterator.remove(); in flush()
|
/aoo4110/main/framework/source/fwi/classes/ |
H A D | converter.cxx | 138 …for (OUStringList::const_iterator pIterator=lSource.begin(); pIterator!=lSource.end(); ++pIterator) in convert_OUStringList2seqOUString() local 140 lDestination[nItem] = *pIterator; in convert_OUStringList2seqOUString()
|
/aoo4110/main/fpicker/source/win32/filepicker/ |
H A D | VistaFilePickerEventHandler.cxx | 438 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in impl_sendEvent() 439 while (pIterator.hasMoreElements()) in impl_sendEvent() 443 …css::uno::Reference< css::ui::dialogs::XFilePickerListener > xListener (pIterator.next(), css::uno… in impl_sendEvent() 456 pIterator.remove(); in impl_sendEvent()
|
/aoo4110/main/framework/source/services/ |
H A D | tabwindowservice.cxx | 388 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in IMPL_LINK() 389 while (pIterator.hasMoreElements()) in IMPL_LINK() 393 css::awt::XTabListener* pListener = (css::awt::XTabListener*)pIterator.next(); in IMPL_LINK() 420 pIterator.remove(); in IMPL_LINK()
|
H A D | frame.cxx | 1646 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in close() 1647 while (pIterator.hasMoreElements()) in close() 1651 … ((css::util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnerShip ); in close() 1655 pIterator.remove(); in close() 1683 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in close() 1684 while (pIterator.hasMoreElements()) in close() 1688 ((css::util::XCloseListener*)pIterator.next())->notifyClosing( aSource ); in close() 1692 pIterator.remove(); in close()
|
/aoo4110/main/embeddedobj/source/commonembedding/ |
H A D | embedobj.cxx | 132 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in StateChangeNotification_Impl() 137 while (pIterator.hasMoreElements()) in StateChangeNotification_Impl() 142 … ((embed::XStateChangeListener*)pIterator.next())->changingState( aSource, nOldState, nNewState ); in StateChangeNotification_Impl() 144 … ((embed::XStateChangeListener*)pIterator.next())->stateChanged( aSource, nOldState, nNewState ); in StateChangeNotification_Impl()
|
H A D | miscobj.cxx | 569 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in close() 570 while (pIterator.hasMoreElements()) in close() 574 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close() 578 pIterator.remove(); in close()
|
/aoo4110/main/embeddedobj/source/general/ |
H A D | dummyobject.cxx | 633 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in close() 634 while (pIterator.hasMoreElements()) in close() 638 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close() 642 pIterator.remove(); in close()
|
/aoo4110/main/framework/test/typecfg/ |
H A D | cfgview.cxx | 1476 … for( ConstStringHashIterator pIterator=lUINames.begin(); pIterator!=lUINames.end(); ++pIterator ) in impl_generateDoubleFilterUINamesHTML() local 1478 if( pIterator->second.indexOf( '\n' ) != pIterator->second.lastIndexOf( '\n' ) ) in impl_generateDoubleFilterUINamesHTML() 1483 sHTML.append ( pIterator->first ); in impl_generateDoubleFilterUINamesHTML() 1485 sHTML.append ( pIterator->second ); in impl_generateDoubleFilterUINamesHTML()
|
/aoo4110/main/framework/source/uiconfiguration/ |
H A D | uiconfigurationmanager.cxx | 1325 ::cppu::OInterfaceIteratorHelper pIterator( *pContainer ); in implts_notifyContainerListener() 1326 while ( pIterator.hasMoreElements() ) in implts_notifyContainerListener() 1333 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementReplaced( aEvent ); in implts_notifyContainerListener() 1336 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementInserted( aEvent ); in implts_notifyContainerListener() 1339 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementRemoved( aEvent ); in implts_notifyContainerListener() 1345 pIterator.remove(); in implts_notifyContainerListener()
|
H A D | imagemanagerimpl.cxx | 1426 ::cppu::OInterfaceIteratorHelper pIterator( *pContainer ); in implts_notifyContainerListener() 1427 while ( pIterator.hasMoreElements() ) in implts_notifyContainerListener() 1434 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementReplaced( aEvent ); in implts_notifyContainerListener() 1437 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementInserted( aEvent ); in implts_notifyContainerListener() 1440 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementRemoved( aEvent ); in implts_notifyContainerListener() 1446 pIterator.remove(); in implts_notifyContainerListener()
|
H A D | moduleuiconfigurationmanager.cxx | 1596 ::cppu::OInterfaceIteratorHelper pIterator( *pContainer ); in implts_notifyContainerListener() 1597 while ( pIterator.hasMoreElements() ) in implts_notifyContainerListener() 1604 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementReplaced( aEvent ); in implts_notifyContainerListener() 1607 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementInserted( aEvent ); in implts_notifyContainerListener() 1610 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementRemoved( aEvent ); in implts_notifyContainerListener() 1616 pIterator.remove(); in implts_notifyContainerListener()
|
H A D | uiconfigurationmanagerimpl.cxx | 1680 ::cppu::OInterfaceIteratorHelper pIterator( *pContainer ); in implts_notifyContainerListener() 1681 while ( pIterator.hasMoreElements() ) in implts_notifyContainerListener() 1688 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementReplaced( aEvent ); in implts_notifyContainerListener() 1691 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementInserted( aEvent ); in implts_notifyContainerListener() 1694 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementRemoved( aEvent ); in implts_notifyContainerListener() 1700 pIterator.remove(); in implts_notifyContainerListener()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | listenernotification.hxx | 158 …::std::auto_ptr< ::cppu::OInterfaceIteratorHelper > pIterator( new ::cppu::OInterfaceIteratorHelpe… in createIterator() 159 return pIterator; in createIterator()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | printhelper.cxx | 812 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in Notify() 813 while (pIterator.hasMoreElements()) in Notify() 814 ((view::XPrintJobListener*)pIterator.next())->printJobEvent( aEvent ); in Notify()
|
H A D | sfxbasemodel.cxx | 353 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in printJobEvent() 354 while (pIterator.hasMoreElements()) in printJobEvent() 355 ((view::XPrintJobListener*)pIterator.next())->printJobEvent( rEvent ); in printJobEvent() 1445 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in close() 1446 while (pIterator.hasMoreElements()) in close() 1450 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close() 1454 pIterator.remove(); in close() 2535 ::cppu::OInterfaceIteratorHelper pIterator(*pContainer); in NotifyStorageListeners_Impl() 2536 while ( pIterator.hasMoreElements() ) in NotifyStorageListeners_Impl() 2540 ((document::XStorageChangeListener*)pIterator.next())->notifyStorageChange( in NotifyStorageListeners_Impl() [all …]
|