Searched refs:unadvise (Results 1 – 11 of 11) sorted by relevance
/trunk/main/UnoControls/source/base/ |
H A D | basecontrol.cxx | 647 …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 D | multiplexer.cxx | 259 void OMRCListenerMultiplexerHelper::unadvise( const Type& aType , in unadvise() function in unocontrols::OMRCListenerMultiplexerHelper
|
/trunk/main/udkapi/com/sun/star/lang/ |
H A D | XConnectionPointContainer.idl | 96 // DocMerge from xml: method com::sun::star::lang::XConnectionPointContainer::unadvise 100 @see XConnectionPoint::unadvise 102 [oneway] void unadvise( [in] type aType,
|
H A D | XConnectionPoint.idl | 170 // 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 D | OConnectionPointHelper.cxx | 195 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 D | framecontrol.cxx | 293 void SAL_CALL FrameControl::unadvise( const Type& aType , in unadvise() function in unocontrols::FrameControl 297 m_aConnectionPointContainer.unadvise( aType, xListener ); in unadvise()
|
H A D | OConnectionPointContainerHelper.cxx | 164 void SAL_CALL OConnectionPointContainerHelper::unadvise( const Type& aType , in unadvise() function in unocontrols::OConnectionPointContainerHelper
|
/trunk/main/UnoControls/source/inc/ |
H A D | OConnectionPointContainerHelper.hxx | 227 virtual void SAL_CALL unadvise( const UNO3_TYPE& aType ,
|
H A D | OConnectionPointHelper.hxx | 232 …virtual void SAL_CALL unadvise( const UNO3_REFERENCE< UNO3_XINTERFACE >& xListener ) throw( UNO3_R…
|
H A D | framecontrol.hxx | 400 virtual void SAL_CALL unadvise( const UNO3_TYPE& aType ,
|
/trunk/main/UnoControls/inc/ |
H A D | multiplexer.hxx | 309 void unadvise( const UNO3_TYPE& aType ,
|
Completed in 66 milliseconds