Lines Matching refs:Window

78     Window* pWindow = (Window*) ::GetWindowLong( hWnd, 0 );  in MediaPlayerWndProc()
200 Window::Window( const uno::Reference< lang::XMultiServiceFactory >& rxMgr, Player& rPlayer ) : in Window() function in avmedia::win::Window
216 Window::~Window() in ~Window()
224 void Window::ImplLayoutVideoWindow() in ImplLayoutVideoWindow()
311 bool Window::create( const uno::Sequence< uno::Any >& rArguments ) in create()
395 void Window::processGraphEvent() in processGraphEvent()
402 void Window::updatePointer() in updatePointer()
423 void SAL_CALL Window::update( ) in update()
431 sal_Bool SAL_CALL Window::setZoomLevel( media::ZoomLevel eZoomLevel ) in setZoomLevel()
453 media::ZoomLevel SAL_CALL Window::getZoomLevel( ) in getZoomLevel()
461 void SAL_CALL Window::setPointerType( sal_Int32 nPointerType ) in setPointerType()
469 void SAL_CALL Window::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_… in setPosSize()
481 awt::Rectangle SAL_CALL Window::getPosSize() in getPosSize()
504 void SAL_CALL Window::setVisible( sal_Bool bVisible ) in setVisible()
520 void SAL_CALL Window::setEnable( sal_Bool bEnable ) in setEnable()
529 void SAL_CALL Window::setFocus( ) in setFocus()
538 void SAL_CALL Window::addWindowListener( const uno::Reference< awt::XWindowListener >& xListener ) in addWindowListener()
546 void SAL_CALL Window::removeWindowListener( const uno::Reference< awt::XWindowListener >& xListener… in removeWindowListener()
554 void SAL_CALL Window::addFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in addFocusListener()
562 void SAL_CALL Window::removeFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in removeFocusListener()
570 void SAL_CALL Window::addKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in addKeyListener()
578 void SAL_CALL Window::removeKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in removeKeyListener()
586 void SAL_CALL Window::addMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in addMouseListener()
594 void SAL_CALL Window::removeMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in removeMouseListener()
602 void SAL_CALL Window::addMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xL… in addMouseMotionListener()
610 void SAL_CALL Window::removeMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >&… in removeMouseMotionListener()
618 void SAL_CALL Window::addPaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in addPaintListener()
626 void SAL_CALL Window::removePaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in removePaintListener()
634 void SAL_CALL Window::dispose( ) in dispose()
641 void SAL_CALL Window::addEventListener( const uno::Reference< lang::XEventListener >& xListener ) in addEventListener()
649 void SAL_CALL Window::removeEventListener( const uno::Reference< lang::XEventListener >& xListener ) in removeEventListener()
657 void Window::fireMousePressedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMousePressedEvent()
672 void Window::fireMouseReleasedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMouseReleasedEvent()
687 void Window::fireMouseMovedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMouseMovedEvent()
702 void Window::fireSetFocusEvent( const ::com::sun::star::awt::FocusEvent& rEvt ) in fireSetFocusEvent()
717 ::rtl::OUString SAL_CALL Window::getImplementationName( ) in getImplementationName()
725 sal_Bool SAL_CALL Window::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
733 uno::Sequence< ::rtl::OUString > SAL_CALL Window::getSupportedServiceNames( ) in getSupportedServiceNames()