diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-03-19 15:20:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-03-19 15:20:16 +0000 |
commit | d49c28cc3edd15267cf3d53df7d6c968f8ff07ad (patch) | |
tree | 5bed87db0d44ca8cd241bfb65432936c1a904640 | |
parent | 06bba3c5f27d4123138fe3cdf52f59ea1bfa57da (diff) |
INTEGRATION: CWS sab008 (1.4.208); FILE MERGED
2004/01/29 11:24:39 sab 1.4.208.2: #76694#; FromSelection has to be in DatabaseRange service instead of DatabaseRangeImportDescriptor Service
2004/01/23 12:46:16 sab 1.4.208.1: #76694#; add FromSelection; #111775# add IsNative
-rw-r--r-- | offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl b/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl index 67aeb36e3876..2ce63da427eb 100644 --- a/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl +++ b/offapi/com/sun/star/sheet/DatabaseImportDescriptor.idl @@ -2,9 +2,9 @@ * * $RCSfile: DatabaseImportDescriptor.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:49 $ + * last change: $Author: obo $ $Date: 2004-03-19 16:20:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -101,6 +101,17 @@ service DatabaseImportDescriptor */ [property] string SourceObject; + //------------------------------------------------------------------------- + + /** specifies whether the SQL statement is given directly to the database + or is parsed before. + + @since #111775# + + */ + [optional, property] boolean IsNative; + + }; //============================================================================= |