| /trunk/main/sd/source/ui/presenter/ |
| H A D | PresenterCanvasFactory.cxx | 69 iterator FindDescriptor (const Reference<awt::XWindow>& rxWindow) in FindDescriptor() argument 72 if (iDescriptor->mxSharedWindow == rxWindow) in FindDescriptor() 108 const Reference<awt::XWindow>& rxWindow, in AddSharedWindow() argument 113 if (mpSharedWindows->FindDescriptor(rxWindow) != mpSharedWindows->end()) in AddSharedWindow() 116 aDescriptor.mxSharedWindow = rxWindow; in AddSharedWindow() 128 void PresenterCanvasFactory::RemoveSharedWindow (const Reference<awt::XWindow>& rxWindow) in RemoveSharedWindow() argument 130 SharedWindowContainer::iterator iDescriptor = mpSharedWindows->FindDescriptor(rxWindow); in RemoveSharedWindow() 142 const css::uno::Reference<css::awt::XWindow>& rxWindow, in GetCanvas() argument 153 xCanvas = CreateSharedCanvas(rxSharedWindow, rxWindow); in GetCanvas() 157 xCanvas = CreateCanvas(rxWindow, rsCanvasServiceName); in GetCanvas() [all …]
|
| H A D | PresenterHelper.cxx | 164 const Reference<awt::XWindow>& rxWindow) in createSharedCanvas() argument 168 || ! rxWindow.is()) in createSharedCanvas() 175 if (rxWindow == rxSharedWindow) in createSharedCanvas() 183 rxWindow); in createSharedCanvas() 190 const Reference<awt::XWindow>& rxWindow, in createCanvas() argument 198 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in createCanvas() 208 aArg[4] = makeAny(rxWindow); in createCanvas() 228 const Reference<awt::XWindow>& rxWindow) in toTop() argument 230 ::Window* pWindow = VCLUnoHelper::GetWindow(rxWindow); in toTop() 281 const Reference<awt::XWindow>& rxWindow) in captureMouse() argument [all …]
|
| H A D | PresenterHelper.hxx | 78 const css::uno::Reference<css::awt::XWindow>& rxWindow); 81 const css::uno::Reference<css::awt::XWindow>& rxWindow, 86 const css::uno::Reference<css::awt::XWindow>& rxWindow); 92 virtual void SAL_CALL captureMouse (const css::uno::Reference<css::awt::XWindow>& rxWindow); 94 virtual void SAL_CALL releaseMouse (const css::uno::Reference<css::awt::XWindow>& rxWindow);
|
| H A D | PresenterCanvas.cxx | 161 const Reference<awt::XWindow>& rxWindow) in PresenterCanvas() argument 167 mxWindow(rxWindow), in PresenterCanvas()
|
| H A D | PresenterCanvas.hxx | 110 const css::uno::Reference<css::awt::XWindow>& rxWindow);
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterPaintManager.cxx | 55 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 104 mxPresenterHelper->getWindowExtentsRelative(rxWindow, mxParentWindow)); in Invalidate() 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() [all …]
|
| H A D | PresenterPaintManager.hxx | 56 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 D | PresenterPaneBorderManager.cxx | 534 void PresenterPaneBorderManager::CaptureMouse (const Reference<awt::XWindow>& rxWindow) in CaptureMouse() argument 537 mxPresenterHelper->captureMouse(rxWindow); in CaptureMouse() 543 void PresenterPaneBorderManager::ReleaseMouse (const Reference<awt::XWindow>& rxWindow) in ReleaseMouse() argument 546 mxPresenterHelper->releaseMouse(rxWindow); in ReleaseMouse()
|
| H A D | PresenterPaneBorderManager.hxx | 146 void CaptureMouse (const css::uno::Reference<css::awt::XWindow>& rxWindow); 147 void ReleaseMouse (const css::uno::Reference<css::awt::XWindow>& rxWindow);
|
| H A D | PresenterWindowManager.cxx | 88 const Reference<awt::XWindow>& rxWindow, 1521 const Reference<awt::XWindow>& rxWindow, in ModeChangeAnimationStarter() argument 1530 OSL_ASSERT(rxWindow.is()); in ModeChangeAnimationStarter() 1539 const awt::Rectangle aWindowSize (rxWindow->getPosSize()); in ModeChangeAnimationStarter()
|
| H A D | PresenterSlideShowView.hxx | 237 const css::uno::Reference<css::awt::XWindow>& rxWindow) const;
|
| H A D | PresenterToolBar.hxx | 93 const css::uno::Reference<css::awt::XWindow>& rxWindow,
|
| H A D | PresenterToolBar.cxx | 397 const css::uno::Reference<css::awt::XWindow>& rxWindow, in PresenterToolBar() argument 405 mxWindow(rxWindow), in PresenterToolBar()
|
| /trunk/main/sd/source/ui/framework/factories/ |
| H A D | ViewShellWrapper.cxx | 58 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()
|
| /trunk/main/toolkit/source/helper/ |
| H A D | vclunohelper.cxx | 119 …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()
|
| /trunk/main/sfx2/source/sidebar/ |
| H A D | SidebarController.cxx | 729 const Reference<awt::XWindowPeer>& rxWindow, in CreateUIElement() argument 744 aCreationArguments.put("ParentWindow", makeAny(rxWindow)); in CreateUIElement() 752 …Reference<rendering::XSpriteCanvas> xCanvas (VCLUnoHelper::GetWindow(rxWindow)->GetSpriteCanvas()); in CreateUIElement()
|
| H A D | SidebarController.hxx | 195 const cssu::Reference<css::awt::XWindowPeer>& rxWindow,
|
| /trunk/main/sd/source/ui/inc/framework/ |
| H A D | ViewShellWrapper.hxx | 75 const ::com::sun::star::uno::Reference<com::sun::star::awt::XWindow>& rxWindow);
|
| /trunk/main/toolkit/inc/toolkit/helper/ |
| H A D | vclunohelper.hxx | 86 … GetWindow( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow>& rxWindow );
|