Home
last modified time | relevance | path

Searched refs:sPaneURL (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPaneContainer.cxx141 OUString sPaneURL; in StorePane() local
144 sPaneURL = xPaneId->getResourceURL(); in StorePane()
146 pDescriptor = FindPaneURL(sPaneURL); in StorePane()
150 pDescriptor = FindPaneURL(sPaneURL); in StorePane()
182 OUString sPaneURL; in StoreBorderWindow() local
184 sPaneURL = rxPaneId->getResourceURL(); in StoreBorderWindow()
186 SharedPaneDescriptor pDescriptor (FindPaneURL(sPaneURL)); in StoreBorderWindow()
208 OUString sPaneURL; in StoreView() local
214 sPaneURL = xPaneId->getResourceURL(); in StoreView()
217 pDescriptor = FindPaneURL(sPaneURL); in StoreView()
[all …]
H A DPresenterPaneFactory.cxx175 const OUString sPaneURL (rxPaneId->getResourceURL()); in createResource() local
176 if (sPaneURL.getLength() == 0) in createResource()
182 ResourceContainer::const_iterator iResource (mpResourceCache->find(sPaneURL)); in createResource()
189 pPaneContainer->FindPaneURL(sPaneURL)); in createResource()
220 const OUString sPaneURL (rxResource->getResourceId()->getResourceURL()); in releaseResource() local
222 pPaneContainer->FindPaneURL(sPaneURL)); in releaseResource()
232 (*mpResourceCache)[sPaneURL] = rxResource; in releaseResource()
H A DPresenterScreen.cxx842 OUString sPaneURL; in ProcessComponent() local
848 rValues[0] >>= sPaneURL; in ProcessComponent()
860 sPaneURL, in ProcessComponent()