Home
last modified time | relevance | path

Searched refs:rxPane (Results 1 – 25 of 26) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterPaneContainer.cxx91 for (const auto& rxPane : maPanes) in disposing() local
92 if (rxPane->mxPaneId.is()) in disposing()
93 RemovePane(rxPane->mxPaneId); in disposing()
101 if (rxPane.is()) in StorePane()
118 pDescriptor->mxPane = rxPane; in StorePane()
233 …[&rxBorderWindow](const SharedPaneDescriptor& rxPane) { return rxPane->mxBorderWindow == rxBorderW… in FindBorderWindow() argument
243 …[&rxContentWindow](const SharedPaneDescriptor& rxPane) { return rxPane->mxContentWindow == rxConte… in FindContentWindow() argument
253 …[&rsPaneURL](const SharedPaneDescriptor& rxPane) { return rxPane->mxPaneId->getResourceURL() == rs… in FindPaneURL() argument
266 …[&rxPaneId](const SharedPaneDescriptor& rxPane) { return rxPaneId->compareTo(rxPane->mxPaneId) == … in FindPaneId() argument
276 … [&rsViewURL](const SharedPaneDescriptor& rxPane) { return rsViewURL == rxPane->msViewURL; }); in FindViewURL() argument
[all …]
H A DPresenterController.cxx360 OSL_ASSERT(rxPane != nullptr); in UpdatePaneTitles()
364 : rxPane->msTitleTemplate); in UpdatePaneTitles()
403 if (rxPane->mxPane.is()) in UpdatePaneTitles()
404 rxPane->mxPane->SetTitle(rxPane->msTitle); in UpdatePaneTitles()
817 if ( ! rxPane->mbIsActive) in keyPressed()
982 if ( ! rxPane->mbIsActive) in keyReleased()
1053 if ( ! rxPane.is()) in InitializeMainPane()
1059 rxPane); in InitializeMainPane()
1061 LoadTheme(rxPane); in InitializeMainPane()
1072 mxMainWindow = rxPane->getWindow(); in InitializeMainPane()
[all …]
H A DPresenterWindowManager.cxx92 for (const auto& rxPane : mpPaneContainer->maPanes) in disposing() local
94 if (rxPane->mxBorderWindow.is()) in disposing()
104 const Reference<drawing::framework::XPane>& rxPane) in SetParentPane() argument
116 if (rxPane.is()) in SetParentPane()
118 mxParentWindow = rxPane->getWindow(); in SetParentPane()
119 mxParentCanvas = rxPane->getCanvas(); in SetParentPane()
313 for (const auto& rxPane : mpPaneContainer->maPanes) in PaintChildren() local
318 if ( ! rxPane->mbIsActive) in PaintChildren()
320 if (rxPane->mbIsSprite) in PaintChildren()
322 if ( ! rxPane->mxPane.is()) in PaintChildren()
[all …]
H A DPresenterViewFactory.hxx110 const css::uno::Reference<css::drawing::framework::XResource>& rxPane) override;
135 const css::uno::Reference<css::drawing::framework::XPane>& rxPane) const;
H A DPresenterPaneFactory.cxx103 for (const auto& rxPane : *mpResourceCache) in disposing()
105 Reference<lang::XComponent> xPaneComponent (rxPane.second, UNO_QUERY); in disposing()
H A DPresenterController.hxx201 void InitializeMainPane (const css::uno::Reference<css::drawing::framework::XPane>& rxPane);
202 void LoadTheme (const css::uno::Reference<css::drawing::framework::XPane>& rxPane);
H A DPresenterPaneFactory.hxx85 rxPane) override;
H A DPresenterPaneContainer.hxx106 const rtl::Reference<PresenterPaneBase>& rxPane);
H A DPresenterWindowManager.hxx71 void SetParentPane (const css::uno::Reference<css::drawing::framework::XPane>& rxPane);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterPaneContainer.cxx91 for (const auto& rxPane : maPanes) in disposing() local
92 if (rxPane->mxPaneId.is()) in disposing()
93 RemovePane(rxPane->mxPaneId); in disposing()
101 if (rxPane.is()) in StorePane()
118 pDescriptor->mxPane = rxPane; in StorePane()
233 …[&rxBorderWindow](const SharedPaneDescriptor& rxPane) { return rxPane->mxBorderWindow == rxBorderW… in FindBorderWindow() argument
243 …[&rxContentWindow](const SharedPaneDescriptor& rxPane) { return rxPane->mxContentWindow == rxConte… in FindContentWindow() argument
253 …[&rsPaneURL](const SharedPaneDescriptor& rxPane) { return rxPane->mxPaneId->getResourceURL() == rs… in FindPaneURL() argument
266 …[&rxPaneId](const SharedPaneDescriptor& rxPane) { return rxPaneId->compareTo(rxPane->mxPaneId) == … in FindPaneId() argument
276 … [&rsViewURL](const SharedPaneDescriptor& rxPane) { return rsViewURL == rxPane->msViewURL; }); in FindViewURL() argument
[all …]
H A DPresenterController.cxx361 OSL_ASSERT(rxPane != nullptr); in UpdatePaneTitles()
365 : rxPane->msTitleTemplate); in UpdatePaneTitles()
404 if (rxPane->mxPane.is()) in UpdatePaneTitles()
405 rxPane->mxPane->SetTitle(rxPane->msTitle); in UpdatePaneTitles()
819 if ( ! rxPane->mbIsActive) in keyPressed()
971 if ( ! rxPane->mbIsActive) in keyReleased()
1042 if ( ! rxPane.is()) in InitializeMainPane()
1048 rxPane); in InitializeMainPane()
1050 LoadTheme(rxPane); in InitializeMainPane()
1061 mxMainWindow = rxPane->getWindow(); in InitializeMainPane()
[all …]
H A DPresenterWindowManager.cxx91 for (const auto& rxPane : mpPaneContainer->maPanes) in disposing() local
93 if (rxPane->mxBorderWindow.is()) in disposing()
103 const Reference<drawing::framework::XPane>& rxPane) in SetParentPane() argument
115 if (rxPane.is()) in SetParentPane()
117 mxParentWindow = rxPane->getWindow(); in SetParentPane()
118 mxParentCanvas = rxPane->getCanvas(); in SetParentPane()
312 for (const auto& rxPane : mpPaneContainer->maPanes) in PaintChildren() local
317 if ( ! rxPane->mbIsActive) in PaintChildren()
319 if (rxPane->mbIsSprite) in PaintChildren()
321 if ( ! rxPane->mxPane.is()) in PaintChildren()
[all …]
H A DPresenterViewFactory.hxx107 const css::uno::Reference<css::drawing::framework::XResource>& rxPane) override;
132 const css::uno::Reference<css::drawing::framework::XPane>& rxPane) const;
H A DPresenterPaneFactory.cxx119 for (const auto& rxPane : *mpResourceCache) in disposing()
121 Reference<lang::XComponent> xPaneComponent (rxPane.second, UNO_QUERY); in disposing()
H A DPresenterController.hxx198 void InitializeMainPane (const css::uno::Reference<css::drawing::framework::XPane>& rxPane);
199 void LoadTheme (const css::uno::Reference<css::drawing::framework::XPane>& rxPane);
H A DPresenterPaneFactory.hxx84 rxPane) override;
H A DPresenterPaneContainer.hxx107 const rtl::Reference<PresenterPaneBase>& rxPane);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx73 bool ComparePane(const Reference<XResource>& rxPane) const { return mxPane == rxPane; } in ComparePane()
266 const Reference<XResource>& rxPane) in releaseResource() argument
276 [&] (PaneDescriptor const& rPane) { return rPane.ComparePane(rxPane); } )); in releaseResource()
293 ChildWindowPane* pChildWindowPane = dynamic_cast<ChildWindowPane*>(rxPane.get()); in releaseResource()
302 Reference<XComponent> xComponent (rxPane, UNO_QUERY); in releaseResource()
H A DBasicViewFactory.cxx274 const Reference<XPane>& rxPane, in CreateView() argument
292 Reference<awt::XWindow> xWindow(rxPane->getWindow()); in CreateView()
458 const Reference<XPane>& rxPane) in GetViewFromCache() argument
477 if (xResource.is() && rxPane.is()) in GetViewFromCache()
479 if (xResource->relocateToAnchor(rxPane)) in GetViewFromCache()
H A DBasicViewFactory.hxx105 const css::uno::Reference<css::drawing::framework::XPane>& rxPane,
127 const css::uno::Reference<css::drawing::framework::XPane>& rxPane);
H A DBasicPaneFactory.hxx78 const css::uno::Reference<css::drawing::framework::XResource>& rxPane) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx73 bool ComparePane(const Reference<XResource>& rxPane) const { return mxPane == rxPane; } in ComparePane()
266 const Reference<XResource>& rxPane) in releaseResource() argument
276 [&] (PaneDescriptor const& rPane) { return rPane.ComparePane(rxPane); } )); in releaseResource()
293 ChildWindowPane* pChildWindowPane = dynamic_cast<ChildWindowPane*>(rxPane.get()); in releaseResource()
302 Reference<XComponent> xComponent (rxPane, UNO_QUERY); in releaseResource()
H A DBasicViewFactory.cxx274 const Reference<XPane>& rxPane, in CreateView() argument
292 Reference<awt::XWindow> xWindow(rxPane->getWindow()); in CreateView()
460 const Reference<XPane>& rxPane) in GetViewFromCache() argument
479 if (xResource.is() && rxPane.is()) in GetViewFromCache()
481 if (xResource->relocateToAnchor(rxPane)) in GetViewFromCache()
H A DBasicViewFactory.hxx106 const css::uno::Reference<css::drawing::framework::XPane>& rxPane,
128 const css::uno::Reference<css::drawing::framework::XPane>& rxPane);
H A DBasicPaneFactory.hxx79 const css::uno::Reference<css::drawing::framework::XResource>& rxPane) override;

12