Home
last modified time | relevance | path

Searched refs:getResourceURL (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/sdext/source/presenter/
H A DPresenterPaneContainer.cxx84 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 DPresenterPaneBase.cxx170 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 DPresenterNotesView.cxx107 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 DPresenterViewFactory.cxx336 (*mpResourceCache)[xViewId->getResourceURL()] in releaseResource()
357 const OUString sResourceURL (rxViewId->getResourceURL()); in GetViewFromCache()
395 const OUString sResourceURL (rxViewId->getResourceURL()); in CreateView()
H A DPresenterSlideShowView.cxx97 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 DPresenterClock.cxx559 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 DPresenterPaneFactory.cxx175 const OUString sPaneURL (rxPaneId->getResourceURL()); in createResource()
220 const OUString sPaneURL (rxResource->getResourceId()->getResourceURL()); in releaseResource()
H A DPresenterHelpView.cxx169 mpFont = mpPresenterController->GetViewFont(mxViewId->getResourceURL()); in PresenterHelpView()
306 mpPresenterController->GetViewBackground(mxViewId->getResourceURL()), in Paint()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationClassifier.cxx151 if (aA1[i]->getResourceURL().equals(aA2[j]->getResourceURL())) in ClassifyResources()
167 if (aA2[j]->getResourceURL().equals(aA1[i]->getResourceURL())) in ClassifyResources()
H A DResourceId.cxx178 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 DConfiguration.cxx155 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 DGenericConfigurationChangeRequest.cxx45 if ( ! rxResourceId.is() || rxResourceId->getResourceURL().getLength()==0) in GenericConfigurationChangeRequest()
H A DConfigurationTracer.cxx70 ::rtl::OUString sLine (aResourceList[nIndex]->getResourceURL()); in TraceBoundResources()
/trunk/main/sd/source/ui/framework/module/
H A DResourceManager.cxx166 rEvent.ResourceId->getResourceURL(), in notifyConfigurationChange()
260 mpActiveMainViewContainer->insert(aCenterViews[0]->getResourceURL()); in HandleResourceRequest()
265 mpActiveMainViewContainer->find(aCenterViews[0]->getResourceURL())); in HandleResourceRequest()
H A DCenterViewFocusModule.cxx131 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange()
/trunk/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx625 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 DFrameworkHelper.cxx523 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 DViewTabBar.cxx285 && 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 DXResourceId.idl52 getFullResourceURL(). The getResourceURL() method strips them away.</p>
59 string getResourceURL ();
/trunk/main/framework/inc/uielement/
H A Dpanelwindow.hxx46 const ::rtl::OUString& getResourceURL() const;
/trunk/main/framework/source/uielement/
H A Dpanelwindow.cxx45 const ::rtl::OUString& PanelWindow::getResourceURL() const in getResourceURL() function in framework::PanelWindow
/trunk/main/sd/source/ui/slideshow/
H A DPaneHider.cxx75 if ( ! xPaneId->getResourceURL().equals(FrameworkHelper::msCenterPaneURL)) in PaneHider()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DSidebarPanelBase.hxx84 virtual ::rtl::OUString SAL_CALL getResourceURL (void);
/trunk/main/sd/source/ui/inc/framework/
H A DResourceId.hxx127 getResourceURL (void);
/trunk/main/odk/examples/cpp/custompanel/
H A Dctp_panel.hxx100 virtual ::rtl::OUString SAL_CALL getResourceURL();

12