Lines Matching refs:BaseControl

75 BaseControl::BaseControl( const Reference< XMultiServiceFactory >& xFactory )  in BaseControl()  function in unocontrols::BaseControl
90 BaseControl::~BaseControl() in ~BaseControl()
98 Any SAL_CALL BaseControl::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
120 void SAL_CALL BaseControl::acquire() throw() in acquire()
133 void SAL_CALL BaseControl::release() throw() in release()
146 Sequence< Type > SAL_CALL BaseControl::getTypes() throw( RuntimeException ) in getTypes()
183 Sequence< sal_Int8 > SAL_CALL BaseControl::getImplementationId() throw( RuntimeException ) in getImplementationId()
215 void SAL_CALL BaseControl::setDelegator( const Reference< XInterface >& xDel ) throw( RuntimeExcept… in setDelegator()
226 Any SAL_CALL BaseControl::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()
257 OUString SAL_CALL BaseControl::getImplementationName() throw( RuntimeException ) in getImplementationName()
266 sal_Bool SAL_CALL BaseControl::supportsService( const OUString& sServiceName ) throw( RuntimeExcept… in supportsService()
284 Sequence< OUString > SAL_CALL BaseControl::getSupportedServiceNames() throw( RuntimeException ) in getSupportedServiceNames()
293 void SAL_CALL BaseControl::dispose() throw( RuntimeException ) in dispose()
322 void SAL_CALL BaseControl::addEventListener( const Reference< XEventListener >& xListener ) throw( … in addEventListener()
333 void SAL_CALL BaseControl::removeEventListener( const Reference< XEventListener >& xListener ) thro… in removeEventListener()
344 void SAL_CALL BaseControl::createPeer( const Reference< XToolkit >& xToolkit , in createPeer()
408 void SAL_CALL BaseControl::setContext( const Reference< XInterface >& xContext ) throw( RuntimeExce… in setContext()
419 void SAL_CALL BaseControl::setDesignMode( sal_Bool bOn ) throw( RuntimeException ) in setDesignMode()
430 Reference< XInterface > SAL_CALL BaseControl::getContext() throw( RuntimeException ) in getContext()
441 Reference< XWindowPeer > SAL_CALL BaseControl::getPeer() throw( RuntimeException ) in getPeer()
452 Reference< XView > SAL_CALL BaseControl::getView() throw( RuntimeException ) in getView()
463 sal_Bool SAL_CALL BaseControl::isDesignMode() throw( RuntimeException ) in isDesignMode()
474 sal_Bool SAL_CALL BaseControl::isTransparent() throw( RuntimeException ) in isTransparent()
483 void SAL_CALL BaseControl::setPosSize( sal_Int32 nX , in setPosSize()
527 void SAL_CALL BaseControl::setVisible( sal_Bool bVisible ) throw( RuntimeException ) in setVisible()
546 void SAL_CALL BaseControl::setEnable( sal_Bool bEnable ) throw( RuntimeException ) in setEnable()
565 void SAL_CALL BaseControl::setFocus() throw( RuntimeException ) in setFocus()
580 Rectangle SAL_CALL BaseControl::getPosSize() throw( RuntimeException ) in getPosSize()
591 void SAL_CALL BaseControl::addWindowListener( const Reference< XWindowListener >& xListener ) throw… in addWindowListener()
600 void SAL_CALL BaseControl::addFocusListener( const Reference< XFocusListener >& xListener ) throw( … in addFocusListener()
609 void SAL_CALL BaseControl::addKeyListener( const Reference< XKeyListener >& xListener ) throw( Runt… in addKeyListener()
618 void SAL_CALL BaseControl::addMouseListener( const Reference< XMouseListener >& xListener ) throw( … in addMouseListener()
627 void SAL_CALL BaseControl::addMouseMotionListener( const Reference< XMouseMotionListener >& xListen… in addMouseMotionListener()
636 void SAL_CALL BaseControl::addPaintListener( const Reference< XPaintListener >& xListener ) throw( … in addPaintListener()
645 void SAL_CALL BaseControl::removeWindowListener( const Reference< XWindowListener >& xListener ) th… in removeWindowListener()
654 void SAL_CALL BaseControl::removeFocusListener( const Reference< XFocusListener >& xListener ) thro… in removeFocusListener()
663 void SAL_CALL BaseControl::removeKeyListener( const Reference< XKeyListener >& xListener ) throw( R… in removeKeyListener()
672 void SAL_CALL BaseControl::removeMouseListener( const Reference< XMouseListener >& xListener ) thro… in removeMouseListener()
681 void SAL_CALL BaseControl::removeMouseMotionListener( const Reference< XMouseMotionListener >& xLi… in removeMouseMotionListener()
690 void SAL_CALL BaseControl::removePaintListener( const Reference< XPaintListener >& xListener ) thro… in removePaintListener()
699 void SAL_CALL BaseControl::draw( sal_Int32 nX , in draw()
715 sal_Bool SAL_CALL BaseControl::setGraphics( const Reference< XGraphics >& xDevice ) throw( RuntimeE… in setGraphics()
737 void SAL_CALL BaseControl::setZoom( float /*fZoomX*/ , in setZoom()
747 Reference< XGraphics > SAL_CALL BaseControl::getGraphics() throw( RuntimeException ) in getGraphics()
758 Size SAL_CALL BaseControl::getSize() throw( RuntimeException ) in getSize()
769 void SAL_CALL BaseControl::disposing( const EventObject& /*aSource*/ ) throw( RuntimeException ) in disposing()
793 void SAL_CALL BaseControl::windowPaint( const PaintEvent& /*aEvent*/ ) throw( RuntimeException ) in windowPaint()
808 void SAL_CALL BaseControl::windowResized( const WindowEvent& aEvent ) throw( RuntimeException ) in windowResized()
825 void SAL_CALL BaseControl::windowMoved( const WindowEvent& aEvent ) throw( RuntimeException ) in windowMoved()
842 void SAL_CALL BaseControl::windowShown( const EventObject& /*aEvent*/ ) throw( RuntimeException ) in windowShown()
850 void SAL_CALL BaseControl::windowHidden( const EventObject& /*aEvent*/ ) throw( RuntimeException ) in windowHidden()
859 const Sequence< OUString > BaseControl::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
869 const OUString BaseControl::impl_getStaticImplementationName() in impl_getStaticImplementationName()
878 const Reference< XMultiServiceFactory > BaseControl::impl_getMultiServiceFactory() in impl_getMultiServiceFactory()
887 const Reference< XWindow > BaseControl::impl_getPeerWindow() in impl_getPeerWindow()
896 const Reference< XGraphics > BaseControl::impl_getGraphicsPeer() in impl_getGraphicsPeer()
905 const sal_Int32& BaseControl::impl_getWidth() in impl_getWidth()
914 const sal_Int32& BaseControl::impl_getHeight() in impl_getHeight()
923 WindowDescriptor* BaseControl::impl_getWindowDescriptor( const Reference< XWindowPeer >& xParentPee… in impl_getWindowDescriptor()
945 void BaseControl::impl_paint( sal_Int32 /*nX*/ , in impl_paint()
958 void BaseControl::impl_recalcLayout( const WindowEvent& /*aEvent*/ ) in impl_recalcLayout()
968 Reference< XInterface > BaseControl::impl_getDelegator() in impl_getDelegator()
977 void BaseControl::impl_releasePeer() in impl_releasePeer()
1004 OMRCListenerMultiplexerHelper* BaseControl::impl_getMultiplexer() in impl_getMultiplexer()