Home
last modified time | relevance | path

Searched refs:unadvise (Results 1 – 11 of 11) sorted by relevance

/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx647 …impl_getMultiplexer()->unadvise( ::getCppuType(( const Reference< XWindowListener >*)0), xListener… in removeWindowListener()
656 …impl_getMultiplexer()->unadvise( ::getCppuType(( const Reference< XFocusListener >*)0), xListener … in removeFocusListener()
665 impl_getMultiplexer()->unadvise( ::getCppuType(( const Reference< XKeyListener >*)0), xListener ); in removeKeyListener()
674 …impl_getMultiplexer()->unadvise( ::getCppuType(( const Reference< XMouseListener >*)0), xListener … in removeMouseListener()
683 …impl_getMultiplexer()->unadvise( ::getCppuType(( const Reference< XMouseMotionListener >*)0), xLis… in removeMouseMotionListener()
692 …impl_getMultiplexer()->unadvise( ::getCppuType(( const Reference< XPaintListener >*)0), xListener … in removePaintListener()
H A Dmultiplexer.cxx259 void OMRCListenerMultiplexerHelper::unadvise( const Type& aType , in unadvise() function in unocontrols::OMRCListenerMultiplexerHelper
/trunk/main/udkapi/com/sun/star/lang/
H A DXConnectionPointContainer.idl96 // DocMerge from xml: method com::sun::star::lang::XConnectionPointContainer::unadvise
100 @see XConnectionPoint::unadvise
102 [oneway] void unadvise( [in] type aType,
H A DXConnectionPoint.idl170 // DocMerge from idl: method com::sun::star::lang::XConnectionPoint::unadvise
184 void unadvise( [in] com::sun::star::uno::XInterface xListener );
/trunk/main/UnoControls/source/controls/
H A DOConnectionPointHelper.cxx195 void SAL_CALL OConnectionPointHelper::unadvise( const Reference< XInterface >& xListener ) throw( R… in unadvise() function in unocontrols::OConnectionPointHelper
207 m_pContainerImplementation->unadvise( m_aInterfaceType, xListener ); in unadvise()
H A Dframecontrol.cxx293 void SAL_CALL FrameControl::unadvise( const Type& aType , in unadvise() function in unocontrols::FrameControl
297 m_aConnectionPointContainer.unadvise( aType, xListener ); in unadvise()
H A DOConnectionPointContainerHelper.cxx164 void SAL_CALL OConnectionPointContainerHelper::unadvise( const Type& aType , in unadvise() function in unocontrols::OConnectionPointContainerHelper
/trunk/main/UnoControls/source/inc/
H A DOConnectionPointContainerHelper.hxx227 virtual void SAL_CALL unadvise( const UNO3_TYPE& aType ,
H A DOConnectionPointHelper.hxx232 …virtual void SAL_CALL unadvise( const UNO3_REFERENCE< UNO3_XINTERFACE >& xListener ) throw( UNO3_R…
H A Dframecontrol.hxx400 virtual void SAL_CALL unadvise( const UNO3_TYPE& aType ,
/trunk/main/UnoControls/inc/
H A Dmultiplexer.hxx309 void unadvise( const UNO3_TYPE& aType ,

Completed in 47 milliseconds