Home
last modified time | relevance | path

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

/AOO42X/main/forms/source/helper/ !
H A Dcontrolfeatureinterception.cxx47ControlFeatureInterception::ControlFeatureInterception( const Reference< XMultiServiceFactory >& _… in ControlFeatureInterception() function in frm::ControlFeatureInterception
53 …void SAL_CALL ControlFeatureInterception::registerDispatchProviderInterceptor( const Reference< XD… in registerDispatchProviderInterceptor()
76 …void SAL_CALL ControlFeatureInterception::releaseDispatchProviderInterceptor( const Reference< XDi… in releaseDispatchProviderInterceptor()
123 void ControlFeatureInterception::dispose() in dispose()
143 …Reference< XDispatch > ControlFeatureInterception::queryDispatch( const URL& _rURL, const ::rtl::O… in queryDispatch()
152 …Reference< XDispatch > ControlFeatureInterception::queryDispatch( const URL& _rURL ) SAL_THROW((Ru… in queryDispatch()
158 …Reference< XDispatch > ControlFeatureInterception::queryDispatch( const sal_Char* _pAsciiURL ) SAL… in queryDispatch()
H A Dformnavigation.cxx58 m_pFeatureInterception.reset( new ControlFeatureInterception( m_xORB ) ); in DBG_NAME()
/AOO42X/main/forms/source/inc/ !
H A Dcontrolfeatureinterception.hxx52 class ControlFeatureInterception class
65ControlFeatureInterception( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMulti…
H A Dformnavigation.hxx44 class ControlFeatureInterception;
72 ::std::auto_ptr< ControlFeatureInterception >
/AOO42X/main/forms/source/component/ !
H A Dclickableimage.hxx51 class ControlFeatureInterception;
190 ::std::auto_ptr< ControlFeatureInterception >
H A Dclickableimage.cxx93 m_pFeatureInterception.reset( new ControlFeatureInterception( _rxFactory ) ); in OClickableImageBaseControl()