Searched refs:iView (Results 1 – 4 of 4) sorted by relevance
244 ResourceContainer::const_iterator iView (mpResourceCache->begin()); in disposing() local246 for ( ; iView!=iEnd; ++iView) in disposing()250 Reference<lang::XComponent> xComponent (iView->second.first, UNO_QUERY); in disposing()364 ResourceContainer::const_iterator iView (mpResourceCache->find(sResourceURL)); in GetViewFromCache() local365 if (iView != mpResourceCache->end()) in GetViewFromCache()370 if (iView->second.second == rxAnchorPane) in GetViewFromCache()373 = dynamic_cast<CachablePresenterView*>(iView->second.first.get()); in GetViewFromCache()376 return Reference<XResource>(iView->second.first, UNO_QUERY); in GetViewFromCache()
166 ViewShellContainer::const_iterator iView; in disposing() local167 for (iView=mpViewCache->begin(); iView!=mpViewCache->end(); ++iView) in disposing()169 ReleaseView(*iView, true); in disposing()177 for (iView=mpViewShellContainer->begin(); iView!=mpViewShellContainer->end(); ++iView) in disposing()179 OSL_ASSERT((*iView)->mpViewShell.unique()); in disposing()
1843 iView (maViewContainer.begin()), in setProperty() local1845 iView!=iEnd; in setProperty()1846 ++iView) in setProperty()1848 if (*iView && (*iView)->getUnoView()==xView) in setProperty()1852 (*iView)->setIsSoundEnabled(bValue); in setProperty()
671 ViewURLMap::const_iterator iView (mpViewURLMap->find(rsViewURL)); in GetViewId() local672 if (iView != mpViewURLMap->end()) in GetViewId()673 return iView->second; in GetViewId()
Completed in 32 milliseconds