Lines Matching refs:ONavigationBarPeer

180ONavigationBarPeer* pPeer = ONavigationBarPeer::Create( maContext.getLegacyServiceFactory(), pPare…  in createPeer()
269 DBG_NAME( ONavigationBarPeer ) in DBG_NAME() argument
271 ONavigationBarPeer* ONavigationBarPeer::Create( const Reference< XMultiServiceFactory >& _rxORB, in DBG_NAME()
277 ONavigationBarPeer* pPeer = new ONavigationBarPeer( _rxORB ); in DBG_NAME()
306 ONavigationBarPeer::ONavigationBarPeer( const Reference< XMultiServiceFactory >& _rxORB ) in ONavigationBarPeer() function in frm::ONavigationBarPeer
309 DBG_CTOR( ONavigationBarPeer, NULL ); in ONavigationBarPeer()
313 ONavigationBarPeer::~ONavigationBarPeer() in ~ONavigationBarPeer()
315 DBG_DTOR( ONavigationBarPeer, NULL ); 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()
325 void SAL_CALL ONavigationBarPeer::dispose( ) throw( RuntimeException ) in IMPLEMENT_FORWARD_XINTERFACE2()
332 …void SAL_CALL ONavigationBarPeer::setProperty( const ::rtl::OUString& _rPropertyName, const Any& _… in setProperty()
413 …Any SAL_CALL ONavigationBarPeer::getProperty( const ::rtl::OUString& _rPropertyName ) throw( Runti… in getProperty()
457 void ONavigationBarPeer::interceptorsChanged( ) in interceptorsChanged()
467 void ONavigationBarPeer::featureStateChanged( sal_Int16 _nFeatureId, sal_Bool _bEnabled ) in featureStateChanged()
495 void ONavigationBarPeer::allFeatureStatesChanged( ) in allFeatureStatesChanged()
507 bool ONavigationBarPeer::isEnabled( sal_Int16 _nFeatureId ) const in isEnabled()
509 if ( const_cast< ONavigationBarPeer* >( this )->isDesignMode() ) in isEnabled()
516 void SAL_CALL ONavigationBarPeer::setDesignMode( sal_Bool _bOn ) throw( RuntimeException ) in setDesignMode()
528 …void SAL_CALL ONavigationBarPeer::disposing( const EventObject& _rSource ) throw (RuntimeException) in disposing()
535 void ONavigationBarPeer::getSupportedFeatures( ::std::vector< sal_Int16 >& _rFeatureIds ) in getSupportedFeatures()