Searched refs:xInterception (Results 1 – 6 of 6) sorted by relevance
268 …XDispatchProviderInterception xInterception = UnoRuntime.queryInterface(XDispatchProviderIntercept… in checkInterceptorLifeTime() local270 xInterception.registerDispatchProviderInterceptor(xInterceptor); in checkInterceptorLifeTime()308 …XDispatchProviderInterception xInterception = UnoRuntime.queryInterface(XDispatchProviderIntercept… in checkInterception() local311 xInterception.registerDispatchProviderInterceptor(xInterceptor); in checkInterception()314 xInterception.releaseDispatchProviderInterceptor(xInterceptor); in checkInterception()
716 xInterception = pBibBeamer->getDispatchProviderInterception(); in BibInterceptorHelper()717 if( xInterception.is() ) in BibInterceptorHelper()718 xInterception->registerDispatchProviderInterceptor( this ); in BibInterceptorHelper()730 if ( xInterception.is() ) in ReleaseInterceptor()731 xInterception->releaseDispatchProviderInterceptor( this ); in ReleaseInterceptor()732 xInterception.clear(); in ReleaseInterceptor()
62 …:sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterception > xInterception;
881 uno::Reference< frame::XDispatchProviderInterception > xInterception( m_xFrame, uno::UNO_QUERY ); in GetDocFrame() local882 if ( xInterception.is() ) in GetDocFrame()896 xInterception->registerDispatchProviderInterceptor( m_xOutplaceInterceptor ); in GetDocFrame()898 xInterception->registerDispatchProviderInterceptor( m_pInterceptor ); in GetDocFrame()
1024 …Reference< XDispatchProviderInterception > xInterception(getBrowserView()->getGridControl(), UNO_Q… in addControlListeners() local1025 if (xInterception.is()) in addControlListeners()1026 …xInterception->registerDispatchProviderInterceptor(static_cast<XDispatchProviderInterceptor*>(this… in addControlListeners()1042 Reference< XDispatchProviderInterception > xInterception(_xGridControl, UNO_QUERY); in removeControlListeners() local1043 if (xInterception.is()) in removeControlListeners()1044 …xInterception->releaseDispatchProviderInterceptor(static_cast<XDispatchProviderInterceptor*>(this)… in removeControlListeners()
2488 Reference< XDispatchProviderInterception > xInterception( _rxControl, UNO_QUERY ); in implControlInserted() local2489 if ( xInterception.is() ) in implControlInserted()2490 createInterceptor( xInterception ); in implControlInserted()2526 Reference< XDispatchProviderInterception > xInterception( _rxControl, UNO_QUERY); in implControlRemoved() local2527 if ( xInterception.is() ) in implControlRemoved()2528 deleteInterceptor( xInterception ); in implControlRemoved()
Completed in 87 milliseconds