Searched refs:rxView (Results 1 – 10 of 10) sorted by relevance
201 const Reference<XView>& rxView, in StoreView() argument206 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() argument271 if (rxView.is()) in RemoveView()274 Reference<XResourceId> xViewId (rxView->getResourceId()); in RemoveView()
297 void SAL_CALL PresenterViewFactory::releaseResource (const Reference<XResource>& rxView) in releaseResource() argument302 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()
140 const css::uno::Reference<css::drawing::framework::XView>& rxView,147 const css::uno::Reference<css::drawing::framework::XView>& rxView);
89 void NotifyViewCreation (const css::uno::Reference<css::drawing::framework::XView>& rxView);
279 void PresenterWindowManager::NotifyViewCreation (const Reference<XView>& rxView) in NotifyViewCreation() argument282 mpPaneContainer->FindPaneId(rxView->getResourceId()->getAnchor())); in NotifyViewCreation()
238 void InitializeSlideShowView (const css::uno::Reference<css::uno::XInterface>& rxView);
102 const Reference<XResource>& rxView) in CompareView() argument103 { return rpDescriptor->mxView.get() == rxView.get(); } in CompareView()246 void SAL_CALL BasicViewFactory::releaseResource (const Reference<XResource>& rxView) in releaseResource() argument249 if ( ! rxView.is()) in releaseResource()252 if (rxView.is() && mpBase!=NULL) in releaseResource()258 ::boost::bind(&ViewDescriptor::CompareView, _1, rxView))); in releaseResource()
196 const Reference<XResource>& rxView) in releaseResource() argument200 (void)rxView; in releaseResource()
510 ::boost::shared_ptr<ViewShell> FrameworkHelper::GetViewShell (const Reference<XView>& rxView) in GetViewShell() argument512 return lcl_getViewShell( rxView.get() ); in GetViewShell()
161 const cssu::Reference<cssdf::XView>& rxView);
Completed in 33 milliseconds