Lines Matching refs:Window

38 Window::Window( const uno::Reference< lang::XMultiServiceFactory >& i_rxMgr, Player& i_rPlayer, NSV…  in Window()  function in avmedia::macavf::Window
78 Window::~Window() in ~Window()
86 bool Window::create( const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >& aArgument… in create()
93 bool Window::handleObservation( NSString* pKeyPath ) in handleObservation()
104 void SAL_CALL Window::update() in update()
110 sal_Bool SAL_CALL Window::setZoomLevel( media::ZoomLevel eZoomLevel ) in setZoomLevel()
118 media::ZoomLevel SAL_CALL Window::getZoomLevel( ) in getZoomLevel()
126 void SAL_CALL Window::setPointerType( sal_Int32 nPointerType ) in setPointerType()
135 void SAL_CALL Window::setPosSize( sal_Int32 X, sal_Int32 Y, sal_Int32 Width, sal_Int32 Height, sal_… in setPosSize()
153 awt::Rectangle SAL_CALL Window::getPosSize() in getPosSize()
168 void SAL_CALL Window::setVisible( sal_Bool bVisible ) in setVisible()
176 void SAL_CALL Window::setEnable( sal_Bool bEnable ) in setEnable()
184 void SAL_CALL Window::setFocus() in setFocus()
192 void SAL_CALL Window::addWindowListener( const uno::Reference< awt::XWindowListener >& xListener ) in addWindowListener()
200 void SAL_CALL Window::removeWindowListener( const uno::Reference< awt::XWindowListener >& xListener… in removeWindowListener()
208 void SAL_CALL Window::addFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in addFocusListener()
216 void SAL_CALL Window::removeFocusListener( const uno::Reference< awt::XFocusListener >& xListener ) in removeFocusListener()
224 void SAL_CALL Window::addKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in addKeyListener()
232 void SAL_CALL Window::removeKeyListener( const uno::Reference< awt::XKeyListener >& xListener ) in removeKeyListener()
240 void SAL_CALL Window::addMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in addMouseListener()
248 void SAL_CALL Window::removeMouseListener( const uno::Reference< awt::XMouseListener >& xListener ) in removeMouseListener()
256 void SAL_CALL Window::addMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >& xL… in addMouseMotionListener()
264 void SAL_CALL Window::removeMouseMotionListener( const uno::Reference< awt::XMouseMotionListener >&… in removeMouseMotionListener()
272 void SAL_CALL Window::addPaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in addPaintListener()
280 void SAL_CALL Window::removePaintListener( const uno::Reference< awt::XPaintListener >& xListener ) in removePaintListener()
290 void SAL_CALL Window::dispose( ) in dispose()
297 void SAL_CALL Window::addEventListener( const uno::Reference< lang::XEventListener >& xListener ) in addEventListener()
305 void SAL_CALL Window::removeEventListener( const uno::Reference< lang::XEventListener >& xListener ) in removeEventListener()
314 ::rtl::OUString SAL_CALL Window::getImplementationName( ) in getImplementationName()
322 sal_Bool SAL_CALL Window::supportsService( const ::rtl::OUString& ServiceName ) in supportsService()
330 uno::Sequence< ::rtl::OUString > SAL_CALL Window::getSupportedServiceNames( ) in getSupportedServiceNames()