Home
last modified time | relevance | path

Searched refs:xPaneId (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPaneContainer.cxx142 Reference<XResourceId> xPaneId (rxPane->getResourceId()); in StorePane() local
143 if (xPaneId.is()) in StorePane()
144 sPaneURL = xPaneId->getResourceURL(); in StorePane()
148 PreparePane(xPaneId, OUString(), OUString(), OUString(), in StorePane()
155 pDescriptor->mxPaneId = xPaneId; in StorePane()
212 Reference<XResourceId> xPaneId (xViewId->getAnchor()); in StoreView() local
213 if (xPaneId.is()) in StoreView()
214 sPaneURL = xPaneId->getResourceURL(); in StoreView()
277 Reference<XResourceId> xPaneId (xViewId->getAnchor()); in RemoveView() local
278 if (xPaneId.is()) in RemoveView()
[all …]
H A DPresenterScreen.cxx928 … Reference<XResourceId> xPaneId (ResourceId::createWithAnchor(rxContext,rsPaneURL,rxAnchorId)); in SetupView() local
938 xPaneId, in SetupView()
/trunk/main/sd/source/ui/slideshow/
H A DPaneHider.cxx76 Reference<XResourceId> xPaneId (aResources[nIndex]); in PaneHider() local
77 if ( ! xPaneId->getResourceURL().equals(FrameworkHelper::msCenterPaneURL)) in PaneHider()
79 mxConfigurationController->requestResourceDeactivation(xPaneId); in PaneHider()
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx503 Reference<XResourceId> xPaneId( CreateResourceId( rsPaneURL ) ); in GetViewShell() local
504 return lcl_getViewShell( lcl_getFirstViewInPane( mxConfigurationController, xPaneId ) ); in GetViewShell()
738 Reference<XResourceId> xPaneId ( in HandleModeChangeSlot() local
740 Reference<XView> xView (GetView(xPaneId)); in HandleModeChangeSlot()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx1348 Reference<XResourceId> xPaneId (ResourceId::create( in SetPaneVisibility() local
1371 bShowChildWindow = ! xConfiguration->hasResource(xPaneId); in SetPaneVisibility()
1383 xPaneId, in SetPaneVisibility()
1391 xPaneId); in SetPaneVisibility()
/trunk/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx622 Reference<XResourceId> xPaneId (ResourceId::create( in Fill() local
625 Reference<XView> xView (FrameworkHelper::Instance(mrBase)->GetView(xPaneId)); in Fill()

Completed in 58 milliseconds