Home
last modified time | relevance | path

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

/AOO42X/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx128 mxParentWindow(), in PresenterWindowManager()
191 if (mxParentWindow.is()) in SetParentPane()
193 mxParentWindow->removeWindowListener(this); in SetParentPane()
194 mxParentWindow->removePaintListener(this); in SetParentPane()
195 mxParentWindow->removeMouseListener(this); in SetParentPane()
196 mxParentWindow->removeFocusListener(this); in SetParentPane()
198 mxParentWindow = NULL; in SetParentPane()
203 mxParentWindow = rxPane->getWindow(); in SetParentPane()
208 mxParentWindow = NULL; in SetParentPane()
211 if (mxParentWindow.is()) in SetParentPane()
[all …]
H A DPresenterNotesView.cxx100 mxParentWindow = xPane->getWindow(); in PresenterNotesView()
105 mpPresenterController->GetPaintManager()->GetInvalidator(mxParentWindow))); in PresenterNotesView()
119 mxParentWindow, in PresenterNotesView()
123 if (mxParentWindow.is()) in PresenterNotesView()
125 mxParentWindow->addWindowListener(this); in PresenterNotesView()
126 mxParentWindow->addPaintListener(this); in PresenterNotesView()
127 mxParentWindow->addKeyListener(this); in PresenterNotesView()
128 mxParentWindow->setVisible(sal_True); in PresenterNotesView()
133 mxParentWindow, in PresenterNotesView()
162 if (mxParentWindow.is()) in disposing()
[all …]
H A DPresenterSpritePane.cxx45 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 DPresenterPaneBase.cxx56 mxParentWindow(), in PresenterPaneBase()
236 if ( ! (rArguments[1] >>= mxParentWindow)) in initialize()
278 CreateWindows(mxParentWindow, bIsWindowVisibleOnCreation); in initialize()
286 CreateCanvases(mxParentWindow, xParentCanvas); in initialize()
H A DPresenterPaintManager.cxx43 : mxParentWindow(rxParentWindow), in PresenterPaintManager()
104 mxPresenterHelper->getWindowExtentsRelative(rxWindow, mxParentWindow)); in Invalidate()
153 mxPresenterHelper->getWindowExtentsRelative(rxWindow, mxParentWindow)); in Invalidate()
H A DPresenterPaneBorderManager.cxx256 mxParentWindow = Reference<awt::XWindow>(rArguments[0], UNO_QUERY_THROW); in initialize()
514 mxParentWindow, in mouseDragged()
H A DPresenterPaintManager.hxx84 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterPaintManager
H A DPresenterSpritePane.hxx110 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterSpritePane
H A DPresenterPane.cxx215 mpPresenterController->GetPaintManager()->Invalidate(mxParentWindow, rRepaintBox); in Invalidate()
H A DPresenterPaneBase.hxx131 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterPaneBase
H A DPresenterPaneBorderManager.hxx137 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterPaneBorderManager
H A DPresenterNotesView.hxx155 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterNotesView
H A DPresenterWindowManager.hxx191 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterWindowManager
H A DPresenterScrollBar.hxx176 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sdext::presenter::PresenterScrollBar
H A DPresenterScrollBar.cxx91 mxParentWindow(rxParentWindow), in PresenterScrollBar()
/AOO42X/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx100 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 DSlideSorterService.hxx199 css::uno::Reference<css::awt::XWindow> mxParentWindow; member in sd::slidesorter::SlideSorterService
/AOO42X/main/sdext/source/minimizer/
H A Dpppoptimizerdialog.cxx124 mxParentWindow.set( xWindow, UNO_QUERY ); in initialize()
168 Reference< XWindowPeer > xParent( mxParentWindow ); in execute()
H A Dpppoptimizerdialog.hxx59 com::sun::star::uno::Reference< com::sun::star::awt::XWindowPeer > mxParentWindow; member in PPPOptimizerDialog