Home
last modified time | relevance | path

Searched refs:rxParentWindow (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterPane.cxx182 const Reference<awt::XWindow>& rxParentWindow, in CreateCanvases() argument
187 if ( ! rxParentWindow.is()) in CreateCanvases()
194 rxParentWindow, in CreateCanvases()
196 rxParentWindow, in CreateCanvases()
200 rxParentWindow, in CreateCanvases()
202 rxParentWindow, in CreateCanvases()
H A DPresenterButton.cxx57 const css::uno::Reference<css::awt::XWindow>& rxParentWindow, in Create() argument
84 rxParentWindow, in Create()
89 pButton->SetCanvas(rxParentCanvas, rxParentWindow); in Create()
103 const css::uno::Reference<css::awt::XWindow>& rxParentWindow, in PresenterButton() argument
137 mxWindow = mxPresenterHelper->createWindow(rxParentWindow, in PresenterButton()
225 const css::uno::Reference<css::awt::XWindow>& rxParentWindow) in SetCanvas() argument
235 if (mxPresenterHelper.is() && rxParentCanvas.is() && rxParentWindow.is()) in SetCanvas()
239 rxParentWindow, in SetCanvas()
241 rxParentWindow, in SetCanvas()
H A DPresenterScrollBar.cxx86 const Reference<awt::XWindow>& rxParentWindow, in PresenterScrollBar() argument
91 mxParentWindow(rxParentWindow), in PresenterScrollBar()
131 mxWindow = mxPresenterHelper->createWindow(rxParentWindow, in PresenterScrollBar()
787 const Reference<awt::XWindow>& rxParentWindow, in PresenterVerticalScrollBar() argument
790 : PresenterScrollBar(rxComponentContext, rxParentWindow, rpPaintManager, rThumbMotionListener), in PresenterVerticalScrollBar()
1008 const Reference<awt::XWindow>& rxParentWindow, in PresenterHorizontalScrollBar() argument
1011 : PresenterScrollBar(rxComponentContext, rxParentWindow, rpPaintManager, rThumbMotionListener), in PresenterHorizontalScrollBar()
H A DPresenterPaintManager.cxx40 const css::uno::Reference<css::awt::XWindow>& rxParentWindow, in PresenterPaintManager() argument
43 : mxParentWindow(rxParentWindow), in PresenterPaintManager()
44 mxParentWindowPeer(rxParentWindow, UNO_QUERY), in PresenterPaintManager()
H A DPresenterSpritePane.cxx235 const css::uno::Reference<css::awt::XWindow>& rxParentWindow, in CreateCanvases() argument
238 OSL_ASSERT(!mxParentWindow.is() || mxParentWindow==rxParentWindow); in CreateCanvases()
240 mxParentWindow = rxParentWindow; in CreateCanvases()
H A DPresenterButton.hxx70 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
80 const css::uno::Reference<css::awt::XWindow>& rxParentWindow);
152 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
H A DPresenterPaneBase.cxx391 const Reference<awt::XWindow>& rxParentWindow, in CreateWindows() argument
394 if (mxPresenterHelper.is() && rxParentWindow.is()) in CreateWindows()
398 rxParentWindow, in CreateWindows()
H A DPresenterScrollBar.hxx220 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
268 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
303 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
H A DPresenterPaneBase.hxx146 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
150 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
H A DPresenterPaintManager.hxx50 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
H A DPresenterPane.hxx104 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
H A DPresenterSpritePane.hxx115 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
H A DPresenterSlideShowView.cxx960 const Reference<awt::XWindow>& rxParentWindow) const in CreateViewWindow()
977 Reference<awt::XWindowPeer>(rxParentWindow,UNO_QUERY_THROW), in CreateViewWindow()
H A DPresenterPaneBorderManager.hxx154 void CreateWindows (const css::uno::Reference<css::awt::XWindow>& rxParentWindow);
H A DPresenterSlideShowView.hxx264 const css::uno::Reference<css::awt::XWindow>& rxParentWindow) const;
/trunk/main/sd/source/ui/presenter/
H A DPresenterHelper.cxx109 const Reference<awt::XWindow>& rxParentWindow, in createWindow() argument
116 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in createWindow()
323 const Reference<awt::XWindow>& rxParentWindow) in getWindowExtentsRelative() argument
327 ::Window* pParentWindow = VCLUnoHelper::GetWindow(rxParentWindow); in getWindowExtentsRelative()
H A DPresenterHelper.hxx68 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
106 const css::uno::Reference<css::awt::XWindow>& rxParentWindow)
/trunk/main/sfx2/source/sidebar/
H A DControllerFactory.cxx50 const Reference<awt::XWindow>& rxParentWindow, in CreateToolBoxController() argument
108 if (rxParentWindow.is()) in CreateToolBoxController()
110 Reference<awt::XWindow> xItemWindow (xController->createItemWindow(rxParentWindow)); in CreateToolBoxController()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DControllerFactory.hxx47 const cssu::Reference<css::awt::XWindow>& rxParentWindow,

Completed in 74 milliseconds