User: kz Date: 2006/12/13 08:12:33 Modified: dba/connectivity/inc/connectivity/virtualdbtools.hxx
Log: INTEGRATION: CWS dba22ui (1.12.70); FILE MERGED 2006/12/05 09:46:52 fs 1.12.70.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former File Changes: Directory: /dba/connectivity/inc/connectivity/ ============================================== File [changed]: virtualdbtools.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/inc/connectivity/virtualdbtools.hxx?r1=1.12&r2=1.13 Delta lines: +2 -16 -------------------- --- virtualdbtools.hxx 10 Jul 2006 14:17:11 -0000 1.12 +++ virtualdbtools.hxx 13 Dec 2006 16:12:30 -0000 1.13 @@ -230,20 +230,6 @@ */ virtual sal_Bool canDelete(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxCursorSet) const = 0; - /** check if a specific property is enabled in the info sequence - @param _xProp - The datasource or a child of it. - @param _sProperty - The property to search in the info property of the data source. - @param _bDefault - This value will be returned, if the property doesn't exist in the data source. - @return - <TRUE/> if so otherwise <FALSE/> - */ - virtual sal_Bool isDataSourcePropertyEnabled(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xProp - ,const ::rtl::OUString& _sProperty, - sal_Bool _bDefault = sal_False) const = 0; - /** determines whether the given component is part of a document which is an embedded database document (such as a form) */ @@ -307,12 +293,12 @@ { public: virtual void parseNodeToStr(::rtl::OUString& _rString, - const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxMeta, + const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, const IParseContext* _pContext ) const = 0; virtual void parseNodeToPredicateStr(::rtl::OUString& _rString, - const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData >& _rxMeta, + const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, const ::com::sun::star::uno::Reference< ::com::sun::star::util::XNumberFormatter >& _rxFormatter, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxField, const ::com::sun::star::lang::Locale& _rIntl, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
