/aoo42x/main/udkapi/com/sun/star/lang/ |
H A D | XConnectionPointContainer.idl | 76 // DocMerge from xml: method com::sun::star::lang::XConnectionPointContainer::advise 84 <p>Use this method instead of the advise method at the 89 @see XConnectionPoint::advise 91 [oneway] void advise( [in] type aType, 98 advise at the container or at the suitable connection point.
|
H A D | XConnectionPoint.idl | 84 <member>XConnectionPoint::advise()</member>. </p> 140 // DocMerge from idl: method com::sun::star::lang::XConnectionPoint::advise 152 specifies the listener interface on the client's advise sink. 164 void advise( [in] com::sun::star::uno::XInterface xListener ) 171 /** terminates a notification previously set up with advise. 180 specifies the listener interface on the client's advise sink.
|
H A D | ListenerExistException.idl | 38 /** is thrown by the <member>XConnectionPoint::advise</member> method
|
/aoo42x/main/UnoControls/source/base/ |
H A D | basecontrol.cxx | 593 impl_getMultiplexer()->advise( ::getCppuType(( const Reference< XWindowListener >*)0), xListener ); in addWindowListener() 602 impl_getMultiplexer()->advise( ::getCppuType(( const Reference< XFocusListener >*)0), xListener ); in addFocusListener() 611 impl_getMultiplexer()->advise( ::getCppuType(( const Reference< XKeyListener >*)0), xListener ); in addKeyListener() 620 impl_getMultiplexer()->advise( ::getCppuType(( const Reference< XMouseListener >*)0), xListener ); in addMouseListener() 629 …impl_getMultiplexer()->advise( ::getCppuType(( const Reference< XMouseMotionListener >*)0), xListe… in addMouseMotionListener() 638 impl_getMultiplexer()->advise( ::getCppuType(( const Reference< XPaintListener >*)0), xListener ); in addPaintListener()
|
H A D | multiplexer.cxx | 241 void OMRCListenerMultiplexerHelper::advise( const Type& aType , in advise() function in unocontrols::OMRCListenerMultiplexerHelper
|
/aoo42x/main/UnoControls/source/controls/ |
H A D | OConnectionPointHelper.cxx | 160 void SAL_CALL OConnectionPointHelper::advise( const Reference< XInterface >& xListener ) throw( Lis… in advise() function in unocontrols::OConnectionPointHelper 186 m_pContainerImplementation->advise( m_aInterfaceType, xListener ); in advise()
|
H A D | framecontrol.cxx | 282 void SAL_CALL FrameControl::advise( const Type& aType , in advise() function in unocontrols::FrameControl 286 m_aConnectionPointContainer.advise( aType, xListener ); in advise()
|
H A D | OConnectionPointContainerHelper.cxx | 153 void SAL_CALL OConnectionPointContainerHelper::advise( const Type& aType , in advise() function in unocontrols::OConnectionPointContainerHelper
|
/aoo42x/main/UnoControls/source/inc/ |
H A D | OConnectionPointContainerHelper.hxx | 211 virtual void SAL_CALL advise( const UNO3_TYPE& aType ,
|
H A D | OConnectionPointHelper.hxx | 215 …virtual void SAL_CALL advise( const UNO3_REFERENCE< UNO3_XINTERFACE >& xListener ) throw( UNO3_LIS…
|
H A D | framecontrol.hxx | 384 virtual void SAL_CALL advise( const UNO3_TYPE& aType ,
|
/aoo42x/main/UnoControls/inc/ |
H A D | multiplexer.hxx | 293 void advise( const UNO3_TYPE& aType ,
|
/aoo42x/main/oox/source/token/ |
H A D | tokens.txt | 485 advise
|