User: vg Date: 05/03/10 08:51:36 Modified: /dba/dbaccess/source/ui/inc/ genericcontroller.hxx
Log: INTEGRATION: CWS dba24 (1.32.20); FILE MERGED 2005/03/08 10:21:14 oj 1.32.20.3: RESYNC: (1.32-1.33); FILE MERGED 2005/02/03 13:52:13 oj 1.32.20.2: #i41913# release view if exception occured while loading 2005/02/03 08:11:07 fs 1.32.20.1: #i40468# +IsFeatureSupported File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: genericcontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/genericcontroller.hxx?r1=1.33&r2=1.34 Delta lines: +7 -0 ------------------- --- genericcontroller.hxx 1 Mar 2005 19:16:51 -0000 1.33 +++ genericcontroller.hxx 10 Mar 2005 16:51:33 -0000 1.34 @@ -325,6 +325,12 @@ sal_Int16 _nCommandGroup = ::com::sun::star::frame::CommandGroup::INTERNAL ); + /** returns <TRUE/> if the feature is supported, otherwise <FALSE/> + @param _nId + The ID of the feature. + */ + sal_Bool isFeatureSupported( sal_Int32 _nId ); + // gets the URL which the given id is assigned to ::com::sun::star::util::URL getURLForId(sal_Int32 _nId) const; @@ -396,6 +402,7 @@ void showError(const ::dbtools::SQLExceptionInfo& _rInfo); // temp virtual ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > getComponentWindow() const; + // if xListener is NULL the change will be forwarded to all listeners to the given ::com::sun::star::util::URL // if _bForceBroadcast is sal_True, the current feature state is broadcasted no matter if it is the same as the cached state #if defined(_MSC_VER) && (_MSC_VER >= 1310 ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
