Home
last modified time | relevance | path

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

12

/aoo4110/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()
484 mxPaneId->getResourceURL(), in PaintBorder()
492 mxPaneId->getResourceURL(), in PaintBorder()
512 mxPaneId->getResourceURL(), in LayoutContextWindow()
H A DPresenterNotesView.cxx107 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 DPresenterViewFactory.cxx340 (*mpResourceCache)[xViewId->getResourceURL()] in releaseResource()
361 const OUString sResourceURL (rxViewId->getResourceURL()); in GetViewFromCache()
399 const OUString sResourceURL (rxViewId->getResourceURL()); in CreateView()
H A DPresenterSlideShowView.cxx97 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 DPresenterClock.cxx571 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 DPresenterPaneFactory.cxx177 const OUString sPaneURL (rxPaneId->getResourceURL()); in createResource()
223 const OUString sPaneURL (rxResource->getResourceId()->getResourceURL()); in releaseResource()
H A DPresenterHelpView.cxx169 mpFont = mpPresenterController->GetViewFont(mxViewId->getResourceURL()); in PresenterHelpView()
312 mpPresenterController->GetViewBackground(mxViewId->getResourceURL()), in Paint()
/aoo4110/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.cxx179 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 DConfiguration.cxx157 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 DConfigurationTracer.cxx70 ::rtl::OUString sLine (aResourceList[nIndex]->getResourceURL()); in TraceBoundResources()
H A DGenericConfigurationChangeRequest.cxx45 if ( ! rxResourceId.is() || rxResourceId->getResourceURL().getLength()==0) in GenericConfigurationChangeRequest()
/aoo4110/main/sd/source/ui/framework/module/
H A DResourceManager.cxx167 rEvent.ResourceId->getResourceURL(), in notifyConfigurationChange()
261 mpActiveMainViewContainer->insert(aCenterViews[0]->getResourceURL()); in HandleResourceRequest()
266 mpActiveMainViewContainer->find(aCenterViews[0]->getResourceURL())); in HandleResourceRequest()
H A DCenterViewFocusModule.cxx132 if (rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix)) in notifyConfigurationChange()
H A DToolBarModule.cxx141 if (rEvent.ResourceId->getResourceURL().match( in notifyConfigurationChange()
/aoo4110/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx527 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()
/aoo4110/main/sd/source/ui/tools/
H A DEventMultiplexer.cxx636 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()
/aoo4110/main/sd/source/ui/view/
H A DViewTabBar.cxx286 && rEvent.ResourceId->getResourceURL().match(FrameworkHelper::msViewURLPrefix) in notifyConfigurationChange()
512 || (rAnchor.ResourceId->getResourceURL().getLength() == 0 in AddTabBarButton()
/aoo4110/main/offapi/com/sun/star/drawing/framework/
H A DXResourceId.idl52 getFullResourceURL(). The getResourceURL() method strips them away.</p>
59 string getResourceURL ();
/aoo4110/main/framework/inc/uielement/
H A Dpanelwindow.hxx46 const ::rtl::OUString& getResourceURL() const;
/aoo4110/main/framework/source/uielement/
H A Dpanelwindow.cxx44 const ::rtl::OUString& PanelWindow::getResourceURL() const in getResourceURL() function in framework::PanelWindow
/aoo4110/main/sd/source/ui/slideshow/
H A DPaneHider.cxx78 if ( ! xPaneId->getResourceURL().equals(FrameworkHelper::msCenterPaneURL)) in PaneHider()
/aoo4110/main/sfx2/inc/sfx2/sidebar/
H A DSidebarPanelBase.hxx87 virtual ::rtl::OUString SAL_CALL getResourceURL (void)
/aoo4110/main/sd/source/ui/inc/framework/
H A DResourceId.hxx127 getResourceURL (void)

Completed in 90 milliseconds

12