Lines Matching refs:ONavigationBarControl

51     static ::frm::OMultiInstanceAutoRegistration< ::frm::ONavigationBarControl > aAutoRegistration;  in createRegistryInfo_ONavigationBarControl()
102 DBG_NAME( ONavigationBarControl ) in DBG_NAME() argument
104 ONavigationBarControl::ONavigationBarControl( const Reference< XMultiServiceFactory >& _rxORB ) in DBG_NAME()
107 DBG_CTOR( ONavigationBarControl, NULL ); in DBG_NAME()
111 ONavigationBarControl::~ONavigationBarControl() in ~ONavigationBarControl()
113 DBG_DTOR( ONavigationBarControl, NULL ); in ~ONavigationBarControl()
117 … IMPLEMENT_FORWARD_XTYPEPROVIDER2( ONavigationBarControl, UnoControl, ONavigationBarControl_Base ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
120 …Any SAL_CALL ONavigationBarControl::queryAggregation( const Type& _rType ) throw ( RuntimeExceptio… in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
161 …void SAL_CALL ONavigationBarControl::createPeer( const Reference< XToolkit >& /*_rToolkit*/, const… in createPeer()
215 … ::rtl::OUString SAL_CALL ONavigationBarControl::getImplementationName() throw( RuntimeException ) in getImplementationName()
221 …Sequence< ::rtl::OUString > SAL_CALL ONavigationBarControl::getSupportedServiceNames() throw( Run… in getSupportedServiceNames()
227 ::rtl::OUString SAL_CALL ONavigationBarControl::getImplementationName_Static() in getImplementationName_Static()
233 Sequence< ::rtl::OUString > SAL_CALL ONavigationBarControl::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()
242 …Reference< XInterface > SAL_CALL ONavigationBarControl::Create( const Reference< XMultiServiceFact… in Create()
244 return *( new ONavigationBarControl( _rxFactory ) ); in Create()
248 …void SAL_CALL ONavigationBarControl::registerDispatchProviderInterceptor( const Reference< XDispat… in registerDispatchProviderInterceptor()
254 …void SAL_CALL ONavigationBarControl::releaseDispatchProviderInterceptor( const Reference< XDispatc… in releaseDispatchProviderInterceptor()
260 void SAL_CALL ONavigationBarControl::setDesignMode( sal_Bool _bOn ) throw( RuntimeException ) in setDesignMode()