Home
last modified time | relevance | path

Searched refs:xInterception (Results 1 – 6 of 6) sorted by relevance

/trunk/main/framework/qa/complex/dispatches/
H A Dcheckdispatchapi.java268 …XDispatchProviderInterception xInterception = UnoRuntime.queryInterface(XDispatchProviderIntercept… in checkInterceptorLifeTime() local
270 xInterception.registerDispatchProviderInterceptor(xInterceptor); in checkInterceptorLifeTime()
308 …XDispatchProviderInterception xInterception = UnoRuntime.queryInterface(XDispatchProviderIntercept… in checkInterception() local
311 xInterception.registerDispatchProviderInterceptor(xInterceptor); in checkInterception()
314 xInterception.releaseDispatchProviderInterceptor(xInterceptor); in checkInterception()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx716 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()
H A Ddatman.hxx62 …:sun::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterception > xInterception;
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx881 uno::Reference< frame::XDispatchProviderInterception > xInterception( m_xFrame, uno::UNO_QUERY ); in GetDocFrame() local
882 if ( xInterception.is() ) in GetDocFrame()
896 xInterception->registerDispatchProviderInterceptor( m_xOutplaceInterceptor ); in GetDocFrame()
898 xInterception->registerDispatchProviderInterceptor( m_pInterceptor ); in GetDocFrame()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1024 …Reference< XDispatchProviderInterception > xInterception(getBrowserView()->getGridControl(), UNO_Q… in addControlListeners() local
1025 if (xInterception.is()) in addControlListeners()
1026xInterception->registerDispatchProviderInterceptor(static_cast<XDispatchProviderInterceptor*>(this… in addControlListeners()
1042 Reference< XDispatchProviderInterception > xInterception(_xGridControl, UNO_QUERY); in removeControlListeners() local
1043 if (xInterception.is()) in removeControlListeners()
1044xInterception->releaseDispatchProviderInterceptor(static_cast<XDispatchProviderInterceptor*>(this)… in removeControlListeners()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx2488 Reference< XDispatchProviderInterception > xInterception( _rxControl, UNO_QUERY ); in implControlInserted() local
2489 if ( xInterception.is() ) in implControlInserted()
2490 createInterceptor( xInterception ); in implControlInserted()
2526 Reference< XDispatchProviderInterception > xInterception( _rxControl, UNO_QUERY); in implControlRemoved() local
2527 if ( xInterception.is() ) in implControlRemoved()
2528 deleteInterceptor( xInterception ); in implControlRemoved()

Completed in 67 milliseconds