Home
last modified time | relevance | path

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

12

/aoo4110/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx92 mxWindow(), in PresenterScrollBar()
169 if (mxWindow.is()) in disposing()
177 mxWindow = NULL; in disposing()
190 if (mxWindow.is()) in SetVisible()
199 if (mxWindow.is()) in SetPosSize()
201 mxWindow->setPosSize( in SetPosSize()
387 OSL_ASSERT(mxWindow.is()); in Paint()
461 if (mxWindow.is()) in windowPaint()
584 if (rEvent.Source == mxWindow) in disposing()
585 mxWindow = NULL; in disposing()
[all …]
H A DPresenterSlidePreview.cxx68 mxWindow(), in PresenterSlidePreview()
82 mxWindow = rxAnchorPane->getWindow(); in PresenterSlidePreview()
85 if (mxWindow.is()) in PresenterSlidePreview()
88 mxWindow->addPaintListener(this); in PresenterSlidePreview()
94 mxWindow->setVisible(sal_True); in PresenterSlidePreview()
123 if (mxWindow.is()) in disposing()
127 mxWindow = NULL; in disposing()
212 if (mxWindow.is()) in windowPaint()
228 if (rEvent.Source == mxWindow) in disposing()
230 mxWindow = NULL; in disposing()
[all …]
H A DPresenterButton.cxx111 mxWindow(), in PresenterButton()
150 mxWindow->setVisible(sal_True); in PresenterButton()
152 mxWindow->addPaintListener(this); in PresenterButton()
153 mxWindow->addMouseListener(this); in PresenterButton()
181 if (mxWindow.is()) in disposing()
188 mxWindow = NULL; in disposing()
204 mxWindow->setPosSize( in SetCenter()
242 mxWindow); in SetCanvas()
313 if (mxWindow.is() && mxCanvas.is()) in windowPaint()
428 if (rEvent.Source == mxWindow) 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()
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()
222 mxWindow->removePaintListener(this); in disposing()
[all …]
H A DPresenterToolBar.cxx409 mxWindow(rxWindow), in PresenterToolBar()
469 if (mxWindow.is()) in disposing()
475 mxWindow = NULL; in disposing()
511 mxWindow, in InvalidateArea()
583 return mxWindow; in GetWindow()
603 mxWindow = NULL; in disposing()
970 if (mxWindow.is()) in CalculatePartSize()
1165 mxWindow(), in PresenterToolBarView()
1182 mxWindow, in PresenterToolBarView()
1223 if (mxWindow.is()) in disposing()
[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()
162 if (mxWindow.is()) in LateInit()
163 mxWindow->setVisible(sal_True); in LateInit()
221 if (mxWindow.is()) in disposing()
223 mxWindow->removePaintListener(this); in disposing()
224 mxWindow->removeMouseListener(this); in disposing()
227 mxWindow = NULL; in disposing()
[all …]
H A DPresenterSlideSorter.cxx276 mxWindow(), in PresenterSlideSorter()
317 mxWindow = mxPane->getWindow(); in PresenterSlideSorter()
337 mxWindow, in PresenterSlideSorter()
344 mxWindow, in PresenterSlideSorter()
351 mxWindow, in PresenterSlideSorter()
387 mxWindow, in PresenterSlideSorter()
471 if (mxWindow.is()) in disposing()
498 mxWindow = NULL; in disposing()
755 mxWindow, in setCurrentPage()
763 mxWindow, in setCurrentPage()
[all …]
H A DPresenterClock.cxx275 mxWindow(), in PresenterClock()
305 mxWindow = mxPane->getWindow(); in PresenterClock()
306 if (mxWindow.is()) in PresenterClock()
314 mxWindow->setVisible(sal_True); in PresenterClock()
351 if (mxWindow.is()) in disposing()
353 mxWindow->removePaintListener(this); in disposing()
356 mxWindow = NULL; in disposing()
397 if (rEventObject.Source == mxWindow) in disposing()
399 mxWindow = NULL; in disposing()
531 if (mxWindow.is() && mxCanvas.is()) in Resize()
[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
/aoo4110/main/canvas/inc/canvas/base/
H A Dbufferedgraphicdevicebase.hxx99 mxWindow(), in BufferedGraphicDeviceBase()
163 if( mxWindow.is() ) in setWindow()
166 mxWindow = rWindow; in setWindow()
168 if( mxWindow.is() ) in setWindow()
173 mxWindow, in setWindow()
183 return mxWindow; in getWindow()
198 if( mxWindow.is() ) in disposing()
201 mxWindow.clear(); in disposing()
215 mxWindow ); in transformBounds()
246 if( Source.Source == mxWindow ) in disposing()
[all …]
/aoo4110/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.cxx101 mxWindow = VCLUnoHelper::GetInterface(mpWindow); in FullScreenPane()
237 ::Window* pWindow = VCLUnoHelper::GetWindow(mxWindow); in CreateCanvas()
247 aArg[4] = makeAny(mxWindow); in CreateCanvas()
/aoo4110/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()
255 if (mxWindow.is()) in initialize()
261 mxWindow = NULL; in initialize()
720 if (rEvent.Source == mxWindow) in disposing()
721 mxWindow = NULL; in disposing()
779 if (mxWindow.is()) in getSize()
[all …]
/aoo4110/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx212 mxWindowPeer( mxWindow, uno::UNO_QUERY_THROW ), in SlideShowView()
238 if( mxWindow.is() ) in dispose()
240 mxWindow->removeWindowListener( this ); in dispose()
241 mxWindow->removeMouseListener( this ); in dispose()
248 mxWindow.clear(); in dispose()
446 if( !mbIsMouseMotionListener && mxWindow.is() ) in addMouseMotionListener()
451 mxWindow->addMouseMotionListener( this ); in addMouseMotionListener()
485 if( mxWindow.is() ) in getCanvasArea()
486 return mxWindow->getPosSize(); in getCanvasArea()
650 mxWindow->addWindowListener( this ); in init()
[all …]
/aoo4110/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx163 , mxWindow (peer, uno::UNO_QUERY) in WindowImpl()
191 if ( mxWindow.is() ) in wrapperGone()
194 mxWindow.clear (); in wrapperGone()
203 if (mxWindow.is ()) in disposing()
204 mxWindow.clear (); in disposing()
346 return mpImpl->mxWindow; in GetPeer()
616 if ( !getImpl().mxWindow.is() ) in Enable()
623 if ( !getImpl().mxWindow.is() ) in Show()
637 if ( !getImpl().mxWindow.is() ) in GrabFocus()
639 getImpl().mxWindow->setFocus(); in GrabFocus()
[all …]
H A Dwcontainer.cxx153 uno::Reference< awt::XLayoutConstrains > xChild( rImpl.mxWindow, in Add()
198 uno::Reference< awt::XLayoutConstrains > xChild( rImpl.mxWindow, in Add()
H A Dwfield.cxx643 mxWindow->removeMouseListener (this); in SetDoubleClickHdl()
645 mxWindow->addMouseListener (this); in SetDoubleClickHdl()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sd/source/ui/inc/framework/
H A DPane.hxx152 ::com::sun::star::uno::Reference<com::sun::star::awt::XWindow> mxWindow;

Completed in 152 milliseconds

12