INTEGRATION: CWS dba24 (1.23.44); FILE MERGED

2005/02/21 13:32:10 oj 1.23.44.2: RESYNC: (1.23-1.24); FILE MERGED
2005/02/10 12:57:02 fs 1.23.44.1: #i42407# hasValidDataSourceSignature: care for forms embedded in DB documents
This commit is contained in:
Vladimir Glazounov 2005-03-10 16:00:57 +00:00
parent 96feef6d37
commit a70a5c4549

View File

@ -2,9 +2,9 @@
* *
* $RCSfile: propcontroller.hxx,v $ * $RCSfile: propcontroller.hxx,v $
* *
* $Revision: 1.24 $ * $Revision: 1.25 $
* *
* last change: $Author: vg $ $Date: 2005-02-17 11:12:25 $ * last change: $Author: vg $ $Date: 2005-03-10 17:00:57 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -501,7 +501,8 @@ namespace pcr
the form to check. Must not be <NULL/>. the form to check. Must not be <NULL/>.
*/ */
bool hasValidDataSourceSignature( bool hasValidDataSourceSignature(
const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& _rxForm const ::com::sun::star::uno::Reference< ::com::sun::star::form::XForm >& _rxForm,
bool _bAllowEmptyDataSourceName
) SAL_THROW(()); ) SAL_THROW(());
sal_uInt32 GetPropertyPos(const ::rtl::OUString& _rPropName); sal_uInt32 GetPropertyPos(const ::rtl::OUString& _rPropName);