/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() 484 mxPaneId->getResourceURL(), in PaintBorder() 492 mxPaneId->getResourceURL(), in PaintBorder() 512 mxPaneId->getResourceURL(), in LayoutContextWindow()
|
H A D | PresenterNotesView.cxx | 107 const OUString sResourceURL (mxViewId->getResourceURL()); in PresenterNotesView() 137 mpPresenterController->GetViewBackground(mxViewId->getResourceURL())); in PresenterNotesView() 581 mpBackground = mpPresenterController->GetViewBackground(mxViewId->getResourceURL()); in Paint() 735 mxViewId->getResourceURL())); in ChangeFontSize()
|
H A D | PresenterViewFactory.cxx | 340 (*mpResourceCache)[xViewId->getResourceURL()] in releaseResource() 361 const OUString sResourceURL (rxViewId->getResourceURL()); in GetViewFromCache() 399 const OUString sResourceURL (rxViewId->getResourceURL()); in CreateView()
|
H A D | PresenterSlideShowView.cxx | 97 mpBackground = mpPresenterController->GetViewBackground(mxViewId->getResourceURL()); in PresenterSlideShowView() 303 mpPresenterController->GetPaneContainer()->FindViewURL(mxViewId->getResourceURL())); in setCurrentPage() 317 mpPresenterController->GetPaneContainer()->FindViewURL(mxViewId->getResourceURL())); in setCurrentPage() 904 const OUString sViewStyle (pTheme->GetStyleName(mxViewId->getResourceURL())); in PaintEndSlide()
|
H A D | PresenterClock.cxx | 571 mpPresenterController->GetViewBackgroundColor(mxViewId->getResourceURL()), in Paint() 582 mpPresenterController->GetViewBackgroundColor(mxViewId->getResourceURL()), in Paint() 606 mpPresenterController->GetViewBackgroundColor(mxViewId->getResourceURL())); in Clear() 1234 msViewURL(rxViewId.is() ? rxViewId->getResourceURL() : OUString()) in DigitalDefaultPainter()
|
H A D | PresenterPaneFactory.cxx | 177 const OUString sPaneURL (rxPaneId->getResourceURL()); in createResource() 223 const OUString sPaneURL (rxResource->getResourceId()->getResourceURL()); in releaseResource()
|
H A D | PresenterHelpView.cxx | 169 mpFont = mpPresenterController->GetViewFont(mxViewId->getResourceURL()); in PresenterHelpView() 312 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 | 179 ResourceId::getResourceURL (void) in getResourceURL() function in sd::framework::ResourceId 388 nLocalResult = maResourceURLs[nIndex].compareTo(rxId->getResourceURL()); in CompareToExternalImplementation() 443 const OUString sResourceURL (rxResourceId->getResourceURL()); in isBoundTo() 492 maResourceURLs.push_back(xAnchor->getResourceURL()); in initialize()
|
H A D | Configuration.cxx | 157 if ( ! rxResourceId.is() || rxResourceId->getResourceURL().getLength()==0) in addResource() 180 if ( ! rxResourceId.is() || rxResourceId->getResourceURL().getLength()==0) in removeResource() 233 if ( ! (*iResource)->getResourceURL().match(rsResourceURLPrefix)) in getResources()
|
H A D | ConfigurationTracer.cxx | 70 ::rtl::OUString sLine (aResourceList[nIndex]->getResourceURL()); in TraceBoundResources()
|
H A D | GenericConfigurationChangeRequest.cxx | 45 if ( ! rxResourceId.is() || rxResourceId->getResourceURL().getLength()==0) in GenericConfigurationChangeRequest()
|
/trunk/main/sd/source/ui/framework/module/ |
H A D | ResourceManager.cxx | 167 rEvent.ResourceId->getResourceURL(), in notifyConfigurationChange() 261 mpActiveMainViewContainer->insert(aCenterViews[0]->getResourceURL()); in HandleResourceRequest() 266 mpActiveMainViewContainer->find(aCenterViews[0]->getResourceURL())); in HandleResourceRequest()
|
H A D | CenterViewFocusModule.cxx | 132 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange()
|
H A D | ToolBarModule.cxx | 141 if (rEvent.ResourceId->getResourceURL().match( in notifyConfigurationChange()
|
/trunk/main/sd/source/ui/framework/tools/ |
H A D | FrameworkHelper.cxx | 527 if (rxPaneOrViewId->getResourceURL().match(msViewURLPrefix)) in GetView() 558 if (rxPaneId->getResourceURL().match(msPaneURLPrefix)) in GetPaneWindow() 773 && xView->getResourceId()->getResourceURL().equals(sRequestedView)) in HandleModeChangeSlot() 972 sString += rxResourceId->getResourceURL(); in ResourceIdToString() 1028 rxAnchorId->getResourceURL(), in CreateResourceId()
|
/trunk/main/sd/source/ui/tools/ |
H A D | EventMultiplexer.cxx | 636 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange() 647 if (rEvent.ResourceId->getResourceURL().equals(FrameworkHelper::msSlideSorterURL)) in notifyConfigurationChange() 663 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange() 675 if (rEvent.ResourceId->getResourceURL().equals(FrameworkHelper::msSlideSorterURL)) in notifyConfigurationChange()
|
/trunk/main/sd/source/ui/view/ |
H A D | ViewTabBar.cxx | 286 && rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix) in notifyConfigurationChange() 512 || (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 | 77 if ( ! xPaneId->getResourceURL().equals(FrameworkHelper::msCenterPaneURL)) in PaneHider()
|
/trunk/main/sfx2/inc/sfx2/sidebar/ |
H A D | SidebarPanelBase.hxx | 87 virtual ::rtl::OUString SAL_CALL getResourceURL (void)
|
/trunk/main/sd/source/ui/inc/framework/ |
H A D | ResourceId.hxx | 127 getResourceURL (void)
|