Searched refs:OFormNavigationHelper (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/forms/source/helper/ |
H A D | formnavigation.cxx | 51 DBG_NAME( OFormNavigationHelper ) in DBG_NAME() argument 53 OFormNavigationHelper::OFormNavigationHelper( const Reference< XMultiServiceFactory >& _rxORB ) in DBG_NAME() 57 DBG_CTOR( OFormNavigationHelper, NULL ); in DBG_NAME() 62 OFormNavigationHelper::~OFormNavigationHelper() in ~OFormNavigationHelper() 64 DBG_DTOR( OFormNavigationHelper, NULL ); in ~OFormNavigationHelper() 75 void OFormNavigationHelper::interceptorsChanged( ) in interceptorsChanged() 87 void OFormNavigationHelper::allFeatureStatesChanged( ) in allFeatureStatesChanged() 161 void OFormNavigationHelper::updateDispatches() in updateDispatches() 206 void OFormNavigationHelper::connectDispatchers() in connectDispatchers() 238 void OFormNavigationHelper::disconnectDispatchers() in disconnectDispatchers() [all …]
|
/aoo42x/main/forms/source/component/ |
H A D | Button.cxx | 357 OFormNavigationHelper::getTypes() in _getTypes() 375 ,OFormNavigationHelper( _rxFactory ) in OButtonControl() 412 aReturn = OFormNavigationHelper::queryInterface( _rType ); in queryAggregation() 423 OFormNavigationHelper::dispose(); in disposing() 430 OFormNavigationHelper::disposing( _rSource ); in disposing() 735 OFormNavigationHelper::featureStateChanged( _nFeatureId, _bEnabled ); in featureStateChanged() 746 OFormNavigationHelper::allFeatureStatesChanged( ); in allFeatureStatesChanged() 756 return OFormNavigationHelper::isEnabled( _nFeatureId ); in isEnabled() 763 OFormNavigationHelper::registerDispatchProviderInterceptor( _rxInterceptor ); in registerDispatchProviderInterceptor() 770 OFormNavigationHelper::releaseDispatchProviderInterceptor( _rxInterceptor ); in releaseDispatchProviderInterceptor()
|
H A D | Button.hxx | 123 ,public OFormNavigationHelper
|
/aoo42x/main/forms/source/solar/component/ |
H A D | navbarcontrol.cxx | 307 :OFormNavigationHelper( _rxORB ) in ONavigationBarPeer() 319 IMPLEMENT_FORWARD_XINTERFACE2( ONavigationBarPeer, VCLXWindow, OFormNavigationHelper ) in IMPLEMENT_FORWARD_XINTERFACE2() argument 322 IMPLEMENT_FORWARD_XTYPEPROVIDER2( ONavigationBarPeer, VCLXWindow, OFormNavigationHelper ) in IMPLEMENT_FORWARD_XINTERFACE2() 328 OFormNavigationHelper::dispose(); in IMPLEMENT_FORWARD_XINTERFACE2() 463 OFormNavigationHelper::interceptorsChanged(); in interceptorsChanged() 491 OFormNavigationHelper::featureStateChanged( _nFeatureId, _bEnabled ); in featureStateChanged() 503 OFormNavigationHelper::allFeatureStatesChanged( ); in allFeatureStatesChanged() 512 return OFormNavigationHelper::isEnabled( _nFeatureId ); in isEnabled() 531 OFormNavigationHelper::disposing( _rSource ); in disposing()
|
H A D | navbarcontrol.hxx | 97 ,public OFormNavigationHelper
|
/aoo42x/main/forms/source/inc/ |
H A D | formnavigation.hxx | 53 class OFormNavigationHelper class 85 …OFormNavigationHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServi… 86 virtual ~OFormNavigationHelper();
|
Completed in 26 milliseconds