Home
last modified time | relevance | path

Searched refs:_xInterception (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/inc/
H A Dformcontroller.hxx537 …un::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterception>& _xInterception);
539 …un::star::uno::Reference< ::com::sun::star::frame::XDispatchProviderInterception>& _xInterception);
/trunk/main/svx/source/form/
H A Dformcontroller.cxx4240 …ormController::createInterceptor(const Reference< XDispatchProviderInterception > & _xInterception) in createInterceptor() argument
4250 if ((*aIter)->getIntercepted() == _xInterception) in createInterceptor()
4255 …nterceptionMultiplexer* pInterceptor = new DispatchInterceptionMultiplexer( _xInterception, this ); in createInterceptor()
4285 …ormController::deleteInterceptor(const Reference< XDispatchProviderInterception > & _xInterception) in deleteInterceptor() argument
4295 if ((*aIter)->getIntercepted() == _xInterception) in deleteInterceptor()