INTEGRATION: CWS qwizards1 (1.4.146); FILE MERGED
2004/03/19 09:01:44 oj 1.4.146.1: #115937# call query wizard
This commit is contained in:
parent
abf71f8c44
commit
6b25c0e28c
1 changed files with 8 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: linkeddocuments.hxx,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2003-03-19 17:52:41 $
|
||||
* last change: $Author: kz $ $Date: 2004-05-19 13:55:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -123,6 +123,12 @@ namespace dbaui
|
|||
const String& _rObjectName,
|
||||
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection
|
||||
);
|
||||
sal_Bool newQueryWithPilot(
|
||||
const String& _rDataSourceName,
|
||||
const sal_Int32 _nCommandType,
|
||||
const String& _rObjectName,
|
||||
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection
|
||||
);
|
||||
|
||||
::rtl::OUString getLocation(const ::rtl::OUString& _rLinkName);
|
||||
|
||||
|
|
Loading…
Reference in a new issue