Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterViewFactory.cxx244 ResourceContainer::const_iterator iView (mpResourceCache->begin()); in disposing() local
246 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() local
365 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()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx166 ViewShellContainer::const_iterator iView; in disposing() local
167 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()
/trunk/main/slideshow/source/engine/
H A Dslideshowimpl.cxx1843 iView (maViewContainer.begin()), in setProperty() local
1845 iView!=iEnd; in setProperty()
1846 ++iView) in setProperty()
1848 if (*iView && (*iView)->getUnoView()==xView) in setProperty()
1852 (*iView)->setIsSoundEnabled(bValue); in setProperty()
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx671 ViewURLMap::const_iterator iView (mpViewURLMap->find(rsViewURL)); in GetViewId() local
672 if (iView != mpViewURLMap->end()) in GetViewId()
673 return iView->second; in GetViewId()

Completed in 98 milliseconds