Lines Matching refs:mxWindow
198 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()
473 return mxWindow->getPosSize(); in getCanvasArea()
637 mxWindow->addWindowListener( this ); in init()
638 mxWindow->addMouseListener( this ); in init()