Home
last modified time | relevance | path

Searched refs:rxView (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/sdext/source/presenter/
H A DPresenterPaneContainer.cxx201 const Reference<XView>& rxView, in StoreView() argument
206 if (rxView.is()) in StoreView()
209 Reference<XResourceId> xViewId (rxView->getResourceId()); in StoreView()
220 pDescriptor->mxView = rxView; in StoreView()
226 pDescriptor->maViewInitialization(rxView); in StoreView()
267 PresenterPaneContainer::RemoveView (const Reference<XView>& rxView) in RemoveView() argument
271 if (rxView.is()) in RemoveView()
274 Reference<XResourceId> xViewId (rxView->getResourceId()); in RemoveView()
H A DPresenterViewFactory.cxx297 void SAL_CALL PresenterViewFactory::releaseResource (const Reference<XResource>& rxView) in releaseResource() argument
302 if ( ! rxView.is()) in releaseResource()
308 rxView->getResourceId()->getAnchor())); in releaseResource()
313 CachablePresenterView* pView = dynamic_cast<CachablePresenterView*>(rxView.get()); in releaseResource()
320 Reference<lang::XComponent> xComponent (rxView, UNO_QUERY); in releaseResource()
334 Reference<XResourceId> xViewId (rxView->getResourceId()); in releaseResource()
341 = ViewResourceDescriptor(Reference<XView>(rxView, UNO_QUERY), xAnchorPane); in releaseResource()
H A DPresenterPaneContainer.hxx140 const css::uno::Reference<css::drawing::framework::XView>& rxView,
147 const css::uno::Reference<css::drawing::framework::XView>& rxView);
H A DPresenterWindowManager.hxx89 void NotifyViewCreation (const css::uno::Reference<css::drawing::framework::XView>& rxView);
H A DPresenterWindowManager.cxx279 void PresenterWindowManager::NotifyViewCreation (const Reference<XView>& rxView) in NotifyViewCreation() argument
282 mpPaneContainer->FindPaneId(rxView->getResourceId()->getAnchor())); in NotifyViewCreation()
H A DPresenterController.hxx238 void InitializeSlideShowView (const css::uno::Reference<css::uno::XInterface>& rxView);
/aoo42x/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx102 const Reference<XResource>& rxView) in CompareView() argument
103 { return rpDescriptor->mxView.get() == rxView.get(); } in CompareView()
246 void SAL_CALL BasicViewFactory::releaseResource (const Reference<XResource>& rxView) in releaseResource() argument
249 if ( ! rxView.is()) in releaseResource()
252 if (rxView.is() && mpBase!=NULL) in releaseResource()
258 ::boost::bind(&ViewDescriptor::CompareView, _1, rxView))); in releaseResource()
H A DPresentationFactory.cxx196 const Reference<XResource>& rxView) in releaseResource() argument
200 (void)rxView; in releaseResource()
/aoo42x/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx510 ::boost::shared_ptr<ViewShell> FrameworkHelper::GetViewShell (const Reference<XView>& rxView) in GetViewShell() argument
512 return lcl_getViewShell( rxView.get() ); in GetViewShell()
/aoo42x/main/sd/source/ui/inc/framework/
H A DFrameworkHelper.hxx161 const cssu::Reference<cssdf::XView>& rxView);

Completed in 95 milliseconds