/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterWindowManager.cxx | 128 mxParentWindow(), in PresenterWindowManager() 191 if (mxParentWindow.is()) in SetParentPane() 198 mxParentWindow = NULL; in SetParentPane() 208 mxParentWindow = NULL; in SetParentPane() 211 if (mxParentWindow.is()) in SetParentPane() 368 if (rEvent.Source == mxParentWindow) in windowResized() 392 if (rEvent.Source != mxParentWindow) in windowMoved() 430 if ( ! mxParentWindow.is()) in windowPaint() 538 mxParentWindow = NULL; in disposing() 1253 if ( ! mxParentWindow.is()) in PaintBackground() [all …]
|
H A D | PresenterNotesView.cxx | 119 mxParentWindow, in PresenterNotesView() 123 if (mxParentWindow.is()) in PresenterNotesView() 133 mxParentWindow, in PresenterNotesView() 162 if (mxParentWindow.is()) in disposing() 167 mxParentWindow = NULL; in disposing() 222 mxParentWindow, in CreateToolBar() 229 mxParentWindow, in CreateToolBar() 231 mxParentWindow, in CreateToolBar() 318 mxParentWindow = NULL; in disposing() 492 if ( ! mxParentWindow.is()) in Layout() [all …]
|
H A D | PresenterSpritePane.cxx | 45 mxParentWindow(), in PresenterSpritePane() 71 mxParentWindow = NULL; in disposing() 129 mxPresenterHelper->getWindowExtentsRelative(mxBorderWindow, mxParentWindow)); in windowMoved() 222 mxParentWindow, in UpdateCanvases() 238 OSL_ASSERT(!mxParentWindow.is() || mxParentWindow==rxParentWindow); in CreateCanvases() 240 mxParentWindow = rxParentWindow; in CreateCanvases()
|
H A D | PresenterPaneBase.cxx | 56 mxParentWindow(), in PresenterPaneBase() 236 if ( ! (rArguments[1] >>= mxParentWindow)) in initialize() 278 CreateWindows(mxParentWindow, bIsWindowVisibleOnCreation); in initialize() 286 CreateCanvases(mxParentWindow, xParentCanvas); in initialize()
|
H A D | PresenterPaintManager.cxx | 43 : mxParentWindow(rxParentWindow), in PresenterPaintManager() 104 mxPresenterHelper->getWindowExtentsRelative(rxWindow, mxParentWindow)); in Invalidate() 153 mxPresenterHelper->getWindowExtentsRelative(rxWindow, mxParentWindow)); in Invalidate()
|
H A D | PresenterPaneBorderManager.cxx | 256 mxParentWindow = Reference<awt::XWindow>(rArguments[0], UNO_QUERY_THROW); in initialize() 514 mxParentWindow, in mouseDragged()
|
H A D | PresenterPaintManager.hxx | 84 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterPaintManager
|
H A D | PresenterSpritePane.hxx | 110 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterSpritePane
|
H A D | PresenterPane.cxx | 215 mpPresenterController->GetPaintManager()->Invalidate(mxParentWindow, rRepaintBox); in Invalidate()
|
H A D | PresenterPaneBase.hxx | 131 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterPaneBase
|
H A D | PresenterPaneBorderManager.hxx | 137 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterPaneBorderManager
|
H A D | PresenterNotesView.hxx | 155 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterNotesView
|
H A D | PresenterWindowManager.hxx | 191 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterWindowManager
|
H A D | PresenterScrollBar.hxx | 176 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterScrollBar
|
H A D | PresenterScrollBar.cxx | 91 mxParentWindow(rxParentWindow), in PresenterScrollBar()
|
/aoo41x/main/sd/source/ui/slidesorter/shell/ |
H A D | SlideSorterService.cxx | 100 mxParentWindow() in SlideSorterService() 119 if (mxParentWindow.is()) in disposing() 121 mxParentWindow->removeWindowListener(this); in disposing() 153 mxParentWindow = Reference<awt::XWindow>(rArguments[2], UNO_QUERY_THROW); in initialize() 154 ::Window* pParentWindow = VCLUnoHelper::GetWindow(mxParentWindow); in initialize() 156 mxParentWindow->addWindowListener(this); in initialize() 252 if (rEvent.Source == mxParentWindow) in disposing() 253 mxParentWindow = NULL; in disposing() 614 if (mxParentWindow.is()) in Resize() 616 awt::Rectangle aWindowBox = mxParentWindow->getPosSize(); in Resize()
|
H A D | SlideSorterService.hxx | 199 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sd::slidesorter::SlideSorterService
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | pppoptimizerdialog.cxx | 124 mxParentWindow.set( xWindow, UNO_QUERY ); in initialize() 168 Reference< XWindowPeer > xParent( mxParentWindow ); in execute()
|
H A D | pppoptimizerdialog.hxx | 59 com::sun::star::uno::Reference< com::sun::star::awt::XWindowPeer > mxParentWindow; member in PPPOptimizerDialog
|