Home
last modified time | relevance | path

Searched refs:rxPaneId (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx244 const Reference<XResourceId>& rxPaneId,
255 const Reference<XResourceId>& rxPaneId,
329 mxCenterPaneId(rxPaneId), in PresenterPaneAnimatorBase()
398 mpPaneContainer->FindPaneId(rxPaneId)); in ResizePane()
402 rxPaneId->getResourceURL(), in ResizePane()
442 mpPaneContainer->FindPaneId(rxPaneId)); in ActivatePane()
454 mpPaneContainer->FindPaneId(rxPaneId)); in DeactivatePane()
931 rxPaneId, in TransparentOverlayAnimator()
1331 const Reference<XResourceId>& rxPaneId, in SpriteTransform() argument
1343 rpPaneContainer->FindPaneId(rxPaneId)); in SpriteTransform()
[all …]
H A DPresenterPaneFactory.cxx169 const Reference<XResourceId>& rxPaneId) in createResource() argument
174 if ( ! rxPaneId.is()) in createResource()
177 const OUString sPaneURL (rxPaneId->getResourceURL()); in createResource()
205 Reference<XResource> xResource = CreatePane(rxPaneId, OUString()); in createResource()
253 const Reference<XResourceId>& rxPaneId, in CreatePane() argument
256 if ( ! rxPaneId.is()) in CreatePane()
267 Reference<XPane> xParentPane (xCC->getResource(rxPaneId->getAnchor()), UNO_QUERY); in CreatePane()
274 rxPaneId, in CreatePane()
291 const Reference<XResourceId>& rxPaneId, in CreatePane() argument
318 aArguments[0] <<= rxPaneId; in CreatePane()
[all …]
H A DPresenterPaneContainer.cxx70 const Reference<XResourceId>& rxPaneId, in PreparePane() argument
81 if ( ! rxPaneId.is()) in PreparePane()
84 SharedPaneDescriptor pPane (FindPaneURL(rxPaneId->getResourceURL())); in PreparePane()
89 pDescriptor->mxPaneId = rxPaneId; in PreparePane()
177 const Reference<XResourceId>& rxPaneId, in StoreBorderWindow() argument
183 if (rxPaneId.is()) in StoreBorderWindow()
184 sPaneURL = rxPaneId->getResourceURL(); in StoreBorderWindow()
248 SharedPaneDescriptor pDescriptor (FindPaneId(rxPaneId)); in RemovePane()
345 const Reference<XResourceId>& rxPaneId) in FindPaneId() argument
349 if ( ! rxPaneId.is()) in FindPaneId()
[all …]
H A DPresenterPaneContainer.hxx121 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
136 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
144 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId);
170 css::drawing::framework::XResourceId>& rxPaneId);
H A DPresenterPaneAnimator.hxx68 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
75 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
82 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
H A DPresenterPaneFactory.hxx97 com::sun::star::drawing::framework::XResourceId>& rxPaneId)
122 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
125 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
H A DPresenterWindowManager.hxx91 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
H A DPresenterWindowManager.cxx299 const Reference<XResourceId>& rxPaneId, in SetPanePosSizeRelative() argument
306 mpPaneContainer->FindPaneId(rxPaneId)); in SetPanePosSizeRelative()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx263 const Reference<XResourceId>& rxPaneId) in createResource() argument
276 ::boost::bind(&PaneDescriptor::CompareURL, _1, rxPaneId->getResourceURL()))); in createResource()
292 xPane = CreateFrameWindowPane(rxPaneId); in createResource()
296 xPane = CreateFullScreenPane(mxComponentContext, rxPaneId); in createResource()
302 rxPaneId, in createResource()
466 const Reference<XResourceId>& rxPaneId) in CreateFrameWindowPane() argument
472 xPane = new FrameWindowPane(rxPaneId, mpViewShellBase->GetViewWindow()); in CreateFrameWindowPane()
483 const Reference<XResourceId>& rxPaneId) in CreateFullScreenPane() argument
488 rxPaneId, in CreateFullScreenPane()
498 const Reference<XResourceId>& rxPaneId, in CreateChildWindowPane() argument
[all …]
H A DFullScreenPane.cxx49 const Reference<XResourceId>& rxPaneId, in FullScreenPane() argument
51 :FrameWindowPane(rxPaneId,NULL), in FullScreenPane()
60 if ( ! rxPaneId.is()) in FullScreenPane()
64 ExtractArguments(rxPaneId, nScreenNumber); in FullScreenPane()
245 const Reference<XResourceId>& rxPaneId, in ExtractArguments() argument
249 const util::URL aURL = rxPaneId->getFullResourceURL(); in ExtractArguments()
H A DBasicPaneFactory.hxx96 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId)
137 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId);
145 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId);
154 css::drawing::framework::XResourceId>& rxPaneId,
H A DFrameWindowPane.cxx35 const Reference<XResourceId>& rxPaneId, in FrameWindowPane() argument
37 : Pane(rxPaneId,pWindow) in FrameWindowPane()
H A DFullScreenPane.hxx59 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
95 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
H A DChildWindowPane.cxx43 const Reference<XResourceId>& rxPaneId, in ChildWindowPane() argument
47 : ChildWindowPaneInterfaceBase(rxPaneId,(::Window*)NULL), in ChildWindowPane()
H A DPane.cxx44 const Reference<XResourceId>& rxPaneId, in Pane() argument
48 mxPaneId(rxPaneId), in Pane()
H A DFrameWindowPane.hxx45 com::sun::star::drawing::framework::XResourceId>& rxPaneId,
H A DChildWindowPane.hxx74 ::com::sun::star::drawing::framework::XResourceId>& rxPaneId,
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx550 Reference<awt::XWindow> FrameworkHelper::GetPaneWindow (const Reference<XResourceId>& rxPaneId) in GetPaneWindow() argument
554 if (rxPaneId.is() && mxConfigurationController.is()) in GetPaneWindow()
558 if (rxPaneId->getResourceURL().match(msPaneURLPrefix)) in GetPaneWindow()
560 … Reference<XPane> xPane (mxConfigurationController->getResource(rxPaneId), UNO_QUERY); in GetPaneWindow()
/trunk/main/sd/source/ui/inc/framework/
H A DPane.hxx83 com::sun::star::drawing::framework::XResourceId>& rxPaneId,
H A DFrameworkHelper.hxx209 const cssu::Reference<cssdf::XResourceId>& rxPaneId);

Completed in 77 milliseconds