Lines Matching refs:RuntimeException

98 Any SAL_CALL BaseControl::queryInterface( const Type& rType ) throw( RuntimeException )  in queryInterface()
146 Sequence< Type > SAL_CALL BaseControl::getTypes() throw( RuntimeException ) in getTypes()
183 Sequence< sal_Int8 > SAL_CALL BaseControl::getImplementationId() throw( RuntimeException ) in getImplementationId()
215 …SAL_CALL BaseControl::setDelegator( const Reference< XInterface >& xDel ) throw( RuntimeException ) 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 …ool SAL_CALL BaseControl::supportsService( const OUString& sServiceName ) throw( RuntimeException ) in supportsService()
284 Sequence< OUString > SAL_CALL BaseControl::getSupportedServiceNames() throw( RuntimeException ) in getSupportedServiceNames()
293 void SAL_CALL BaseControl::dispose() throw( RuntimeException ) in dispose()
322 …Control::addEventListener( const Reference< XEventListener >& xListener ) throw( RuntimeException ) in addEventListener()
333 …trol::removeEventListener( const Reference< XEventListener >& xListener ) throw( RuntimeException ) in removeEventListener()
345 const Reference< XWindowPeer >& xParentPeer ) throw( RuntimeException ) in createPeer()
408 …L_CALL BaseControl::setContext( const Reference< XInterface >& xContext ) throw( RuntimeException ) 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()
487 sal_Int16 nFlags ) throw( RuntimeException ) 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 …ntrol::addWindowListener( const Reference< XWindowListener >& xListener ) throw( RuntimeException ) in addWindowListener()
600 …Control::addFocusListener( const Reference< XFocusListener >& xListener ) throw( RuntimeException ) in addFocusListener()
609 …BaseControl::addKeyListener( const Reference< XKeyListener >& xListener ) throw( RuntimeException ) in addKeyListener()
618 …Control::addMouseListener( const Reference< XMouseListener >& xListener ) throw( RuntimeException ) in addMouseListener()
627 …MouseMotionListener( const Reference< XMouseMotionListener >& xListener ) throw( RuntimeException ) in addMouseMotionListener()
636 …Control::addPaintListener( const Reference< XPaintListener >& xListener ) throw( RuntimeException ) in addPaintListener()
645 …ol::removeWindowListener( const Reference< XWindowListener >& xListener ) throw( RuntimeException ) in removeWindowListener()
654 …trol::removeFocusListener( const Reference< XFocusListener >& xListener ) throw( RuntimeException ) in removeFocusListener()
663 …eControl::removeKeyListener( const Reference< XKeyListener >& xListener ) throw( RuntimeException ) in removeKeyListener()
672 …trol::removeMouseListener( const Reference< XMouseListener >& xListener ) throw( RuntimeException ) in removeMouseListener()
681 …MouseMotionListener( const Reference< XMouseMotionListener >& xListener ) throw( RuntimeException ) in removeMouseMotionListener()
690 …trol::removePaintListener( const Reference< XPaintListener >& xListener ) throw( RuntimeException ) in removePaintListener()
700 sal_Int32 nY ) throw( RuntimeException ) in draw()
715 …AL_CALL BaseControl::setGraphics( const Reference< XGraphics >& xDevice ) throw( RuntimeException ) in setGraphics()
738 float /*fZoomY*/ ) throw( RuntimeException ) 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()