| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterPaneContainer.cxx | 84 SharedPaneDescriptor pPane (FindPaneURL(rxPaneId->getResourceURL())); in PreparePane() 144 sPaneURL = xPaneId->getResourceURL(); in StorePane() 184 sPaneURL = rxPaneId->getResourceURL(); in StoreBorderWindow() 214 sPaneURL = xPaneId->getResourceURL(); in StoreView() 279 sPaneURL = xPaneId->getResourceURL(); in RemoveView() 335 if ((*iPane)->mxPaneId->getResourceURL() == rsPaneURL) in FindPaneURL() 385 return pDescriptor->mxPaneId->getResourceURL(); in GetPaneURLForViewURL()
|
| H A D | PresenterPaneBase.cxx | 170 nHeight += mxBorderPainter->getCalloutOffset(mxPaneId->getResourceURL()).Y; in SetCalloutAnchor() 476 mxPaneId->getResourceURL(), in PaintBorder() 484 mxPaneId->getResourceURL(), in PaintBorder() 504 mxPaneId->getResourceURL(), in LayoutContextWindow()
|
| H A D | PresenterNotesView.cxx | 107 const OUString sResourceURL (mxViewId->getResourceURL()); in PresenterNotesView() 137 mpPresenterController->GetViewBackground(mxViewId->getResourceURL())); in PresenterNotesView() 569 mpBackground = mpPresenterController->GetViewBackground(mxViewId->getResourceURL()); in Paint() 723 mxViewId->getResourceURL())); in ChangeFontSize()
|
| H A D | PresenterViewFactory.cxx | 336 (*mpResourceCache)[xViewId->getResourceURL()] in releaseResource() 357 const OUString sResourceURL (rxViewId->getResourceURL()); in GetViewFromCache() 395 const OUString sResourceURL (rxViewId->getResourceURL()); in CreateView()
|
| H A D | PresenterSlideShowView.cxx | 97 mpBackground = mpPresenterController->GetViewBackground(mxViewId->getResourceURL()); in PresenterSlideShowView() 302 mpPresenterController->GetPaneContainer()->FindViewURL(mxViewId->getResourceURL())); in setCurrentPage() 316 mpPresenterController->GetPaneContainer()->FindViewURL(mxViewId->getResourceURL())); in setCurrentPage() 876 const OUString sViewStyle (pTheme->GetStyleName(mxViewId->getResourceURL())); in PaintEndSlide()
|
| H A D | PresenterClock.cxx | 559 mpPresenterController->GetViewBackgroundColor(mxViewId->getResourceURL()), in Paint() 570 mpPresenterController->GetViewBackgroundColor(mxViewId->getResourceURL()), in Paint() 594 mpPresenterController->GetViewBackgroundColor(mxViewId->getResourceURL())); in Clear() 1221 msViewURL(rxViewId.is() ? rxViewId->getResourceURL() : OUString()) in DigitalDefaultPainter()
|
| H A D | PresenterPaneFactory.cxx | 175 const OUString sPaneURL (rxPaneId->getResourceURL()); in createResource() 220 const OUString sPaneURL (rxResource->getResourceId()->getResourceURL()); in releaseResource()
|
| H A D | PresenterHelpView.cxx | 169 mpFont = mpPresenterController->GetViewFont(mxViewId->getResourceURL()); in PresenterHelpView() 306 mpPresenterController->GetViewBackground(mxViewId->getResourceURL()), in Paint()
|
| /trunk/main/sd/source/ui/framework/configuration/ |
| H A D | ConfigurationClassifier.cxx | 151 if (aA1[i]->getResourceURL().equals(aA2[j]->getResourceURL())) in ClassifyResources() 167 if (aA2[j]->getResourceURL().equals(aA1[i]->getResourceURL())) in ClassifyResources()
|
| H A D | ResourceId.cxx | 178 ResourceId::getResourceURL (void) in getResourceURL() function in sd::framework::ResourceId 380 nLocalResult = maResourceURLs[nIndex].compareTo(rxId->getResourceURL()); in CompareToExternalImplementation() 434 const OUString sResourceURL (rxResourceId->getResourceURL()); in isBoundTo() 480 maResourceURLs.push_back(xAnchor->getResourceURL()); in initialize()
|
| H A D | Configuration.cxx | 155 if ( ! rxResourceId.is() || rxResourceId->getResourceURL().getLength()==0) in addResource() 177 if ( ! rxResourceId.is() || rxResourceId->getResourceURL().getLength()==0) in removeResource() 229 if ( ! (*iResource)->getResourceURL().match(rsResourceURLPrefix)) in getResources()
|
| H A D | GenericConfigurationChangeRequest.cxx | 45 if ( ! rxResourceId.is() || rxResourceId->getResourceURL().getLength()==0) in GenericConfigurationChangeRequest()
|
| H A D | ConfigurationTracer.cxx | 70 ::rtl::OUString sLine (aResourceList[nIndex]->getResourceURL()); in TraceBoundResources()
|
| /trunk/main/sd/source/ui/framework/module/ |
| H A D | ResourceManager.cxx | 166 rEvent.ResourceId->getResourceURL(), in notifyConfigurationChange() 260 mpActiveMainViewContainer->insert(aCenterViews[0]->getResourceURL()); in HandleResourceRequest() 265 mpActiveMainViewContainer->find(aCenterViews[0]->getResourceURL())); in HandleResourceRequest()
|
| H A D | CenterViewFocusModule.cxx | 131 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange()
|
| /trunk/main/sd/source/ui/tools/ |
| H A D | EventMultiplexer.cxx | 625 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange() 636 if (rEvent.ResourceId->getResourceURL().equals(FrameworkHelper::msSlideSorterURL)) in notifyConfigurationChange() 652 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange() 664 if (rEvent.ResourceId->getResourceURL().equals(FrameworkHelper::msSlideSorterURL)) in notifyConfigurationChange()
|
| /trunk/main/sd/source/ui/framework/tools/ |
| H A D | FrameworkHelper.cxx | 523 if (rxPaneOrViewId->getResourceURL().match(msViewURLPrefix)) in GetView() 554 if (rxPaneId->getResourceURL().match(msPaneURLPrefix)) in GetPaneWindow() 769 && xView->getResourceId()->getResourceURL().equals(sRequestedView)) in HandleModeChangeSlot() 968 sString += rxResourceId->getResourceURL(); in ResourceIdToString() 1024 rxAnchorId->getResourceURL(), in CreateResourceId()
|
| /trunk/main/sd/source/ui/view/ |
| H A D | ViewTabBar.cxx | 285 && rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix) in notifyConfigurationChange() 502 || (rAnchor.ResourceId->getResourceURL().getLength() == 0 in AddTabBarButton()
|
| /trunk/main/offapi/com/sun/star/drawing/framework/ |
| H A D | XResourceId.idl | 52 getFullResourceURL(). The getResourceURL() method strips them away.</p> 59 string getResourceURL ();
|
| /trunk/main/framework/inc/uielement/ |
| H A D | panelwindow.hxx | 46 const ::rtl::OUString& getResourceURL() const;
|
| /trunk/main/framework/source/uielement/ |
| H A D | panelwindow.cxx | 45 const ::rtl::OUString& PanelWindow::getResourceURL() const in getResourceURL() function in framework::PanelWindow
|
| /trunk/main/sd/source/ui/slideshow/ |
| H A D | PaneHider.cxx | 75 if ( ! xPaneId->getResourceURL().equals(FrameworkHelper::msCenterPaneURL)) in PaneHider()
|
| /trunk/main/sfx2/inc/sfx2/sidebar/ |
| H A D | SidebarPanelBase.hxx | 84 virtual ::rtl::OUString SAL_CALL getResourceURL (void);
|
| /trunk/main/sd/source/ui/inc/framework/ |
| H A D | ResourceId.hxx | 127 getResourceURL (void);
|
| /trunk/main/odk/examples/cpp/custompanel/ |
| H A D | ctp_panel.hxx | 100 virtual ::rtl::OUString SAL_CALL getResourceURL();
|