Lines Matching refs:mxWindow
211 mxWindow( VCLUnoHelper::GetInterface( &rOutputWindow ), uno::UNO_QUERY_THROW ), in SlideShowView()
212 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()
244 mxWindow->removeMouseMotionListener( 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()
651 mxWindow->addMouseListener( this ); in init()