Update ooo320-m1
[ooovba.git] / svx / inc / dbexch.hrc
blobf0b138b67045b22d5328e284c5240c46a388dd60
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: dbexch.hrc,v $
10  * $Revision: 1.3 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _SVX_DBEXCH_HRC
31 #define _SVX_DBEXCH_HRC
33 // Format zum Uebertragen von Daten aus dem DatenbankBrowser
34 // Format: "Datenbankname";"Tabellen/QueryName"; 1/0(fuer Tabelle/Abfrage);  SQL-Statement;Selektionsliste
35 // Name der Tabelle kann leer sein
36 // Feldtrenner ist "ASCII 11"   !!!!
37 // Selektionsliste:""                           // alle selektiert
38 //                                 | "1;2;...n"         // Selektierte Saetze, Start bei 1
39 #define SBA_DATAEXCHANGE_FORMAT "SBA-DATAFORMAT"
41 // Feldtrenner ist "ASCII 11"   !!!!
42 // Format zum Uebertragen von Feldname aus dem DatenbankBrowser
43 // "Datenbankname";"Tabellen/QueryName";0(Tabelle) / 1(Abfrage) / 2(SQL) / 3(NATIVE_SQL);"Feldname"
44 #define SBA_FIELDEXCHANGE_FORMAT "SBA-FIELDFORMAT"
46 // Feldtrenner ist "ASCII 11"   !!!!
47 // Format zum Uebertragen von Feldinhalten aus dem DatenbankBrowser
48 // "Datenbankname";"Tabellen/QueryName";1/0(fuer Tabelle/Abfrage);"Feldname";"FeldInhalt"
49 #define SBA_FIELDDATAEXCHANGE_FORMAT "SBA-FIELDDATAFORMAT"
51 // Office-internes Format (entspricht der private-URL )
52 // Wird vom Writer und Calc benutzt, wenn Explorer-Contents gedraggt werden
53 #define SBA_PRIVATEURL_EXCHANGE_FORMAT "SBA-PRIVATEURLFORMAT"
55 // SBA-internes Format fuer das erzeugen von Joins in der RelationsShell
56 #define SBA_JOIN_EXCHANGE_FORMAT "SBA-JOINFORMAT"
59 #endif  // _SVX_DBEXCH_HRC