/trunk/main/sdext/source/presenter/ |
H A D | PresenterPane.cxx | 182 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 D | PresenterButton.cxx | 57 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 D | PresenterScrollBar.cxx | 86 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 D | PresenterPaintManager.cxx | 40 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 D | PresenterSpritePane.cxx | 235 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 D | PresenterButton.hxx | 70 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 D | PresenterPaneBase.cxx | 391 const Reference<awt::XWindow>& rxParentWindow, in CreateWindows() argument 394 if (mxPresenterHelper.is() && rxParentWindow.is()) in CreateWindows() 398 rxParentWindow, in CreateWindows()
|
H A D | PresenterScrollBar.hxx | 220 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 D | PresenterPaneBase.hxx | 146 const css::uno::Reference<css::awt::XWindow>& rxParentWindow, 150 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
|
H A D | PresenterPaintManager.hxx | 50 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
|
H A D | PresenterPane.hxx | 104 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
|
H A D | PresenterSpritePane.hxx | 115 const css::uno::Reference<css::awt::XWindow>& rxParentWindow,
|
H A D | PresenterSlideShowView.cxx | 960 const Reference<awt::XWindow>& rxParentWindow) const in CreateViewWindow() 977 Reference<awt::XWindowPeer>(rxParentWindow,UNO_QUERY_THROW), in CreateViewWindow()
|
H A D | PresenterPaneBorderManager.hxx | 154 void CreateWindows (const css::uno::Reference<css::awt::XWindow>& rxParentWindow);
|
H A D | PresenterSlideShowView.hxx | 264 const css::uno::Reference<css::awt::XWindow>& rxParentWindow) const;
|
/trunk/main/sd/source/ui/presenter/ |
H A D | PresenterHelper.cxx | 109 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 D | PresenterHelper.hxx | 68 const css::uno::Reference<css::awt::XWindow>& rxParentWindow, 106 const css::uno::Reference<css::awt::XWindow>& rxParentWindow)
|
/trunk/main/sfx2/source/sidebar/ |
H A D | ControllerFactory.cxx | 50 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 D | ControllerFactory.hxx | 47 const cssu::Reference<css::awt::XWindow>& rxParentWindow,
|