Home
last modified time | relevance | path

Searched refs:mxWindow (Results 1 – 25 of 41) sorted by relevance

12

/AOO42X/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx92 mxWindow(), in PresenterScrollBar()
131 mxWindow = mxPresenterHelper->createWindow(rxParentWindow, in PresenterScrollBar()
138 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY_THROW); in PresenterScrollBar()
144 mxWindow->setVisible(sal_True); in PresenterScrollBar()
145 mxWindow->addWindowListener(this); in PresenterScrollBar()
146 mxWindow->addPaintListener(this); in PresenterScrollBar()
147 mxWindow->addMouseListener(this); in PresenterScrollBar()
148 mxWindow->addMouseMotionListener(this); in PresenterScrollBar()
169 if (mxWindow.is()) in disposing()
171 mxWindow->removeWindowListener(this); in disposing()
[all …]
H A DPresenterSlidePreview.cxx68 mxWindow(), in PresenterSlidePreview()
82 mxWindow = rxAnchorPane->getWindow(); in PresenterSlidePreview()
85 if (mxWindow.is()) in PresenterSlidePreview()
87 mxWindow->addWindowListener(this); in PresenterSlidePreview()
88 mxWindow->addPaintListener(this); in PresenterSlidePreview()
90 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in PresenterSlidePreview()
94 mxWindow->setVisible(sal_True); in PresenterSlidePreview()
123 if (mxWindow.is()) in disposing()
125 mxWindow->removeWindowListener(this); in disposing()
126 mxWindow->removePaintListener(this); in disposing()
[all …]
H A DPresenterButton.cxx111 mxWindow(), in PresenterButton()
137 mxWindow = mxPresenterHelper->createWindow(rxParentWindow, in PresenterButton()
144 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY_THROW); in PresenterButton()
150 mxWindow->setVisible(sal_True); in PresenterButton()
151 mxWindow->addWindowListener(this); in PresenterButton()
152 mxWindow->addPaintListener(this); in PresenterButton()
153 mxWindow->addMouseListener(this); in PresenterButton()
154 mxWindow->addMouseMotionListener(this); in PresenterButton()
181 if (mxWindow.is()) in disposing()
183 mxWindow->removeWindowListener(this); in disposing()
[all …]
H A DPresenterHelpView.cxx140 mxWindow(), in PresenterHelpView()
157 mxWindow = mxPane->getWindow(); in PresenterHelpView()
160 mxWindow->addWindowListener(this); in PresenterHelpView()
161 mxWindow->addPaintListener(this); in PresenterHelpView()
162 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in PresenterHelpView()
165 mxWindow->setVisible(sal_True); in PresenterHelpView()
181 mxWindow, in PresenterHelpView()
191 mxWindow = NULL; in PresenterHelpView()
219 if (mxWindow.is()) in disposing()
221 mxWindow->removeWindowListener(this); in disposing()
[all …]
H A DPresenterToolBar.cxx409 mxWindow(rxWindow), in PresenterToolBar()
431 if (mxWindow.is()) in Initialize()
433 mxWindow->addWindowListener(this); in Initialize()
434 mxWindow->addPaintListener(this); in Initialize()
435 mxWindow->addMouseListener(this); in Initialize()
436 mxWindow->addMouseMotionListener(this); in Initialize()
438 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in Initialize()
442 mxWindow->setVisible(sal_True); in Initialize()
469 if (mxWindow.is()) in disposing()
471 mxWindow->removeWindowListener(this); in disposing()
[all …]
H A DPresenterSlideSorter.cxx276 mxWindow(), in PresenterSlideSorter()
317 mxWindow = mxPane->getWindow(); in PresenterSlideSorter()
320 mxWindow->addWindowListener(this); in PresenterSlideSorter()
321 mxWindow->addPaintListener(this); in PresenterSlideSorter()
322 mxWindow->addMouseListener(this); in PresenterSlideSorter()
323 mxWindow->addMouseMotionListener(this); in PresenterSlideSorter()
324 mxWindow->setVisible(sal_True); in PresenterSlideSorter()
337 mxWindow, in PresenterSlideSorter()
344 mxWindow, in PresenterSlideSorter()
351 mxWindow, in PresenterSlideSorter()
[all …]
H A DPresenterSlideShowView.cxx75 mxWindow(), in PresenterSlideShowView()
129 mxWindow = xPane->getWindow(); in LateInit()
132 if (mxWindow.is()) in LateInit()
134 mxWindow->addPaintListener(this); in LateInit()
135 mxWindow->addWindowListener(this); in LateInit()
140 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in LateInit()
147 mxViewWindow = CreateViewWindow(mxWindow); in LateInit()
162 if (mxWindow.is()) in LateInit()
163 mxWindow->setVisible(sal_True); in LateInit()
221 if (mxWindow.is()) in disposing()
[all …]
H A DPresenterClock.cxx275 mxWindow(), in PresenterClock()
305 mxWindow = mxPane->getWindow(); in PresenterClock()
306 if (mxWindow.is()) in PresenterClock()
308 mxWindow->addPaintListener(this); in PresenterClock()
309 mxWindow->addWindowListener(this); in PresenterClock()
310 mxWindow->addMouseListener(this); in PresenterClock()
311 Reference<awt::XWindowPeer> xPeer (mxWindow, UNO_QUERY); in PresenterClock()
314 mxWindow->setVisible(sal_True); in PresenterClock()
351 if (mxWindow.is()) in disposing()
353 mxWindow->removePaintListener(this); in disposing()
[all …]
H A DPresenterToolBar.hxx187 css::uno::Reference<css::awt::XWindow> mxWindow; member in sdext::presenter::PresenterToolBar
296 css::uno::Reference<css::awt::XWindow> mxWindow; member in sdext::presenter::PresenterToolBarView
H A DPresenterHelpView.hxx109 css::uno::Reference<css::awt::XWindow> mxWindow; member in sdext::presenter::PresenterHelpView
/AOO42X/main/canvas/inc/canvas/base/
H A Dbufferedgraphicdevicebase.hxx99 mxWindow(), in BufferedGraphicDeviceBase()
163 if( mxWindow.is() ) in setWindow()
164 mxWindow->removeWindowListener( this ); in setWindow()
166 mxWindow = rWindow; in setWindow()
168 if( mxWindow.is() ) in setWindow()
170 mbIsVisible = mxWindow->isVisible(); in setWindow()
173 mxWindow, in setWindow()
176 maBounds = transformBounds( mxWindow->getPosSize() ); in setWindow()
177 mxWindow->addWindowListener( this ); in setWindow()
183 return mxWindow; in getWindow()
[all …]
/AOO42X/main/sd/source/ui/framework/factories/
H A DChildWindowPane.cxx114 mxWindow = NULL; in Hide()
127 if (mxWindow.is()) in disposing()
129 mxWindow->removeEventListener(this); in disposing()
142 if (mxWindow.is()) in GetWindow()
191 mxWindow = VCLUnoHelper::GetInterface(mpWindow); in GetWindow()
195 if (mxWindow.is()) in GetWindow()
196 mxWindow->addEventListener(this); in GetWindow()
209 if (mpWindow == NULL || ! mxWindow.is()) in getWindow()
235 if (rEvent.Source == mxWindow) in disposing()
239 mxWindow = NULL; in disposing()
H A DViewShellWrapper.cxx62 mxWindow(rxWindow) in ViewShellWrapper()
89 Reference<awt::XWindow> xWindow (mxWindow); in disposing()
92 OSL_TRACE("removing ViewShellWrapper %x from window listener at %x", this, mxWindow.get()); in disposing()
142 Reference<awt::XWindow> xWindow (mxWindow); in relocateToAnchor()
145 mxWindow = NULL; in relocateToAnchor()
258 if (rEvent.Source == mxWindow) in disposing()
259 mxWindow = NULL; in disposing()
H A DPane.cxx50 mxWindow(VCLUnoHelper::GetInterface(pWindow)) in Pane()
66 mxWindow = NULL; in disposing()
75 if (mxWindow.is()) in GetWindow()
88 mxWindow = VCLUnoHelper::GetInterface(mpWindow); in SetWindow()
101 return mxWindow; in getWindow()
H A DFullScreenPane.cxx99 mxWindow = VCLUnoHelper::GetInterface(mpWindow); in FullScreenPane()
219 ::Window* pWindow = VCLUnoHelper::GetWindow(mxWindow); in CreateCanvas()
229 aArg[4] = makeAny(mxWindow); in CreateCanvas()
/AOO42X/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx156 mxWindow(), in PresenterCanvas()
178 mxWindow(rxWindow), in PresenterCanvas()
184 if (mxWindow.is()) in PresenterCanvas()
185 mxWindow->addWindowListener(this); in PresenterCanvas()
204 if (mxWindow.is()) in disposing()
205 mxWindow->removeWindowListener(this); in disposing()
244 if ( ! (rArguments[4] >>= mxWindow)) in initialize()
255 if (mxWindow.is()) in initialize()
256 mxWindow->addWindowListener(this); in initialize()
261 mxWindow = NULL; in initialize()
[all …]
/AOO42X/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx198 mxWindow( VCLUnoHelper::GetInterface( &rOutputWindow ), uno::UNO_QUERY_THROW ), in SlideShowView()
199 mxWindowPeer( mxWindow, uno::UNO_QUERY_THROW ), in SlideShowView()
225 if( mxWindow.is() ) in dispose()
227 mxWindow->removeWindowListener( this ); in dispose()
228 mxWindow->removeMouseListener( this ); in dispose()
231 mxWindow->removeMouseMotionListener( this ); in dispose()
235 mxWindow.clear(); in dispose()
433 if( !mbIsMouseMotionListener && mxWindow.is() ) in addMouseMotionListener()
438 mxWindow->addMouseMotionListener( this ); in addMouseMotionListener()
472 if( mxWindow.is() ) in getCanvasArea()
[all …]
/AOO42X/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx160 , mxWindow (peer, uno::UNO_QUERY) in WindowImpl()
188 if ( mxWindow.is() ) in wrapperGone()
190 uno::Reference< lang::XComponent > xComp( mxWindow, uno::UNO_QUERY ); in wrapperGone()
191 mxWindow.clear (); in wrapperGone()
200 if (mxWindow.is ()) in disposing()
201 mxWindow.clear (); in disposing()
222 uno::Reference <awt::XWindow> ref (mxWindow, uno::UNO_QUERY); in redraw()
334 return mpImpl->mxWindow; in GetPeer()
607 if ( !getImpl()->mxWindow.is() ) in Enable()
609 getImpl()->mxWindow->setEnable( bEnable ); in Enable()
[all …]
H A Dwcontainer.cxx153 uno::Reference< awt::XLayoutConstrains > xChild( pImpl->mxWindow, in Add()
198 uno::Reference< awt::XLayoutConstrains > xChild( pImpl->mxWindow, in Add()
H A Dwfield.cxx635 mxWindow->removeMouseListener (this); in SetDoubleClickHdl()
637 mxWindow->addMouseListener (this); in SetDoubleClickHdl()
/AOO42X/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx97 mxWindow = ::VCLUnoHelper::GetInterface (pSdWindow); in AccessibleDocumentViewBase()
120 mxWindow->addWindowListener (this); in Init()
122 mxWindow->addFocusListener (this); in Init()
565 if (mxWindow.is()) in impl_dispose()
567 mxWindow->removeWindowListener (this); in impl_dispose()
568 mxWindow->removeFocusListener (this); in impl_dispose()
569 mxWindow = NULL; in impl_dispose()
704 if (e.Source == mxWindow) in focusGained()
712 if (e.Source == mxWindow) in focusLost()
/AOO42X/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx68 mxWindow = pVCLXindow; in DBG_NAME()
141 …if ( pEvent && pEvent->ISA( VclWindowEvent ) && mxWindow.is() /* #122218# */ && (pEvent->GetId() !… in IMPL_LINK()
157 if ( pEvent && pEvent->ISA( VclWindowEvent ) && mxWindow.is() /* #i68079# */ ) in IMPL_LINK()
227 mxWindow.clear(); in ProcessWindowEvent()
432 mxWindow.clear(); in disposing()
874 …if ( mxWindow.is() && xStates.is() && xStates->contains( accessibility::AccessibleStateType::FOCUS… in grabFocus()
875 mxWindow->setFocus(); in grabFocus()
/AOO42X/main/toolkit/source/layout/core/
H A Droot.hxx80 css::uno::Reference< css::awt::XWindow > mxWindow; member in layoutimpl::LayoutRoot
98 mxWindow = css::uno::Reference< css::awt::XWindow >( xPeer, css::uno::UNO_QUERY ); in setWindow()
/AOO42X/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx1010 mxWindow.set( xControl->getPeer(), uno::UNO_QUERY_THROW ); in UserFormGeometryHelper()
1012 mxUnitConv.set( mxWindow, uno::UNO_QUERY_THROW ); in UserFormGeometryHelper()
1123 if( const Window* pWindow = VCLUnoHelper::GetWindow( mxWindow ) ) in implGetSize()
1147 if( const Window* pWindow = VCLUnoHelper::GetWindow( mxWindow ) ) in implSetSize()
1152 awt::Rectangle aInnerRect = mxWindow->getPosSize(); in implSetSize()
/AOO42X/main/sd/source/ui/inc/framework/
H A DPane.hxx152 ::com::sun::star::uno::Reference<com::sun::star::awt::XWindow> mxWindow;

12