Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/presenter/
H A DPresenterCanvasFactory.cxx72 if (iDescriptor->mxSharedWindow == rxWindow) in FindDescriptor()
108 const Reference<awt::XWindow>& rxWindow, in AddSharedWindow() argument
116 aDescriptor.mxSharedWindow = rxWindow; in AddSharedWindow()
142 const css::uno::Reference<css::awt::XWindow>& rxWindow, in GetCanvas() argument
157 xCanvas = CreateCanvas(rxWindow, rsCanvasServiceName); in GetCanvas()
176 if (rxWindow == iDescriptor->mxSharedWindow || ! rxWindow.is()) in CreateSharedCanvas()
188 rxWindow); in CreateSharedCanvas()
203 (void)rxWindow.is(); in CreateCanvasForSprite()
228 const css::uno::Reference<css::awt::XWindow>& rxWindow, in CreateCanvas() argument
233 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in CreateCanvas()
[all …]
H A DPresenterHelper.cxx168 const Reference<awt::XWindow>& rxWindow) in createSharedCanvas() argument
173 || ! rxWindow.is()) in createSharedCanvas()
180 if (rxWindow == rxSharedWindow) in createSharedCanvas()
188 rxWindow); in createSharedCanvas()
195 const Reference<awt::XWindow>& rxWindow, in createCanvas() argument
204 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in createCanvas()
214 aArg[4] = makeAny(rxWindow); in createCanvas()
234 const Reference<awt::XWindow>& rxWindow) in toTop() argument
237 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in toTop()
289 const Reference<awt::XWindow>& rxWindow) in captureMouse() argument
[all …]
H A DPresenterHelper.hxx80 const css::uno::Reference<css::awt::XWindow>& rxWindow)
84 const css::uno::Reference<css::awt::XWindow>& rxWindow,
90 const css::uno::Reference<css::awt::XWindow>& rxWindow)
98 virtual void SAL_CALL captureMouse (const css::uno::Reference<css::awt::XWindow>& rxWindow)
101 virtual void SAL_CALL releaseMouse (const css::uno::Reference<css::awt::XWindow>& rxWindow)
H A DPresenterCanvas.cxx172 const Reference<awt::XWindow>& rxWindow) in PresenterCanvas() argument
178 mxWindow(rxWindow), in PresenterCanvas()
H A DPresenterCanvas.hxx110 const css::uno::Reference<css::awt::XWindow>& rxWindow);
/aoo42x/main/sdext/source/presenter/
H A DPresenterPaintManager.cxx55 const css::uno::Reference<css::awt::XWindow>& rxWindow, in GetInvalidator() argument
64 rxWindow, in GetInvalidator()
73 const css::uno::Reference<css::awt::XWindow>& rxWindow, in Invalidate() argument
81 mpPaneContainer->FindContentWindow(rxWindow)); in Invalidate()
87 Invalidate(rxWindow, nInvalidateMode); in Invalidate()
94 const css::uno::Reference<css::awt::XWindow>& rxWindow, in Invalidate() argument
110 Reference<awt::XWindowPeer> xPeer (rxWindow, UNO_QUERY); in Invalidate()
120 const css::uno::Reference<css::awt::XWindow>& rxWindow, in Invalidate() argument
129 mpPaneContainer->FindContentWindow(rxWindow)); in Invalidate()
135 Invalidate(rxWindow, rRepaintBox, nInvalidateMode); in Invalidate()
[all …]
H A DPresenterPaintManager.hxx56 const css::uno::Reference<css::awt::XWindow>& rxWindow,
64 const css::uno::Reference<css::awt::XWindow>& rxWindow,
67 const css::uno::Reference<css::awt::XWindow>& rxWindow,
75 const css::uno::Reference<css::awt::XWindow>& rxWindow,
79 const css::uno::Reference<css::awt::XWindow>& rxWindow,
H A DPresenterPaneBorderManager.cxx543 void PresenterPaneBorderManager::CaptureMouse (const Reference<awt::XWindow>& rxWindow) in CaptureMouse() argument
546 mxPresenterHelper->captureMouse(rxWindow); in CaptureMouse()
552 void PresenterPaneBorderManager::ReleaseMouse (const Reference<awt::XWindow>& rxWindow) in ReleaseMouse() argument
555 mxPresenterHelper->releaseMouse(rxWindow); in ReleaseMouse()
H A DPresenterPaneBorderManager.hxx155 void CaptureMouse (const css::uno::Reference<css::awt::XWindow>& rxWindow);
156 void ReleaseMouse (const css::uno::Reference<css::awt::XWindow>& rxWindow);
H A DPresenterWindowManager.cxx88 const Reference<awt::XWindow>& rxWindow,
1536 const Reference<awt::XWindow>& rxWindow, in ModeChangeAnimationStarter() argument
1545 OSL_ASSERT(rxWindow.is()); in ModeChangeAnimationStarter()
1554 const awt::Rectangle aWindowSize (rxWindow->getPosSize()); in ModeChangeAnimationStarter()
H A DPresenterSlideShowView.hxx266 const css::uno::Reference<css::awt::XWindow>& rxWindow) const;
H A DPresenterToolBar.hxx93 const css::uno::Reference<css::awt::XWindow>& rxWindow,
H A DPresenterToolBar.cxx401 const css::uno::Reference<css::awt::XWindow>& rxWindow, in PresenterToolBar() argument
409 mxWindow(rxWindow), in PresenterToolBar()
/aoo42x/main/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx58 const Reference<awt::XWindow>& rxWindow) in ViewShellWrapper() argument
62 mxWindow(rxWindow) in ViewShellWrapper()
64 if (rxWindow.is()) in ViewShellWrapper()
66 rxWindow->addWindowListener(this); in ViewShellWrapper()
/aoo42x/main/toolkit/source/helper/
H A Dvclunohelper.cxx119 …per::GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>& rxWindow ) in GetWindow() argument
121 VCLXWindow* pVCLXWindow = VCLXWindow::GetImplementation( rxWindow ); in GetWindow()
125 …er::GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow2>& rxWindow ) in GetWindow() argument
127 VCLXWindow* pVCLXWindow = VCLXWindow::GetImplementation( rxWindow ); in GetWindow()
131 …:GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer>& rxWindow ) in GetWindow() argument
133 VCLXWindow* pVCLXWindow = VCLXWindow::GetImplementation( rxWindow ); in GetWindow()
/aoo42x/main/sfx2/source/sidebar/
H A DSidebarController.cxx734 const Reference<awt::XWindowPeer>& rxWindow, in CreateUIElement() argument
749 aCreationArguments.put("ParentWindow", makeAny(rxWindow)); in CreateUIElement()
757 …Reference<rendering::XSpriteCanvas> xCanvas (VCLUnoHelper::GetWindow(rxWindow)->GetSpriteCanvas()); in CreateUIElement()
H A DSidebarController.hxx200 const cssu::Reference<css::awt::XWindowPeer>& rxWindow,
/aoo42x/main/sd/source/ui/inc/framework/
H A DViewShellWrapper.hxx75 const ::com::sun::star::uno::Reference<com::sun::star::awt::XWindow>& rxWindow);
/aoo42x/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx86 … GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>& rxWindow );

Completed in 70 milliseconds