Searched refs:rsPaneURL (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterPaneBorderPainter.cxx | 129 const OUString& rsPaneURL); 405 const ::rtl::OUString& rsPaneURL, in AddBorder() 411 …ost::shared_ptr<RendererPaneStyle> pRendererPaneStyle(mpRenderer->GetRendererPaneStyle(rsPaneURL)); in AddBorder() 422 const ::rtl::OUString& rsPaneURL, in RemoveBorder() 428 …ost::shared_ptr<RendererPaneStyle> pRendererPaneStyle(mpRenderer->GetRendererPaneStyle(rsPaneURL)); in RemoveBorder() 506 const OUString& rsPaneURL) in PaintBorder() argument 512 ::boost::shared_ptr<RendererPaneStyle> pStyle (GetRendererPaneStyle(rsPaneURL)); in PaintBorder()
|
H A D | PresenterPaneBorderPainter.hxx | 78 const ::rtl::OUString& rsPaneURL, 93 const ::rtl::OUString& rsPaneURL,
|
H A D | PresenterWindowManager.cxx | 322 const OUString& rsPaneURL, in SetPanePosSizeAbsolute() argument 329 mpPaneContainer->FindPaneURL(rsPaneURL)); in SetPanePosSizeAbsolute() 1101 const OUString& rsPaneURL) in CalculatePaneSize() argument 1105 rsPaneURL, in CalculatePaneSize() 1116 rsPaneURL, in CalculatePaneSize()
|
H A D | PresenterPaneContainer.hxx | 165 SharedPaneDescriptor FindPaneURL (const ::rtl::OUString& rsPaneURL); 188 PaneList::const_iterator FindIteratorForPaneURL (const ::rtl::OUString& rsPaneURL);
|
H A D | PresenterWindowManager.hxx | 97 const ::rtl::OUString& rsPaneURL, 242 const ::rtl::OUString& rsPaneURL);
|
H A D | PresenterPaneContainer.cxx | 329 const OUString& rsPaneURL) in FindPaneURL() argument 335 if ((*iPane)->mxPaneId->getResourceURL() == rsPaneURL) in FindPaneURL()
|
H A D | PresenterScreen.cxx | 917 const OUString& rsPaneURL, in SetupView() argument 928 … Reference<XResourceId> xPaneId (ResourceId::createWithAnchor(rxContext,rsPaneURL,rxAnchorId)); in SetupView()
|
H A D | PresenterScreen.hxx | 218 const ::rtl::OUString& rsPaneURL,
|
/aoo4110/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 195 const ::rtl::OUString& rsPaneURL, 1339 const ::rtl::OUString& rsPaneURL, in SetPaneVisibility() 1349 xContext, rsPaneURL)); in SetPaneVisibility() 1351 xContext, rsViewURL, rsPaneURL)); in SetPaneVisibility()
|
/aoo4110/main/sd/source/ui/framework/factories/ |
H A D | BasicPaneFactory.cxx | 80 bool CompareURL (const OUString& rsPaneURL) { return msPaneURL.equals(rsPaneURL); } in CompareURL() argument
|
/aoo4110/main/sd/source/ui/framework/tools/ |
H A D | FrameworkHelper.cxx | 498 ::boost::shared_ptr<ViewShell> FrameworkHelper::GetViewShell (const OUString& rsPaneURL) in GetViewShell() argument 503 Reference<XResourceId> xPaneId( CreateResourceId( rsPaneURL ) ); in GetViewShell()
|
/aoo4110/main/sd/source/ui/inc/framework/ |
H A D | FrameworkHelper.hxx | 187 ::boost::shared_ptr<ViewShell> GetViewShell (const ::rtl::OUString& rsPaneURL);
|
Completed in 99 milliseconds