summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-09-28 06:01:35 +0000
committerOliver Specht <os@openoffice.org>2001-09-28 06:01:35 +0000
commita707a4d2e5b5eb051c1781e5042bf15e29492da0 (patch)
tree2399d4b900c00c9ba48ca367afff3bf38ee084f4
parentddd76b4baaa959950e029a9f141778771dc28bf2 (diff)
#92528# Revision log removed, header replaced
-rw-r--r--sw/sdi/_basesh.sdi233
-rw-r--r--sw/sdi/_beziers.sdi99
-rw-r--r--sw/sdi/_docsh.sdi134
-rw-r--r--sw/sdi/_drwbase.sdi125
-rw-r--r--sw/sdi/_formsh.sdi80
-rw-r--r--sw/sdi/_frmsh.sdi144
-rw-r--r--sw/sdi/_grfsh.sdi116
-rw-r--r--sw/sdi/_listsh.sdi71
-rw-r--r--sw/sdi/_olesh.sdi97
-rw-r--r--sw/sdi/_tabsh.sdi71
-rw-r--r--sw/sdi/_textsh.sdi160
-rw-r--r--sw/sdi/_viewsh.sdi71
-rw-r--r--sw/sdi/basesh.sdi133
-rw-r--r--sw/sdi/beziersh.sdi106
-rw-r--r--sw/sdi/docsh.sdi139
-rw-r--r--sw/sdi/drawsh.sdi123
-rw-r--r--sw/sdi/drwbassh.sdi99
-rw-r--r--sw/sdi/drwtxtsh.sdi139
-rw-r--r--sw/sdi/formsh.sdi71
-rw-r--r--sw/sdi/frmsh.sdi113
-rw-r--r--sw/sdi/grfsh.sdi106
-rw-r--r--sw/sdi/listsh.sdi103
-rw-r--r--sw/sdi/olesh.sdi121
-rw-r--r--sw/sdi/switems.sdi60
-rw-r--r--sw/sdi/swriter.sdi60
-rw-r--r--sw/sdi/swslots.sdi123
-rw-r--r--sw/sdi/tabsh.sdi119
-rw-r--r--sw/sdi/textsh.sdi176
-rw-r--r--sw/sdi/viewsh.sdi155
-rw-r--r--sw/sdi/wbasesh.sdi90
-rw-r--r--sw/sdi/wbeziers.sdi86
-rw-r--r--sw/sdi/wdocsh.sdi116
-rw-r--r--sw/sdi/wdrwbase.sdi97
-rw-r--r--sw/sdi/wformsh.sdi71
-rw-r--r--sw/sdi/wfrmsh.sdi92
-rw-r--r--sw/sdi/wgrfsh.sdi92
-rw-r--r--sw/sdi/wlistsh.sdi93
-rw-r--r--sw/sdi/wolesh.sdi90
-rw-r--r--sw/sdi/wrtapp.sdi197
-rw-r--r--sw/sdi/wtabsh.sdi92
-rw-r--r--sw/sdi/wtextsh.sdi98
-rw-r--r--sw/sdi/wviewsh.sdi115
42 files changed, 2520 insertions, 2156 deletions
diff --git a/sw/sdi/_basesh.sdi b/sw/sdi/_basesh.sdi
index a3101954f026..c79bfdf5848f 100644
--- a/sw/sdi/_basesh.sdi
+++ b/sw/sdi/_basesh.sdi
@@ -1,15 +1,63 @@
-/*-----------------------------------------------------------------------
-
- $Workfile: _BASESH.SDI $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_basesh.sdi,v 1.6 2001-04-18 10:22:57 os Exp $
-
- Beschreibung: interface Base - gemeinsame Basisfunktionalitaet
- fuer SW und SW/WEB
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _basesh.sdi,v $
+ *
+ * $Revision: 1.7 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextSelection : Selection
[
@@ -480,164 +528,3 @@ interface BaseTextSelection : Selection
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2001/04/09 07:19:58 tl
- SID_GETUNDOSTRINGS and SID_GETREDOSTRINGS entries added
-
- Revision 1.3 2001/03/30 14:46:18 tl
- SID_CLIPBOARD_FORMAT_ITEMS entry added
-
- Revision 1.2 2001/03/30 12:00:08 os
- #85318# some old database functions removed/replaced
-
- Revision 1.1.1.1 2000/09/18 17:14:29 hr
- initial import
-
- Revision 1.46 2000/05/30 10:12:26 os
- unused slots removed
-
- Revision 1.45 2000/05/26 07:06:15 os
- old SW Basic API Slots removed
-
- Revision 1.44 2000/05/10 12:00:08 os
- Basic API removed
-
- Revision 1.43 1999/10/20 16:36:53 jp
- Bug #68106#: new slot for update all charts in a document
-
- Revision 1.42 1999/05/27 11:20:10 OS
- Einf?gen/Bearbeiten von Spalten ueberarbeitet
-
-
- Rev 1.41 27 May 1999 13:20:10 OS
- Einf?gen/Bearbeiten von Spalten ueberarbeitet
-
- Rev 1.40 15 Apr 1999 12:05:52 OS
- #64766# SID_IMAP: Toggle = FALSE;
-
- Rev 1.39 23 Mar 1999 12:15:30 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.38 12 Feb 1999 13:28:02 MA
- #61262# Zusaetzliche hidden functions in den Toolbars
-
- Rev 1.37 26 Jan 1999 14:21:38 OS
- #61140# neuer Slot fuer Felder-Update
-
- Rev 1.36 12 Nov 1998 17:29:12 MA
- #58677# Disable Flag
-
- Rev 1.35 11 Jun 1998 13:02:54 OM
- #49467# Rahmen in Inhalt-protecteten Parents nicht bearbeiten
-
- Rev 1.34 23 Apr 1998 12:29:24 OS
- PageLeft/Right/Top/BottomMargin #49761#
-
- Rev 1.33 25 Feb 1998 19:16:00 MA
- Aktualisieren erweitert
-
- Rev 1.32 29 Jan 1998 15:00:22 OM
- Am Zeichen verankern
-
- Rev 1.31 22 Jan 1998 17:40:30 OS
- SID_BACKGROUND_PATTERN entsorgt
-
- Rev 1.30 20 Nov 1997 14:02:42 OS
- StyleNew/UpdateByExample: FastCall wg. Basic #45671#
-
- Rev 1.29 11 Nov 1997 13:17:18 JP
- neu: NumRule-Vorlagen
-
- Rev 1.28 03 Sep 1997 09:30:54 MBA
- Interior in SVX
-
- Rev 1.27 02 Sep 1997 10:58:52 JP
- neu: UpdateAllLinks - uebers Basic alle Links updaten
-
- Rev 1.26 28 Aug 1997 12:38:32 MBA
- Neue Interface-Namen
-
- Rev 1.25 06 Aug 1997 13:38:42 OS
- ShowCursor geht wieder #42017#,#41945#
-
- Rev 1.24 25 Jul 1997 11:27:52 AMA
- Opt: GroupId und ConfigName aufgeraeumt
-
- Rev 1.23 23 Jul 1997 16:05:14 AMA
- Opt: ConfigName etc. aufgeraeumt
-
- Rev 1.22 18 Jul 1997 09:38:06 OM
- Fkts nicht exportieren
-
- Rev 1.21 16 Jul 1997 11:30:10 OM
- sid_gallery entfernt
-
- Rev 1.20 14 Jul 1997 14:37:12 OS
- Ableitung _Base:_Object #41369#
-
- Rev 1.19 08 Jul 1997 15:10:36 OS
- FN_SHOW_CURSOR
-
- Rev 1.18 01 Jul 1997 13:45:56 OS
- Inhalte aus dem Basic einfuegen
-
- Rev 1.17 27 Jun 1997 16:21:58 OS
- SID_JUMPTOMARK von der View an die BaseShell
-
- Rev 1.16 26 Jun 1997 09:44:48 OM
- Basic: Datenbank in Feldbefehlen ersetzen
-
- Rev 1.15 19 Jun 1997 13:32:22 MA
- State fuer galler
-
- Rev 1.14 17 Jun 1997 14:54:38 OM
- Methoden fuer ersetzen von Userfeldern
-
- Rev 1.13 13 Jun 1997 13:18:52 OM
- Benutzer- und Expression-Felder per Basic loeschen
-
- Rev 1.12 12 Jun 1997 15:32:34 JP
- Feld-Slots aus der TextShell in die BaseShell verschoben
-
- Rev 1.11 24 Apr 1997 14:40:00 JP
- neu: SetFixDateTimFields
-
- Rev 1.10 22 Apr 1997 14:03:42 OS
- Is/SetRegionPassword
-
- Rev 1.9 17 Apr 1997 15:44:14 AMA
- New: Rahmengebundene Rahmen
-
- Rev 1.8 15 Apr 1997 12:00:30 OS
- Bedingung der Bereiche setzen/lesen
-
- Rev 1.7 14 Apr 1997 16:10:16 OS
- Flags und Link der Bereiche setzen/erfragen
-
- Rev 1.6 22 Feb 1997 15:11:58 OS
- neue Slots: Actions setzen/ruecksetzen
-
- Rev 1.5 13 Feb 1997 22:57:38 MA
- Datenbankfunktionalitaet wieder hergestellt
-
- Rev 1.4 13 Feb 1997 09:54:20 MA
- unnoetige und falsche Texte entfernt
-
- Rev 1.3 12 Feb 1997 16:56:52 OM
- Datenbankslots ueber Baseshell rufen
-
- Rev 1.2 06 Feb 1997 13:48:20 MA
- new: Gallery-Background
-
- Rev 1.1 27 Jan 1997 16:37:44 OS
- Web-Slots aus den allg. interfaces raus
-
- Rev 1.0 23 Jan 1997 08:14:08 OS
- Initial revision.
-
-
-------------------------------------------------------------------------*/
-
-
diff --git a/sw/sdi/_beziers.sdi b/sw/sdi/_beziers.sdi
index a3275c38567e..437549a9ef34 100644
--- a/sw/sdi/_beziers.sdi
+++ b/sw/sdi/_beziers.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: _beziers.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_beziers.sdi,v 1.1.1.1 2000-09-18 17:14:29 hr Exp $
-
- Beschreibung: Basis-interface fuer Bezier
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _beziers.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface _Bezier : Base
[ Automation = FALSE; ]
@@ -111,31 +160,3 @@ interface _Bezier : Base
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.5 1998/11/12 16:28:52 MA
- #58677# Disable Flag
-
-
- Rev 1.4 12 Nov 1998 17:28:52 MA
- #58677# Disable Flag
-
- Rev 1.3 16 Jul 1997 16:47:26 OM
- Einige Basic-Fkts nicht exportieren
-
- Rev 1.2 16 Jun 1997 15:29:08 OM
- GPF behoben: Backspace wie Delete behandeln
-
- Rev 1.1 13 Feb 1997 09:54:08 MA
- unnoetige und falsche Texte entfernt
-
- Rev 1.0 23 Jan 1997 14:45:12 OS
- Initial revision.
-
-
-------------------------------------------------------------------------*/
-
-
-
-
diff --git a/sw/sdi/_docsh.sdi b/sw/sdi/_docsh.sdi
index a34843dcd862..07cb9fe28f7e 100644
--- a/sw/sdi/_docsh.sdi
+++ b/sw/sdi/_docsh.sdi
@@ -1,15 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: _docsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_docsh.sdi,v 1.2 2001-08-01 10:32:50 os Exp $
-
- Beschreibung: interface __Document enthaelt gemeinsame Slots fuer
- SwDocShell und SwWebDocShell
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _docsh.sdi,v $
+ *
+ * $Revision: 1.3 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextDocument : OfficeDocument
[
@@ -104,66 +152,4 @@ interface BaseTextDocument : OfficeDocument
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 17:14:29 hr
- initial import
-
- Revision 1.17 2000/05/26 07:06:15 os
- old SW Basic API Slots removed
-
- Revision 1.16 1999/09/10 12:16:20 jp
- AutoCorrectDialog: dont disable by protected cursor
-
- Revision 1.15 1999/02/02 07:41:38 OS
- #61027# zweistellige Jahreszahlen
-
-
- Rev 1.14 02 Feb 1999 08:41:38 OS
- #61027# zweistellige Jahreszahlen
-
- Rev 1.13 12 Nov 1998 17:29:28 MA
- #58677# Disable Flag
-
- Rev 1.12 28 May 1998 17:39:56 OM
- Zahlenformat per Basic ermitteln
-
- Rev 1.11 13 May 1998 14:58:30 OM
- Autokorrektur/Autoformat umgestaltet und zusammengefasst
-
- Rev 1.10 24 Apr 1998 15:03:12 OM
- Seitenvorschau auch im Html-Mode
-
- Rev 1.9 17 Apr 1998 17:13:10 OM
- PageCount-Event per Macro setzen: Vorbereitungen
-
- Rev 1.8 11 Nov 1997 13:17:18 JP
- neu: NumRule-Vorlagen
-
- Rev 1.7 04 Sep 1997 13:36:52 MBA
- Document von OfficeDocument abgeleitet
-
- Rev 1.6 28 Aug 1997 12:51:22 MBA
- Neue Interface-Namen
-
- Rev 1.5 05 Jul 1997 09:42:06 OS
- Macro und Script an Rahmenvorlagen setzen/lesen
-
- Rev 1.4 17 Jun 1997 13:24:38 JP
- neu: Execute vom Slot SID_MAIL_PREPAREEXPORT
-
- Rev 1.3 06 Mar 1997 08:43:20 OS
- SID_SPELLCHECKER_CHANGED
-
- Rev 1.2 13 Feb 1997 09:54:06 MA
- unnoetige und falsche Texte entfernt
-
- Rev 1.1 30 Jan 1997 15:28:18 OS
- SourceView nur noch fuer den Sw/Web
-
- Rev 1.0 23 Jan 1997 08:14:08 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/_drwbase.sdi b/sw/sdi/_drwbase.sdi
index 9600b95d4b26..774616a73ed7 100644
--- a/sw/sdi/_drwbase.sdi
+++ b/sw/sdi/_drwbase.sdi
@@ -1,14 +1,63 @@
-/*-----------------------------------------------------------------------
-
- $Workfile: _drwbase.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_drwbase.sdi,v 1.1.1.1 2000-09-18 17:14:29 hr Exp $
-
- Beschreibung: Basis-interface _DrawBase
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _drwbase.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextDrawBase : Selection
[
@@ -107,58 +156,4 @@ interface BaseTextDrawBase : Selection
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.15 2000/05/26 07:06:15 os
- old SW Basic API Slots removed
-
- Revision 1.14 1999/03/23 11:16:30 MA
- #63806# ConfigName und HelpText entfernt
-
-
- Rev 1.13 23 Mar 1999 12:16:30 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.12 12 Nov 1998 17:28:34 MA
- #58677# Disable Flag
-
- Rev 1.11 06 Jul 1998 18:10:54 OM
- AutoUpdate fuer Enter/Leave Group
-
- Rev 1.10 12 Jun 1998 16:09:52 OM
- Gruppierung betreten/verlassen
-
- Rev 1.9 11 Jun 1998 16:13:46 OM
- Gruppierungsmenue
-
- Rev 1.8 11 Jun 1998 13:02:54 OM
- #49467# Rahmen in Inhalt-protecteten Parents nicht bearbeiten
-
- Rev 1.7 10 Jun 1998 11:20:44 OM
- Hell/Heaven nicht in FormShell
-
- Rev 1.6 09 Jun 1998 15:37:06 OM
- VC-Controls entfernt
-
- Rev 1.5 15 Apr 1998 15:33:00 OM
- #49467 Objekte innerhalb von geschuetzten Rahmen duerfen nicht veraendert werden
-
- Rev 1.4 28 Aug 1997 12:55:08 MBA
- Neue Interface-Namen
-
- Rev 1.3 16 Jun 1997 15:29:50 OM
- GPF behoben: Backspace wie Delete behandeln
-
- Rev 1.2 12 Mar 1997 10:25:26 OS
- IsControl muss an die DrawBaseShell !
-
- Rev 1.1 13 Feb 1997 09:54:18 MA
- unnoetige und falsche Texte entfernt
-
- Rev 1.0 23 Jan 1997 14:46:22 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/_formsh.sdi b/sw/sdi/_formsh.sdi
index 0d7125faf86b..f87aec0c4352 100644
--- a/sw/sdi/_formsh.sdi
+++ b/sw/sdi/_formsh.sdi
@@ -1,3 +1,63 @@
+/*************************************************************************
+ *
+ * $RCSfile: _formsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextDrawForm : Selection
[
Automation = FALSE;
@@ -15,24 +75,4 @@ interface BaseTextDrawForm : Selection
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.4 1998/11/26 14:19:08 MA
- #59896# Raster usw jetzt an der Application
-
-
- Rev 1.3 26 Nov 1998 15:19:08 MA
- #59896# Raster usw jetzt an der Application
-
- Rev 1.2 12 Nov 1998 17:29:28 MA
- #58677# Disable Flag
-
- Rev 1.1 02 Nov 1998 09:23:02 MA
- #58294# Slots fuer Raster, alte Formslots entsorgt
-
- Rev 1.0 11 Mar 1998 17:14:04 OM
- DB-FormShell
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/_frmsh.sdi b/sw/sdi/_frmsh.sdi
index 90fc3d746df6..2d4d68021eed 100644
--- a/sw/sdi/_frmsh.sdi
+++ b/sw/sdi/_frmsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: _frmsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_frmsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: Basis-interface fuer Frame
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _frmsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextFrame : Selection
[
@@ -217,76 +266,3 @@ interface BaseTextFrame : Selection
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.21 2000/08/15 13:50:56 os
- #77616# re-enable border in SwFrameShell
-
- Revision 1.20 2000/05/26 07:06:15 os
- old SW Basic API Slots removed
-
- Revision 1.19 2000/05/10 12:00:08 os
- Basic API removed
-
- Revision 1.18 1999/03/23 11:16:28 MA
- #63806# ConfigName und HelpText entfernt
-
-
- Rev 1.17 23 Mar 1999 12:16:28 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.16 29 Jan 1999 17:15:22 JP
- Task #58423#: Reports mit Bildern aus der Datenbank
-
- Rev 1.15 12 Nov 1998 17:29:08 MA
- #58677# Disable Flag
-
- Rev 1.14 11 Jun 1998 13:02:54 OM
- #49467# Rahmen in Inhalt-protecteten Parents nicht bearbeiten
-
- Rev 1.13 15 May 1998 16:21:34 OM
- #49467# Geschtzte Rahmen nicht bearbeiten
-
- Rev 1.12 10 Feb 1998 15:06:06 OM
- Spiegeln
-
- Rev 1.11 22 Jan 1998 17:40:30 OS
- SID_BACKGROUND_PATTERN entsorgt
-
- Rev 1.10 08 Oct 1997 13:30:52 OS
- SID_FRAME_LINESTYLE funktioniert nicht ueber die API #44439#
-
- Rev 1.9 28 Aug 1997 12:38:24 MBA
- Neue Interface-Namen
-
- Rev 1.8 28 Jul 1997 16:46:42 OM
- #42111#Neue Statusmethode fuer Hyperlinkleiste
-
- Rev 1.7 23 Jul 1997 15:19:12 AMA
- Opt: ConfigName etc. aufgeraeumt
-
- Rev 1.6 26 May 1997 14:12:12 OS
- StateMethod fuer SwFmtSurround
-
- Rev 1.5 15 May 1997 12:31:22 OS
- Printable und Opaque am Frame
-
- Rev 1.4 22 Apr 1997 18:46:52 JP
- neu: GetSelText/SetText
-
- Rev 1.3 16 Apr 1997 16:22:28 OS
- Kontur und erster Absatz per Basic
-
- Rev 1.2 13 Feb 1997 09:54:08 MA
- unnoetige und falsche Texte entfernt
-
- Rev 1.1 23 Jan 1997 16:09:06 OS
- interface _Frame mit Automation = FALSE
-
- Rev 1.0 23 Jan 1997 14:46:02 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
-
-
diff --git a/sw/sdi/_grfsh.sdi b/sw/sdi/_grfsh.sdi
index b966dd24976d..d1273640704f 100644
--- a/sw/sdi/_grfsh.sdi
+++ b/sw/sdi/_grfsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: _grfsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_grfsh.sdi,v 1.3 2000-12-02 15:22:31 jp Exp $
-
- Beschreibung: interface _Graphic
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _grfsh.sdi,v $
+ *
+ * $Revision: 1.4 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextGraphic : Selection
[
@@ -179,48 +228,3 @@ interface BaseTextGraphic : Selection
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.2 2000/10/05 11:58:51 jp
- should change: remove image
-
- Revision 1.1.1.1 2000/09/18 17:14:30 hr
- initial import
-
- Revision 1.10 2000/07/31 19:23:40 jp
- new attributes for CJK/CTL and graphic
-
- Revision 1.9 2000/05/26 07:06:15 os
- old SW Basic API Slots removed
-
- Revision 1.8 1999/03/23 11:16:28 MA
- #63806# ConfigName und HelpText entfernt
-
-
- Rev 1.7 23 Mar 1999 12:16:28 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.6 12 Nov 1998 17:29:06 MA
- #58677# Disable Flag
-
- Rev 1.5 11 Jun 1998 13:02:54 OM
- #49467# Rahmen in Inhalt-protecteten Parents nicht bearbeiten
-
- Rev 1.4 10 Feb 1998 15:06:06 OM
- Spiegeln
-
- Rev 1.3 28 Aug 1997 12:38:14 MBA
- Neue Interface-Namen
-
- Rev 1.2 28 Jul 1997 16:46:40 OM
- #42111#Neue Statusmethode fuer Hyperlinkleiste
-
- Rev 1.1 13 Feb 1997 09:54:18 MA
- unnoetige und falsche Texte entfernt
-
- Rev 1.0 31 Jan 1997 13:26:24 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/_listsh.sdi b/sw/sdi/_listsh.sdi
index 6d26a93f330c..7117afb3cb33 100644
--- a/sw/sdi/_listsh.sdi
+++ b/sw/sdi/_listsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: _listsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_listsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: Basis-interface _List
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _listsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextList : Selection
[
diff --git a/sw/sdi/_olesh.sdi b/sw/sdi/_olesh.sdi
index 14085aa71229..953e99883afe 100644
--- a/sw/sdi/_olesh.sdi
+++ b/sw/sdi/_olesh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: _olesh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_olesh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: gemeinsames interface _OleObject
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _olesh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextOLEObject : Selection
[
@@ -17,30 +66,4 @@ interface BaseTextOLEObject : Selection
{
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/05/26 07:06:15 os
- old SW Basic API Slots removed
-
- Revision 1.5 2000/05/10 12:00:08 os
- Basic API removed
-
- Revision 1.4 1998/11/12 16:28:52 MA
- #58677# Disable Flag
-
-
- Rev 1.3 12 Nov 1998 17:28:52 MA
- #58677# Disable Flag
-
- Rev 1.2 28 Aug 1997 12:52:24 MBA
- Neue Interface-Namen
-
- Rev 1.1 13 Feb 1997 09:54:08 MA
- unnoetige und falsche Texte entfernt
-
- Rev 1.0 31 Jan 1997 13:26:48 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/_tabsh.sdi b/sw/sdi/_tabsh.sdi
index cb3bffcee880..b2c795bcecdf 100644
--- a/sw/sdi/_tabsh.sdi
+++ b/sw/sdi/_tabsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: _tabsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_tabsh.sdi,v 1.2 2001-06-05 07:46:37 os Exp $
-
- Beschreibung: Basis-interface _Table
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _tabsh.sdi,v $
+ *
+ * $Revision: 1.3 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextTable : Selection
[
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi
index dbdc1c9bd432..b5735fd2f273 100644
--- a/sw/sdi/_textsh.sdi
+++ b/sw/sdi/_textsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: _textsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_textsh.sdi,v 1.7 2001-04-18 10:20:34 os Exp $
-
- Beschreibung: Basis-interfaces fuer Text
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _textsh.sdi,v $
+ *
+ * $Revision: 1.8 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseText : Selection
[
@@ -1225,93 +1274,4 @@ interface BaseText : Selection
} //ende interface text
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2001/02/27 14:35:36 jp
- move transliteration menu into SVX
-
- Revision 1.5 2001/01/10 16:14:47 os
- Ruby dialog
-
- Revision 1.4 2000/12/21 13:02:28 jp
- new: transliteration
-
- Revision 1.3 2000/11/13 12:25:09 jp
- character attribute use the method of the BaseShell
-
- Revision 1.2 2000/10/05 11:58:51 jp
- should change: remove image
-
- Revision 1.1.1.1 2000/09/18 17:14:30 hr
- initial import
-
- Revision 1.76 2000/06/20 14:47:51 os
- #70060# less occurences of columns in HTML
-
- Revision 1.75 2000/06/20 11:47:28 os
- #76287# ExecuteMethod name corrected
-
- Revision 1.74 2000/05/26 07:06:16 os
- old SW Basic API Slots removed
-
- Revision 1.73 2000/05/10 12:00:08 os
- Basic API removed
-
- Revision 1.72 2000/02/22 14:49:18 os
- #72894# footnote option dialog in HTML documents
-
- Revision 1.71 2000/02/10 11:57:08 os
- #72894# fields pageno, pagecount, title and insert footnote enabled in SW/Web
-
- Revision 1.70 2000/01/06 07:34:05 os
- #71436# mail merge dialog: execute via status method disposed
-
- Revision 1.69 2000/01/03 08:35:56 os
- #71278# edit hyperlink slot
-
- Revision 1.68 1999/10/11 20:08:39 jp
- Bug #68496#: append paragraph behind a section
-
- Revision 1.67 1999/07/26 08:00:40 OS
- #58419# insert Sound and Vidoo
-
-
- Rev 1.66 26 Jul 1999 10:00:40 OS
- #58419# insert Sound and Vidoo
-
- Rev 1.65 23 Jun 1999 11:57:00 JP
- Bug #43028# disableflaf for edit in mailbody
-
- Rev 1.64 27 May 1999 13:20:14 OS
- Einf?gen/Bearbeiten von Spalten ueberarbeitet
-
- Rev 1.63 19 Apr 1999 13:43:44 OS
- #64780# Notizen und Scripts in geschuetzten Bereichen
-
- Rev 1.62 23 Mar 1999 12:16:30 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.61 01 Mar 1999 16:23:02 MA
- #62490# Altlast entfernt (Drucken und Briefumschlaege/Etiketten und Datenbank)
-
- Rev 1.60 29 Jan 1999 17:15:38 JP
- Task #58423#: Reports mit Bildern aus der Datenbank
-
- Rev 1.59 22 Jan 1999 11:54:32 JP
- Task #58677#: Crsr in Readonly Bereichen zulassen
-
- Rev 1.58 15 Jan 1999 15:47:14 JP
- Bug #60203#: MoveLeftMargin - optional um Betrag verschieben
-
- Rev 1.57 14 Jan 1999 15:47:20 JP
- Bug #60794#: Fehlererkennung beim Tabellenrechnen und anspringen von Formeln
-
- Rev 1.56 12 Nov 1998 17:28:50 MA
- #58677# Disable Flag
-
- Rev 1.55 21 Oct 1998 16:12:48 OM
- #58157# Querverweise einfuegen
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/_viewsh.sdi b/sw/sdi/_viewsh.sdi
index a18f659bf0b0..d67ded4bc661 100644
--- a/sw/sdi/_viewsh.sdi
+++ b/sw/sdi/_viewsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: _VIEWSH.SDI $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/_viewsh.sdi,v 1.6 2001-07-09 09:36:07 os Exp $
-
- Beschreibung: allgemeine interfaces fuer View
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: _viewsh.sdi,v $
+ *
+ * $Revision: 1.7 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface BaseTextEditView : View
diff --git a/sw/sdi/basesh.sdi b/sw/sdi/basesh.sdi
index d11b1704b27b..5372208f4a77 100644
--- a/sw/sdi/basesh.sdi
+++ b/sw/sdi/basesh.sdi
@@ -1,14 +1,63 @@
-/*-----------------------------------------------------------------------
-
- $Workfile: BASESH.SDI $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/basesh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File SwBaseShell fuer Sw3
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: basesh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextSelection : BaseTextSelection
[
@@ -46,66 +95,4 @@ shell SwBaseShell
{
import TextSelection[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.119 2000/05/10 12:00:09 os
- Basic API removed
-
- Revision 1.118 1999/01/19 13:58:20 OS
- #60964# UniqueId fuer TextSelection - BaseShell kann eigenstaendig auftreten
-
-
- Rev 1.117 19 Jan 1999 14:58:20 OS
- #60964# UniqueId fuer TextSelection - BaseShell kann eigenstaendig auftreten
-
- Rev 1.116 12 Nov 1998 17:29:06 MA
- #58677# Disable Flag
-
- Rev 1.115 28 Aug 1997 12:51:52 MBA
- Neue Interface-Namen
-
- Rev 1.114 13 Feb 1997 12:45:08 MA
- unnoetige Texte entfernt
-
- Rev 1.113 12 Feb 1997 12:09:02 MA
- Kontur bearbeiten
-
- Rev 1.112 27 Jan 1997 16:37:42 OS
- Web-Slots aus den allg. interfaces raus
-
- Rev 1.111 23 Jan 1997 08:35:44 OS
- Ableitung von _Base
-
- Rev 1.110 21 Jan 1997 08:22:16 OS
- unpassende Slots aus interface Interior herausgeschoben
-
- Rev 1.109 18 Dec 1996 12:15:28 OM
- Slot fuer Konturumfluss im Draw-Menue
-
- Rev 1.108 29 Nov 1996 15:55:32 OS
- FN_TOOL_ANKER in der BaseShell
-
- Rev 1.107 28 Nov 1996 18:36:24 OS
- AccelConfig nachgetragen
-
- Rev 1.106 14 Nov 1996 08:06:54 SWG
- _TEMPLATE_ -> _STYLE_
-
- Rev 1.105 07 Nov 1996 16:17:52 OS
- Wrap- und Anker-Methoden an die BaseShell
-
- Rev 1.104 26 Sep 1996 19:14:00 OS
- Statusmethode fuer FNINSERT_REGION
-
- Rev 1.103 21 Sep 1996 17:36:22 OS
- Sot-Umstellung beendet
-
- Rev 1.102 19 Sep 1996 11:29:48 OM
- Kommentar geaendert
-
- Rev 1.101 18 Sep 1996 19:06:10 OS
- Para/Char/-Style wird wieder exportiert
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/beziersh.sdi b/sw/sdi/beziersh.sdi
index af73ae66685a..9176b63524a1 100644
--- a/sw/sdi/beziersh.sdi
+++ b/sw/sdi/beziersh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: beziersh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/beziersh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File SwBezierShell fuer Sw4
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: beziersh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextBezier : TextSelection
[
@@ -117,39 +166,4 @@ shell SwBezierShell: SwBaseShell
import TextBezier[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.9 1998/11/12 16:28:52 MA
- #58677# Disable Flag
-
-
- Rev 1.8 12 Nov 1998 17:28:52 MA
- #58677# Disable Flag
-
- Rev 1.7 11 Jul 1998 12:47:56 OM
- #51754# BezierShell ist von SwBaseShell abgeleitet
-
- Rev 1.6 08 Sep 1997 12:54:08 MBA
- Bezier von DrawBase abgeleitet
-
- Rev 1.5 28 Aug 1997 12:52:06 MBA
- Neue Interface-Namen
-
- Rev 1.4 13 Feb 1997 12:44:42 MA
- unnoetige Texte entfernt
-
- Rev 1.3 23 Jan 1997 14:33:24 OS
- Ableitung von _Bezier
-
- Rev 1.2 16 Jan 1997 16:50:34 OM
- Escape an Bezier-Shell
-
- Rev 1.1 13 Jan 1997 16:01:42 OM
- Bezier-Punkte loeschen
-
- Rev 1.0 08 Jan 1997 12:40:12 OM
- Initial revision.
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/docsh.sdi b/sw/sdi/docsh.sdi
index dcc79c6f4e49..e0be0fc17877 100644
--- a/sw/sdi/docsh.sdi
+++ b/sw/sdi/docsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: docsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/docsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File DocShell fuer Sw3
-
- (c) Copyright 1995 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: docsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextDocument : BaseTextDocument
[
@@ -71,72 +120,4 @@ shell SwGlosDocShell : SwDocShell
StateMethod = GetState ;
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.87 1999/03/23 11:16:28 MA
- #63806# ConfigName und HelpText entfernt
-
-
- Rev 1.86 23 Mar 1999 12:16:28 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.85 24 Apr 1998 15:03:12 OM
- Seitenvorschau auch im Html-Mode
-
- Rev 1.84 17 Mar 1998 15:41:28 JP
- neu: NewHTMLDoc - aequivalent zum NewGlobalDoc
-
- Rev 1.83 28 Aug 1997 12:50:12 MBA
- Neue Interface-Namen
-
- Rev 1.82 25 Jul 1997 11:28:26 AMA
- Opt: GroupId und ConfigName aufgeraeumt
-
- Rev 1.81 27 Jun 1997 13:38:06 OM
- Globaldokument erzeugen
-
- Rev 1.80 16 Jun 1997 13:08:16 MA
- #40731# falsches Exportverbot entfernt
-
- Rev 1.79 09 Jun 1997 14:27:08 MA
- chg: Browse-Flag nur noch am Doc
-
- Rev 1.78 26 Mar 1997 11:32:04 OS
- GlosDocShell muss Document importieren
-
- Rev 1.77 22 Feb 1997 15:14:04 OS
- Abstract erzeugen
-
- Rev 1.76 16 Feb 1997 15:19:52 MA
- new: OutlineToClipboard und OutlineToImpress
-
- Rev 1.75 13 Feb 1997 12:45:04 MA
- unnoetige Texte entfernt
-
- Rev 1.74 23 Jan 1997 08:36:26 OS
- Ableitung von __Document
-
- Rev 1.73 10 Dec 1996 16:51:42 OS
- neu: SID_GET_COLORTABLE
-
- Rev 1.72 14 Nov 1996 19:11:10 OS
- SID_TEMPLATE_LOAD wieder aktiviert
-
- Rev 1.71 14 Nov 1996 08:06:48 SWG
- _TEMPLATE_ -> _STYLE_
-
- Rev 1.70 08 Oct 1996 16:45:04 OS
- neu: Sourceview
-
- Rev 1.69 01 Oct 1996 13:03:14 AMA
- Fix: SID_TEMPLATE_DELETE wieder aktiviert.
-
- Rev 1.68 21 Sep 1996 17:35:38 OS
- Sot-Umstellung beendet
-
- Rev 1.67 18 Sep 1996 17:36:56 OS
- LoadStyles wieder vollstaendig
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/drawsh.sdi b/sw/sdi/drawsh.sdi
index 8733b5bfae2f..46517ebc1c66 100644
--- a/sw/sdi/drawsh.sdi
+++ b/sw/sdi/drawsh.sdi
@@ -1,3 +1,63 @@
+/*************************************************************************
+ *
+ * $RCSfile: drawsh.sdi,v $
+ *
+ * $Revision: 1.3 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextDraw : TextDrawBase
[
uuid = "626DE480-111A-101D-9757-6E74207A7520"
@@ -254,67 +314,4 @@ shell SwDrawShell : SwDrawBaseShell
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 17:14:30 hr
- initial import
-
- Revision 1.77 1999/05/07 12:57:58 JP
- Bug #66007#: LineEndStyle wieder mit einer Execute-Methode
-
-
- Rev 1.76 07 May 1999 14:57:58 JP
- Bug #66007#: LineEndStyle wieder mit einer Execute-Methode
-
- Rev 1.75 12 Nov 1998 17:28:38 MA
- #58677# Disable Flag
-
- Rev 1.74 10 Jun 1998 11:20:44 OM
- Hell/Heaven nicht in FormShell
-
- Rev 1.73 28 Aug 1997 12:39:08 MBA
- Neue Interface-Namen
-
- Rev 1.72 18 Jul 1997 09:37:22 OM
- Fkts nicht exportieren
-
- Rev 1.71 16 Jul 1997 16:47:26 OM
- Einige Basic-Fkts nicht exportieren
-
- Rev 1.70 13 Feb 1997 12:44:48 MA
- unnoetige Texte entfernt
-
- Rev 1.69 23 Jan 1997 10:49:22 OM
- Neue Shells: Control- und DrawBaseShell
-
- Rev 1.68 22 Jan 1997 11:18:24 OM
- Neue Shells: DrawBaseShell und DrawControlShell
-
- Rev 1.67 13 Jan 1997 16:01:42 OM
- Bezier-Punkte loeschen
-
- Rev 1.66 08 Jan 1997 12:40:30 OM
- Slots in Bezier-Shell verschoben
-
- Rev 1.65 13 Dec 1996 12:24:30 OM
- Slots fuer Bezier-Fkts
-
- Rev 1.64 11 Dec 1996 12:03:46 OM
- Bezier-Controller
-
- Rev 1.63 29 Nov 1996 15:55:34 OS
- FN_TOOL_ANKER in der BaseShell
-
- Rev 1.62 18 Nov 1996 13:39:20 MA
- chg: State fuer align
-
- Rev 1.61 14 Nov 1996 08:06:50 SWG
- _TEMPLATE_ -> _STYLE_
-
- Rev 1.60 07 Nov 1996 16:17:22 OS
- Anker-Methoden an die BaseShell
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/drwbassh.sdi b/sw/sdi/drwbassh.sdi
index 433db34f4b06..b028aa85ce33 100644
--- a/sw/sdi/drwbassh.sdi
+++ b/sw/sdi/drwbassh.sdi
@@ -1,14 +1,63 @@
-/*-----------------------------------------------------------------------
-
- $Workfile: drwbassh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/drwbassh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File SwDrawBaseShell
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: drwbassh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextDrawBase : BaseTextDrawBase
[
@@ -30,31 +79,3 @@ shell SwDrawBaseShell: SwBaseShell
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.6 1998/11/12 16:28:34 MA
- #58677# Disable Flag
-
-
- Rev 1.5 12 Nov 1998 17:28:34 MA
- #58677# Disable Flag
-
- Rev 1.4 28 Aug 1997 12:56:24 MBA
- Neue Interface-Namen
-
- Rev 1.3 13 Feb 1997 12:44:46 MA
- unnoetige Texte entfernt
-
- Rev 1.2 23 Jan 1997 14:39:02 OS
- Ableitung von _DrawBase
-
- Rev 1.1 23 Jan 1997 10:49:24 OM
- Neue Shells: Control- und DrawBaseShell
-
- Rev 1.0 22 Jan 1997 11:18:06 OM
- Initial revision.
-
-------------------------------------------------------------------------*/
-
-
diff --git a/sw/sdi/drwtxtsh.sdi b/sw/sdi/drwtxtsh.sdi
index 74e3e3072c1e..a6750df3cf1f 100644
--- a/sw/sdi/drwtxtsh.sdi
+++ b/sw/sdi/drwtxtsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: drwtxtsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/drwtxtsh.sdi,v 1.4 2001-04-18 09:08:43 os Exp $
-
- Beschreibung: IDL - File DrawTextshell fuer Sw3
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: drwtxtsh.sdi,v $
+ *
+ * $Revision: 1.5 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextDrawText : Selection
[
@@ -439,72 +488,4 @@ shell SwDrawTextShell
import TextDrawFont ".DrawFont";
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2001/03/16 14:47:06 jp
- new: vertical support for textboxes
-
- Revision 1.2 2001/03/09 12:00:37 jp
- new: Transliteration for TextBoxes
-
- Revision 1.1.1.1 2000/09/18 17:14:30 hr
- initial import
-
- Revision 1.72 2000/05/26 07:06:16 os
- old SW Basic API Slots removed
-
- Revision 1.71 2000/05/10 12:00:09 os
- Basic API removed
-
- Revision 1.70 2000/01/21 13:33:54 tl
- #70503# GetState method added for FN_THESAURUS_DLG
-
- Revision 1.69 1999/03/23 11:16:26 MA
- #63806# ConfigName und HelpText entfernt
-
-
- Rev 1.68 23 Mar 1999 12:16:26 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.67 12 Nov 1998 17:28:36 MA
- #58677# Disable Flag
-
- Rev 1.66 17 Sep 1997 13:09:54 OM
- Editierbare Links in DrawText-Objekten
-
- Rev 1.65 09 Sep 1997 18:04:54 MBA
- DrawTextShell war nicht exportiert
-
- Rev 1.64 28 Aug 1997 12:53:42 MBA
- Neue Interface-Namen
-
- Rev 1.63 19 Jun 1997 13:54:18 OS
- doppelten DrawText vermieden
-
- Rev 1.62 17 Jun 1997 15:42:06 MA
- DrawTxtShell nicht von BaseShell ableiten + Opts
-
- Rev 1.61 13 Feb 1997 12:44:48 MA
- unnoetige Texte entfernt
-
- Rev 1.60 23 Jan 1997 14:32:28 OS
- Ableitung von _DrawText
-
- Rev 1.59 13 Dec 1996 16:37:54 OS
- Autospell fuer aktives DrawTextObject
-
- Rev 1.58 22 Nov 1996 14:51:40 OS
- FN_SET_JUSTIFY_PARA -> SID_ATTR_PARA_ADJUST_BLOCK
-
- Rev 1.57 14 Nov 1996 08:06:52 SWG
- _TEMPLATE_ -> _STYLE_
-
- Rev 1.56 21 Sep 1996 17:36:30 OS
- Sot-Umstellung beendet
-
- Rev 1.55 16 Sep 1996 10:25:12 MBA
- FontDialog RecordPerItem
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/formsh.sdi b/sw/sdi/formsh.sdi
index daab58bd9c06..f4b9c061775b 100644
--- a/sw/sdi/formsh.sdi
+++ b/sw/sdi/formsh.sdi
@@ -1,3 +1,63 @@
+/*************************************************************************
+ *
+ * $RCSfile: formsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextDrawForm: BaseTextDrawForm
[
uuid = "1D396B40-B8CC-11d1-AB80-006097B418C2"
@@ -11,15 +71,4 @@ shell SwDrawFormShell : SwDrawBaseShell
import TextDrawForm[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.1 1998/03/11 16:14:00 OM
- DB-FormShell
-
-
- Rev 1.0 11 Mar 1998 17:14:00 OM
- DB-FormShell
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/frmsh.sdi b/sw/sdi/frmsh.sdi
index 6ad8aec01c05..a8e4d91a8f3a 100644
--- a/sw/sdi/frmsh.sdi
+++ b/sw/sdi/frmsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: frmsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/frmsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File FrameShell fuer Sw3
-
- (c) Copyright 1995 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: frmsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextFrame : BaseTextFrame
[
@@ -39,45 +88,3 @@ shell SwFrameShell : SwBaseShell
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.86 1998/11/12 16:29:08 MA
- #58677# Disable Flag
-
-
- Rev 1.85 12 Nov 1998 17:29:08 MA
- #58677# Disable Flag
-
- Rev 1.84 05 Nov 1997 11:49:44 MA
- chain
-
- Rev 1.83 28 Aug 1997 12:50:20 MBA
- Neue Interface-Namen
-
- Rev 1.82 13 Feb 1997 12:45:02 MA
- unnoetige Texte entfernt
-
- Rev 1.81 23 Jan 1997 14:30:30 OS
- Ableitung von _Frame
-
- Rev 1.80 07 Nov 1996 16:17:06 OS
- Wrap-Methoden an die Baseshell
-
- Rev 1.79 21 Sep 1996 17:35:42 OS
- Sot-Umstellung beendet
-
- Rev 1.78 18 Sep 1996 10:35:46 OM
- Umlauf: Nur Anker
-
- Rev 1.77 10 Sep 1996 16:39:16 OS
- Slotvereinheitlichung zu, 1.
-
- Rev 1.76 20 Aug 1996 17:27:28 HJS
- eu...
-
- Rev 1.75 17 Jul 1996 07:31:30 OS
- ReadOnlyDoc - Flag
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/grfsh.sdi b/sw/sdi/grfsh.sdi
index 3662d6d8fdc0..60f50f0e4727 100644
--- a/sw/sdi/grfsh.sdi
+++ b/sw/sdi/grfsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: GRFSH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/grfsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File GrafShell fuer Sw3
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: grfsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextGraphic : BaseTextGraphic
@@ -26,39 +75,4 @@ shell SwGrfShell : SwBaseShell
import TextGraphic[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.45 2000/08/08 13:42:51 os
- #77423# separate graphic shell
-
- Revision 1.44 1997/08/28 10:55:24 MBA
- Neue Interface-Namen
-
-
- Rev 1.43 28 Aug 1997 12:55:24 MBA
- Neue Interface-Namen
-
- Rev 1.42 13 Feb 1997 12:45:04 MA
- unnoetige Texte entfernt
-
- Rev 1.41 31 Jan 1997 13:25:22 OS
- von _Graphic abgeleitet
-
- Rev 1.40 01 Oct 1996 16:52:26 OM
- Hyperlinks editieren
-
- Rev 1.39 21 Sep 1996 17:35:40 OS
- Sot-Umstellung beendet
-
- Rev 1.38 20 Aug 1996 17:27:00 HJS
- eu...
-
- Rev 1.37 17 Jul 1996 07:31:30 OS
- ReadOnlyDoc - Flag
-
- Rev 1.36 05 Jul 1996 13:38:50 OS
- neue Properities: GrfLinkName, GrfLinkFilterName
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/listsh.sdi b/sw/sdi/listsh.sdi
index a1cea8fccfb0..b2066a261953 100644
--- a/sw/sdi/listsh.sdi
+++ b/sw/sdi/listsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: listSH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/listsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File SwBaseShell fuer Sw3
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: listsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextList : BaseTextList
[
@@ -25,36 +74,4 @@ shell SwListShell : SwBaseShell
import TextList[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.31 1997/08/28 10:51:34 MBA
- Neue Interface-Namen
-
-
- Rev 1.30 28 Aug 1997 12:51:34 MBA
- Neue Interface-Namen
-
- Rev 1.29 13 Feb 1997 12:44:52 MA
- unnoetige Texte entfernt
-
- Rev 1.28 23 Jan 1997 14:31:54 OS
- Ableitung von _List
-
- Rev 1.27 21 Sep 1996 17:36:34 OS
- Sot-Umstellung beendet
-
- Rev 1.26 20 Aug 1996 17:27:42 HJS
- eu...
-
- Rev 1.25 17 Jul 1996 07:31:26 OS
- ReadOnlyDoc - Flag
-
- Rev 1.24 13 May 1996 11:40:30 OS
- Ableitung List : Base
-
- Rev 1.23 28 Mar 1996 14:20:32 OS
- neu: NumberOrNoNumber
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/olesh.sdi b/sw/sdi/olesh.sdi
index a1d50876ba61..1bf6c74b7e35 100644
--- a/sw/sdi/olesh.sdi
+++ b/sw/sdi/olesh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: OLESH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/olesh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File SwBaseShell fuer Sw3
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: olesh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextOLEObject : BaseTextOLEObject
[
@@ -23,54 +72,4 @@ shell SwOleShell: SwFrameShell
import TextOLEObject[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.16 1997/09/10 06:56:54 OS
- OLE importiert Frame
-
-
- Rev 1.15 10 Sep 1997 08:56:54 OS
- OLE importiert Frame
-
- Rev 1.14 28 Aug 1997 12:53:24 MBA
- Neue Interface-Namen
-
- Rev 1.13 13 Feb 1997 12:44:42 MA
- unnoetige Texte entfernt
-
- Rev 1.12 31 Jan 1997 13:25:46 OS
- von _OleObject abgeleitet
-
- Rev 1.11 21 Sep 1996 17:35:42 OS
- Sot-Umstellung beendet
-
- Rev 1.10 17 Jul 1996 07:31:32 OS
- ReadOnlyDoc - Flag
-
- Rev 1.9 08 Jul 1996 16:59:06 HJS
- uebersetzung
-
- Rev 1.8 22 Mar 1996 16:01:16 OS
- status fuer neue Funktionen nachgetragen
-
- Rev 1.7 08 Feb 1996 16:26:20 OM
- OLE-Objekte wieder vertikal zentrieren
-
- Rev 1.6 06 Feb 1996 15:16:06 OS
- neu: Activate/Deactivate fuer Objekte
-
- Rev 1.5 26 Jan 1996 10:56:30 OS
- neu: Interface Object, um Ole-Object herauszureichen
-
- Rev 1.4 28 Nov 1995 15:39:06 OS
- dummy slot
-
- Rev 1.3 11 Oct 1995 12:26:58 MA
- Bestimme -> Setze
-
- Rev 1.2 28 Aug 1995 15:43:36 MA
- Renovierung: IDL, Shells, Textshell-Doktrin aufgegeben
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/switems.sdi b/sw/sdi/switems.sdi
index 976e0d9ee95a..28dddddf0b37 100644
--- a/sw/sdi/switems.sdi
+++ b/sw/sdi/switems.sdi
@@ -1,3 +1,63 @@
+/*************************************************************************
+ *
+ * $RCSfile: switems.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
enum SwHoriOrient
{
HORI_NONE,
diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi
index abe783de0333..3c6666165dca 100644
--- a/sw/sdi/swriter.sdi
+++ b/sw/sdi/swriter.sdi
@@ -1,3 +1,63 @@
+/*************************************************************************
+ *
+ * $RCSfile: swriter.sdi,v $
+ *
+ * $Revision: 1.7 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
//--------------------------------------------------------------------------
SfxBoolItem GotoPrevObject FN_GOTO_PREV_OBJ
()
diff --git a/sw/sdi/swslots.sdi b/sw/sdi/swslots.sdi
index e7f3ff61134f..4561db2fa853 100644
--- a/sw/sdi/swslots.sdi
+++ b/sw/sdi/swslots.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: SWSLOTS.SDI $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/swslots.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: Main - IDL - File fuer Sw3
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: swslots.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
import "ofa.ilb"
@@ -111,56 +160,4 @@ ModulePrefix( "Sw" )
include "viewsh.sdi"
include "wviewsh.sdi"
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.38 2000/02/01 09:45:00 os
- #72282# SwWebBaseShell removed
-
- Revision 1.37 1998/06/09 13:37:10 OM
- VC-Controls entfernt
-
-
- Rev 1.36 09 Jun 1998 15:37:10 OM
- VC-Controls entfernt
-
- Rev 1.35 08 Jun 1998 18:08:30 OM
- Forms im HTML-Mode
-
- Rev 1.34 11 Mar 1998 17:14:00 OM
- DB-FormShell
-
- Rev 1.33 07 Mar 1998 11:31:22 OS
- idl->sdi - funktioniert aber nicht!
-
- Rev 1.32 28 Aug 1997 12:37:00 MBA
- Text+HTML in eine IDL
-
- Rev 1.31 13 Feb 1997 12:45:06 MA
- unnoetige Texte entfernt
-
- Rev 1.30 31 Jan 1997 13:24:10 OS
- neu: _/wgrfsh _/wolesh
-
- Rev 1.29 23 Jan 1997 15:41:42 OS
- +_textsh.idl
-
- Rev 1.28 23 Jan 1997 14:39:50 OS
- Umstellung fuer StarWriter/Web
-
- Rev 1.27 23 Jan 1997 08:37:16 OS
- neue files fuer Basis-interfaces
-
- Rev 1.26 22 Jan 1997 11:18:24 OM
- Neue Shells: DrawBaseShell und DrawControlShell
-
- Rev 1.25 08 Jan 1997 12:39:46 OM
- Neu: Bezier-Shell
-
- Rev 1.24 27 Sep 1996 09:44:56 OS
- swnew.idl vor swriter.idl
-
- Rev 1.23 19 Sep 1996 10:53:52 OS
- neuese File: swnew.idl fuer neue Slots
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/tabsh.sdi b/sw/sdi/tabsh.sdi
index a35ba2a7e3e4..a25d3350462b 100644
--- a/sw/sdi/tabsh.sdi
+++ b/sw/sdi/tabsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: tabsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/tabsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File fuer TabShell
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: tabsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextTable : BaseTextTable
[
@@ -50,51 +99,3 @@ shell SwTableShell : SwBaseShell
import TextTable[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.98 1998/11/12 16:29:10 MA
- #58677# Disable Flag
-
-
- Rev 1.97 12 Nov 1998 17:29:10 MA
- #58677# Disable Flag
-
- Rev 1.96 28 Aug 1997 12:49:52 MBA
- Neue Interface-Namen
-
- Rev 1.95 13 Jun 1997 16:39:58 MA
- fix: Kommentar statt if
-
- Rev 1.94 04 Jun 1997 13:01:04 MA
- chg: Keep und Split vorerst 'raus
-
- Rev 1.93 11 Apr 1997 15:55:58 MA
- new: Split+Keep
-
- Rev 1.92 13 Feb 1997 12:44:46 MA
- unnoetige Texte entfernt
-
- Rev 1.91 27 Jan 1997 16:38:16 OS
- Web-Slots aus den allg. interfaces raus
-
- Rev 1.90 23 Jan 1997 14:30:12 OS
- Ableitung von _Table
-
- Rev 1.89 18 Jan 1997 15:32:34 OS
- neu: CellName an Tabellen
-
- Rev 1.88 15 Jan 1997 14:56:26 MA
- chg: State fuer merge
-
- Rev 1.87 09 Jan 1997 15:53:46 OS
- neue Slots fuer Zellen/Spalten/Zeilen verschieben/einfuegen/loeschen
-
- Rev 1.86 20 Dec 1996 14:34:20 OS
- V-Alignment auch aus dem Basic
-
- Rev 1.85 18 Dec 1996 14:53:20 OS
- BoxAlign eingebaut
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/textsh.sdi b/sw/sdi/textsh.sdi
index a78f08ee8c4e..54bfff5d95a8 100644
--- a/sw/sdi/textsh.sdi
+++ b/sw/sdi/textsh.sdi
@@ -1,29 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: TEXTSH.SDI $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/textsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File Textshell fuer Sw3
-
- (c) Copyright 1995 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
-
-
-
-/*
-F23BA0A1-73A0-11d0-89CA-008029E4B0B1
-F23BA0A2-73A0-11d0-89CA-008029E4B0B1
-F23BA0A3-73A0-11d0-89CA-008029E4B0B1
-F23BA0A4-73A0-11d0-89CA-008029E4B0B1
-F23BA0A5-73A0-11d0-89CA-008029E4B0B1
-F23BA0A6-73A0-11d0-89CA-008029E4B0B1
-F23BA0A7-73A0-11d0-89CA-008029E4B0B1
-F23BA0A8-73A0-11d0-89CA-008029E4B0B1
-
-
- */
+/*************************************************************************
+ *
+ * $RCSfile: textsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface Text : BaseText
[
@@ -122,93 +156,3 @@ shell SwTextShell : SwBaseShell
import Text[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.239 2000/06/20 14:47:52 os
- #70060# less occurences of columns in HTML
-
- Revision 1.238 2000/05/26 07:06:19 os
- old SW Basic API Slots removed
-
- Revision 1.237 2000/02/22 14:49:18 os
- #72894# footnote option dialog in HTML documents
-
- Revision 1.236 2000/02/10 11:57:08 os
- #72894# fields pageno, pagecount, title and insert footnote enabled in SW/Web
-
- Revision 1.235 2000/01/13 09:20:14 os
- #71814# FN_INSERT_IDX_ENTRY allowed on protected cursor
-
- Revision 1.234 1999/12/10 15:16:35 os
- #70711# readonly check for index entries now in GetIdxState
-
- Revision 1.233 1999/10/15 11:25:59 os
- new: FN_REMOVE_TOX
-
- Revision 1.232 1999/09/15 13:56:36 os
- dialog for authorities
-
- Revision 1.231 1999/09/10 08:51:10 jp
- FormatFootnoteDialog: dont disable by protected cursor
-
- Revision 1.230 1999/07/30 11:14:16 OS
- indexes: check readonly in status method
-
-
- Rev 1.229 30 Jul 1999 13:14:16 OS
- indexes: check readonly in status method
-
- Rev 1.228 21 Jun 1999 09:56:24 OS
- extended indexes
-
- Rev 1.227 23 Mar 1999 12:15:10 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.226 05 Feb 1999 17:04:48 OS
- #61547# InsertEndnoteDirect
-
- Rev 1.225 22 Jan 1999 11:54:08 JP
- Task #58677#: Crsr in Readonly Bereichen zulassen
-
- Rev 1.224 12 Nov 1998 17:29:18 MA
- #58677# Disable Flag
-
- Rev 1.223 06 Apr 1998 09:45:00 OS
- INSERT_FRAME_INTERACT fuer manche HTML-Exports erlaubt
-
- Rev 1.222 28 Aug 1997 12:53:10 MBA
- Neue Interface-Namen
-
- Rev 1.221 25 Jul 1997 11:31:04 AMA
- Opt: GroupId und ConfigName aufgeraeumt
-
- Rev 1.220 13 Feb 1997 12:44:56 MA
- unnoetige Texte entfernt
-
- Rev 1.219 05 Feb 1997 13:26:50 OS
- Blocksatz auch wieder fuer Web
-
- Rev 1.218 04 Feb 1997 13:40:20 HJS
- merge 04.02.97
-
- Rev 1.217 28 Jan 1997 13:27:40 HJS
- merge 28.01.97
-
- Rev 1.216 24 Jan 1997 14:58:28 OS
- nicht-Web-Slots verschoben
-
- Rev 1.215 23 Jan 1997 14:31:24 OS
- Ableitung von _Text
-
- Rev 1.214 21 Jan 1997 12:32:40 HJS
- merge 21.01.97
-
- Rev 1.213 15 Jan 1997 16:05:54 OM
- Neue OLE-Dialog
-
- Rev 1.212 14 Jan 1997 13:43:24 JP
- SID_INC_INDENT/_DEC: StatusMethode
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/viewsh.sdi b/sw/sdi/viewsh.sdi
index f074d44d6182..93e9c68e3d8a 100644
--- a/sw/sdi/viewsh.sdi
+++ b/sw/sdi/viewsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: viewsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/viewsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File ViewShell fuer Sw3
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: viewsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface TextInTable : Selection
[ uuid = "63C33940-69D8-101D-9757-C667E8298000" ]
@@ -219,87 +268,3 @@ shell SwPagePreView : SfxViewShell
}
-
-/*
-
-9D84FD80-69D8-101D-9757-C667E8298000
-
-A53B7A40-69D8-101D-9757-C667E8298000
-
-AA3EBDE0-69D8-101D-9757-C667E8298000
-
-
-
- */
-
-
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.245 2000/08/07 11:49:25 jp
- PagePreView replace the current view
-
- Revision 1.244 2000/05/26 07:06:19 os
- old SW Basic API Slots removed
-
- Revision 1.243 2000/05/10 12:00:10 os
- Basic API removed
-
- Revision 1.242 1998/11/12 16:28:58 MA
- #58677# Disable Flag
-
-
- Rev 1.241 12 Nov 1998 17:28:58 MA
- #58677# Disable Flag
-
- Rev 1.240 29 Sep 1998 14:35:18 OS
- #57281#, #57264# Zoom der Preview mit Controller, Preview-Close ueber eigenen Slot
-
- Rev 1.239 21 Aug 1998 15:44:10 OS
- Seitendruck PagePreview #55252#
-
- Rev 1.238 10 Mar 1998 14:22:38 OM
- Konstruktionsmodul fuer Forms
-
- Rev 1.237 30 Oct 1997 15:16:46 JP
- neu: LineUp/-Down und CharLeft/CharRight fuer PagePreView
-
- Rev 1.236 28 Aug 1997 12:37:34 MBA
- Neue Interface-Namen
-
- Rev 1.235 14 Apr 1997 16:02:58 OS
- neu: SearchAttributes und ReplaceAttributes
-
- Rev 1.234 24 Feb 1997 16:56:32 OM
- Silbentrennung in Draw-Objekten
-
- Rev 1.233 13 Feb 1997 12:44:50 MA
- unnoetige Texte entfernt
-
- Rev 1.232 04 Feb 1997 13:42:20 HJS
- merge 04.02.97
-
- Rev 1.231 30 Jan 1997 12:40:46 HJS
- quickmerge 30.01.97
-
- Rev 1.230 28 Jan 1997 16:37:02 OS
- DrawSelect nicht im WebWriter
-
- Rev 1.229 27 Jan 1997 16:37:34 OS
- Web-Slots aus den allg. interfaces raus
-
- Rev 1.228 23 Jan 1997 08:35:04 OS
- Ableitung von __View
-
- Rev 1.227 21 Jan 1997 12:31:42 HJS
- merge 21.01.97
-
- Rev 1.226 17 Jan 1997 13:08:24 OS
- alte Slot-defines entfernt, xxxConfig fuer FN_UPDATE_TOX
-
- Rev 1.225 14 Jan 1997 12:12:26 HJS
- merge 14.01.97
-
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/wbasesh.sdi b/sw/sdi/wbasesh.sdi
index 1d17dfef524d..0886483c98d4 100644
--- a/sw/sdi/wbasesh.sdi
+++ b/sw/sdi/wbasesh.sdi
@@ -1,14 +1,63 @@
-/*-----------------------------------------------------------------------
-
- $Workfile: WBASESH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wbasesh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File SwWebBaseShell fuer StarWriter/WEB
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: wbasesh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebSelection : BaseTextSelection
[
@@ -26,23 +75,4 @@ shell SwWebBaseShell
import Shadow "Shadow";
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.3 1997/08/28 10:52:44 MBA
- Neue Interface-Namen
-
-
- Rev 1.2 28 Aug 1997 12:52:44 MBA
- Neue Interface-Namen
-
- Rev 1.1 23 Jan 1997 14:41:16 OS
- jetzt SwWebBaseShell
-
- Rev 1.0 23 Jan 1997 08:41:06 OS
- Initial revision.
-
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/wbeziers.sdi b/sw/sdi/wbeziers.sdi
index 464bdc49e62d..ab460ccaee30 100644
--- a/sw/sdi/wbeziers.sdi
+++ b/sw/sdi/wbeziers.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: wbeziers.idl $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wbeziers.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File SwBezierShell fuer StarWriter/Web
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: wbeziers.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface Bezier : _Bezier
[ uuid = "68EF7EA0-6876-11D0-A887-008029E86826" ]
@@ -20,19 +69,4 @@ shell SwBezierShell: SwBaseShell
import Bezier[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.2 2000/02/01 09:45:00 os
- #72282# SwWebBaseShell removed
-
- Revision 1.1 1997/01/23 13:48:58 OS
- Initial revision.
-
-
- Rev 1.0 23 Jan 1997 14:48:58 OS
- Initial revision.
-
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/wdocsh.sdi b/sw/sdi/wdocsh.sdi
index a0789f713174..d72ff9377246 100644
--- a/sw/sdi/wdocsh.sdi
+++ b/sw/sdi/wdocsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: wdocsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wdocsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: SwWebDocShell
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: wdocsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebDocument : BaseTextDocument
[
@@ -50,48 +99,3 @@ shell SwWebGlosDocShell : SwWebDocShell
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.12 1999/03/23 11:15:06 MA
- #63806# ConfigName und HelpText entfernt
-
-
- Rev 1.11 23 Mar 1999 12:15:06 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.10 01 Oct 1997 12:03:12 OS
- SID_SOURCEVIEW im Writer immer asynchron #44269#
-
- Rev 1.9 28 Aug 1997 12:38:46 MBA
- Neue Interface-Namen
-
- Rev 1.8 06 Aug 1997 14:50:48 OS
- FN_SOURCEVIEW -> SID_SOURCEVIEW
-
- Rev 1.7 23 Jul 1997 16:08:00 AMA
- Opt: ConfigName etc. aufgeraeumt
-
- Rev 1.6 16 Jun 1997 13:08:16 MA
- #40731# falsches Exportverbot entfernt
-
- Rev 1.5 09 Jun 1997 14:27:16 MA
- chg: Browse-Flag nur noch am Doc
-
- Rev 1.4 26 May 1997 12:45:10 OS
- FN_SOURCEVIEW waehrend des Ladens disabled (Volatile)
-
- Rev 1.3 12 Feb 1997 11:58:44 JP
- neu: WebGlossryDocShell
-
- Rev 1.2 03 Feb 1997 12:04:06 OS
- SID_HTML_MODE an der WebDocShell
-
- Rev 1.1 30 Jan 1997 15:28:20 OS
- SourceView nur noch fuer den Sw/Web
-
- Rev 1.0 23 Jan 1997 08:42:06 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/wdrwbase.sdi b/sw/sdi/wdrwbase.sdi
index 5ceadf58a86b..aaf3907b111e 100644
--- a/sw/sdi/wdrwbase.sdi
+++ b/sw/sdi/wdrwbase.sdi
@@ -1,14 +1,63 @@
-/*-----------------------------------------------------------------------
-
- $Workfile: wdrwbase.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wdrwbase.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: WebDrawBaseShell
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: wdrwbase.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebDrawBase : BaseTextDrawBase
[
@@ -31,30 +80,4 @@ shell SwWebDrawBaseShell: SwBaseShell
]
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.6 2000/02/01 09:45:00 os
- #72282# SwWebBaseShell removed
-
- Revision 1.5 1998/11/12 16:28:52 MA
- #58677# Disable Flag
-
-
- Rev 1.4 12 Nov 1998 17:28:52 MA
- #58677# Disable Flag
-
- Rev 1.3 03 Sep 1997 16:51:40 MBA
- Neue Shell
-
- Rev 1.2 28 Aug 1997 12:37:14 MBA
- Neue Interface-Namen
-
- Rev 1.1 12 Feb 1997 19:00:52 MA
- unnoetige Texte
-
- Rev 1.0 23 Jan 1997 14:43:06 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/wformsh.sdi b/sw/sdi/wformsh.sdi
index 75252f1c8df8..008de06d6188 100644
--- a/sw/sdi/wformsh.sdi
+++ b/sw/sdi/wformsh.sdi
@@ -1,3 +1,63 @@
+/*************************************************************************
+ *
+ * $RCSfile: wformsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebDrawForm: BaseTextDrawForm
[
uuid = "4bac4490-fede-11d1-abff-006097b418c2"
@@ -11,15 +71,4 @@ shell SwWebDrawFormShell : SwWebDrawBaseShell
import WebDrawForm[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.1 1998/06/08 16:07:30 OM
- Initial revision.
-
-
- Rev 1.0 08 Jun 1998 18:07:30 OM
- Initial revision.
-
-------------------------------------------------------------------------*/
diff --git a/sw/sdi/wfrmsh.sdi b/sw/sdi/wfrmsh.sdi
index 3450f490183f..b201b9dc35ae 100644
--- a/sw/sdi/wfrmsh.sdi
+++ b/sw/sdi/wfrmsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: wfrmSH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wfrmsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: FrameShell fuer StarWriter/Web
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: wfrmsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebFrame : BaseTextFrame
[
@@ -27,24 +76,3 @@ shell SwWebFrameShell : SwBaseShell
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/02/01 09:45:00 os
- #72282# SwWebBaseShell removed
-
- Revision 1.3 1997/08/28 10:51:42 MBA
- Neue Interface-Namen
-
-
- Rev 1.2 28 Aug 1997 12:51:42 MBA
- Neue Interface-Namen
-
- Rev 1.1 31 Jan 1997 13:24:50 OS
- SwWebFrameShell
-
- Rev 1.0 23 Jan 1997 14:46:46 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/wgrfsh.sdi b/sw/sdi/wgrfsh.sdi
index 42837d30ff80..1599213446a7 100644
--- a/sw/sdi/wgrfsh.sdi
+++ b/sw/sdi/wgrfsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: WGRFSH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wgrfsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: GraphicShell fuer StarWriter/Web
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: wgrfsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebGraphic : BaseTextGraphic
[
@@ -26,24 +75,3 @@ shell SwWebGrfShell : SwBaseShell
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/08/08 13:42:52 os
- #77423# separate graphic shell
-
- Revision 1.3 1997/09/03 14:53:42 MBA
- Neue Shell
-
-
- Rev 1.2 03 Sep 1997 16:53:42 MBA
- Neue Shell
-
- Rev 1.1 28 Aug 1997 12:52:56 MBA
- Neue Interface-Namen
-
- Rev 1.0 31 Jan 1997 13:29:24 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/wlistsh.sdi b/sw/sdi/wlistsh.sdi
index e205a0b60a88..420f53800760 100644
--- a/sw/sdi/wlistsh.sdi
+++ b/sw/sdi/wlistsh.sdi
@@ -1,15 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: WLISTSH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wlistsh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: IDL - File SwWebBaseShell fuer StarWriter /Web
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
-
+/*************************************************************************
+ *
+ * $RCSfile: wlistsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebList : BaseTextList
[
uuid = "B47F0DE3-1E1F-11d1-89CA-008029E4B0B1"
@@ -25,24 +73,3 @@ shell SwWebListShell : SwBaseShell
import WebList[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/02/01 09:45:00 os
- #72282# SwWebBaseShell removed
-
- Revision 1.3 1997/09/03 14:52:36 MBA
- Neue Shell
-
-
- Rev 1.2 03 Sep 1997 16:52:36 MBA
- Neue Shell
-
- Rev 1.1 28 Aug 1997 12:38:04 MBA
- Neue Interface-Namen
-
- Rev 1.0 23 Jan 1997 14:43:32 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/wolesh.sdi b/sw/sdi/wolesh.sdi
index 3caf840718fa..81b56d22c82e 100644
--- a/sw/sdi/wolesh.sdi
+++ b/sw/sdi/wolesh.sdi
@@ -1,15 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: WOLESH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wolesh.sdi,v 1.1.1.1 2000-09-18 17:14:30 hr Exp $
-
- Beschreibung: OleShell fuer StarWriter/Web
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
-
+/*************************************************************************
+ *
+ * $RCSfile: wolesh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebOLEObject : BaseTextOLEObject
[
uuid = "B47F0DE2-1E1F-11d1-89CA-008029E4B0B1"
@@ -27,21 +75,3 @@ shell SwWebOleShell : SwWebFrameShell
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.3 1997/09/10 06:56:54 OS
- OLE importiert Frame
-
-
- Rev 1.2 10 Sep 1997 08:56:54 OS
- OLE importiert Frame
-
- Rev 1.1 28 Aug 1997 12:37:54 MBA
- Neue Interface-Namen
-
- Rev 1.0 31 Jan 1997 13:29:02 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/wrtapp.sdi b/sw/sdi/wrtapp.sdi
index bb8c7076db13..fbf540944e7e 100644
--- a/sw/sdi/wrtapp.sdi
+++ b/sw/sdi/wrtapp.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: wrtapp.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wrtapp.sdi,v 1.3 2001-06-25 13:42:52 os Exp $
-
- Beschreibung: IDL - File SwWriterApp - Shell fuer Sw3
-
- (c) Copyright 1989 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: wrtapp.sdi,v $
+ *
+ * $Revision: 1.4 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface StarWriter : Module
@@ -239,129 +288,3 @@ shell SwModule
import StarWriter[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.2 2001/02/15 08:57:16 os
- #83369# FormLetter: status method changed
-
- Revision 1.1.1.1 2000/09/18 17:14:31 hr
- initial import
-
- Revision 1.136 2000/05/26 07:06:20 os
- old SW Basic API Slots removed
-
- Revision 1.135 2000/05/10 12:00:10 os
- Basic API removed
-
- Revision 1.134 1999/11/30 10:19:58 jp
- Task #70259#: more entries into to the popup menus
-
- Revision 1.133 1999/09/28 13:17:11 os
- #67382# separate dialog for business cards
-
- Revision 1.132 1999/06/22 15:36:04 JP
- Bug #43028#: disableflag for edit in mailbody
-
-
- Rev 1.131 22 Jun 1999 17:36:04 JP
- Bug #43028#: disableflag for edit in mailbody
-
- Rev 1.130 23 Mar 1999 12:15:22 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.129 17 Feb 1999 15:06:42 OS
- #61890# Methoden fuer alte Optionsdialoge geloescht
-
- Rev 1.128 26 Nov 1998 15:19:08 MA
- #59896# Raster usw jetzt an der Application
-
- Rev 1.127 12 Nov 1998 17:29:00 MA
- #58677# Disable Flag
-
- Rev 1.126 26 Jan 1998 09:12:10 OS
- neu: WebViewSettings
-
- Rev 1.125 22 Dec 1997 17:18:54 MA
- ShadowCursor
-
- Rev 1.124 03 Nov 1997 16:09:42 JP
- neu: Optionen/-Page/Basic-Schnittst. fuer ShadowCursor
-
- Rev 1.123 28 Aug 1997 12:52:34 MBA
- Neue Interface-Namen
-
- Rev 1.122 11 Jun 1997 14:57:44 OS
- SpellOnline und HideSpell nicht mehr mit Exportverbot #40529#
-
- Rev 1.121 09 Jun 1997 14:27:20 MA
- chg: Browse-Flag nur noch am Doc
-
- Rev 1.120 06 Jun 1997 12:42:38 MA
- chg: versteckte Absaetze ausblenden
-
- Rev 1.119 30 May 1997 15:36:46 OS
- FN_CONFIG_DLG raus
-
- Rev 1.118 28 May 1997 08:13:48 OS
- SID_ATTR_METRIC am SwModule ausfuehren fr #40192#
-
- Rev 1.117 16 Feb 1997 15:23:38 OM
- DB-Manager an Ofa verschoben
-
- Rev 1.116 30 Jan 1997 11:01:00 OS
- neu: PRINT_LAYOUT
-
- Rev 1.115 27 Jan 1997 16:38:38 OS
- HtmlMode entfernt
-
- Rev 1.114 04 Dec 1996 14:01:32 OS
- neue Ids fuer Optionendialoge
-
- Rev 1.113 26 Nov 1996 19:43:42 OS
- GetDocManPath mit SID_SW_DOCMAN_PATH
-
- Rev 1.112 22 Nov 1996 13:03:46 OS
- neue Ids fuer Wizards
-
- Rev 1.111 01 Nov 1996 17:59:38 MA
- Umstellung zum Module
-
- Rev 1.110 27 Sep 1996 13:58:28 OS
- +StateMethod fuer FN_LABEL
-
- Rev 1.109 21 Sep 1996 17:36:42 OS
- Sot-Umstellung beendet
-
- Rev 1.108 18 Sep 1996 10:37:14 OM
- Slots entfernt
-
- Rev 1.107 17 Sep 1996 18:17:48 OS
- EditOptionsDialog noch nicht in swriter.idl
-
- Rev 1.106 16 Sep 1996 10:26:50 MBA
- Erste Anpassungen an swriter.idl
-
- Rev 1.105 10 Sep 1996 16:39:44 OS
- Slotvereinheitlichung zu, 1.
-
- Rev 1.104 31 Aug 1996 17:13:02 OS
- neue Optionendialoge
-
- Rev 1.103 20 Aug 1996 17:28:38 HJS
- eu...
-
- Rev 1.102 13 Aug 1996 12:35:16 OS
- neu: InternetDialog
-
- Rev 1.101 06 Aug 1996 11:09:56 OM
- Hyperlinkleiste auf bei Readonly-Doks
-
- Rev 1.100 29 Jul 1996 11:09:18 OS
- FN_SET_HTMLMODE -> SID_HTML_MODE
-
- Rev 1.99 25 Jul 1996 15:26:28 OS
- neu: FN_SET_HTMLMODE
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/wtabsh.sdi b/sw/sdi/wtabsh.sdi
index e228dbe51c79..c5638c982fc7 100644
--- a/sw/sdi/wtabsh.sdi
+++ b/sw/sdi/wtabsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: WTABSH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wtabsh.sdi,v 1.1.1.1 2000-09-18 17:14:31 hr Exp $
-
- Beschreibung: IDL - File fuer TabShell StarWriter /Web
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: wtabsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebTable : BaseTextTable
[ uuid = "B47F0DEC-1E1F-11d1-89CA-008029E4B0B1" ]
@@ -23,24 +72,3 @@ shell SwWebTableShell : SwBaseShell
import WebTable[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/02/01 09:45:00 os
- #72282# SwWebBaseShell removed
-
- Revision 1.3 1997/09/03 14:42:08 MBA
- Neue Shell
-
-
- Rev 1.2 03 Sep 1997 16:42:08 MBA
- Neue Shell
-
- Rev 1.1 28 Aug 1997 12:53:54 MBA
- Neue Interface-Namen
-
- Rev 1.0 23 Jan 1997 14:42:32 OS
- Initial revision.
-
-------------------------------------------------------------------------*/
-
diff --git a/sw/sdi/wtextsh.sdi b/sw/sdi/wtextsh.sdi
index 880f5196387b..8b260797ca13 100644
--- a/sw/sdi/wtextsh.sdi
+++ b/sw/sdi/wtextsh.sdi
@@ -1,15 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: WTEXTSH.IDL $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wtextsh.sdi,v 1.1.1.1 2000-09-18 17:14:31 hr Exp $
-
- Beschreibung: IDL - File Textshell fuer StarWriter/WEB
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
-
+/*************************************************************************
+ *
+ * $RCSfile: wtextsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebText : BaseText
[
@@ -33,29 +81,3 @@ shell SwWebTextShell : SwBaseShell
import WebText[Automation];
}
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.5 2000/06/20 14:47:52 os
- #70060# less occurences of columns in HTML
-
- Revision 1.4 2000/05/26 07:06:20 os
- old SW Basic API Slots removed
-
- Revision 1.3 2000/02/01 09:45:00 os
- #72282# SwWebBaseShell removed
-
- Revision 1.2 1997/08/28 10:39:20 MBA
- Neue Interface-Namen
-
-
- Rev 1.1 28 Aug 1997 12:39:20 MBA
- Neue Interface-Namen
-
- Rev 1.0 23 Jan 1997 14:41:50 OS
- WebTextShell
-
-
-------------------------------------------------------------------------*/
-
-
diff --git a/sw/sdi/wviewsh.sdi b/sw/sdi/wviewsh.sdi
index 8e22b606abd8..677fa2ce15bc 100644
--- a/sw/sdi/wviewsh.sdi
+++ b/sw/sdi/wviewsh.sdi
@@ -1,14 +1,63 @@
-/*------------------------------------------------------------------------
-
- $Workfile: wviewsh.sdi $
-
- $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/sdi/wviewsh.sdi,v 1.1.1.1 2000-09-18 17:14:31 hr Exp $
-
- Beschreibung: allgemeine interfaces fuer View
-
- (c) Copyright 1997 - 2000, Star Division GmbH, Hamburg
-
-------------------------------------------------------------------------*/
+/*************************************************************************
+ *
+ * $RCSfile: wviewsh.sdi,v $
+ *
+ * $Revision: 1.2 $
+ *
+ * last change: $Author: os $ $Date: 2001-09-28 07:01:35 $
+ *
+ * The Contents of this file are made available subject to the terms of
+ * either of the following licenses
+ *
+ * - GNU Lesser General Public License Version 2.1
+ * - Sun Industry Standards Source License Version 1.1
+ *
+ * Sun Microsystems Inc., October, 2000
+ *
+ * GNU Lesser General Public License Version 2.1
+ * =============================================
+ * Copyright 2000 by Sun Microsystems, Inc.
+ * 901 San Antonio Road, Palo Alto, CA 94303, USA
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License version 2.1, as published by the Free Software Foundation.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ *
+ *
+ * Sun Industry Standards Source License Version 1.1
+ * =================================================
+ * The contents of this file are subject to the Sun Industry Standards
+ * Source License Version 1.1 (the "License"); You may not use this file
+ * except in compliance with the License. You may obtain a copy of the
+ * License at http://www.openoffice.org/license.html.
+ *
+ * Software provided under this License is provided on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
+ * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
+ * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
+ * See the License for the specific provisions governing your rights and
+ * obligations concerning the Software.
+ *
+ * The Initial Developer of the Original Code is: Sun Microsystems, Inc.
+ *
+ * Copyright: 2000 by Sun Microsystems, Inc.
+ *
+ * All Rights Reserved.
+ *
+ * Contributor(s): _______________________________________
+ *
+ *
+ ************************************************************************/
interface WebTextInTable : Selection
[ uuid = "B47F0DE7-1E1F-11d1-89CA-008029E4B0B1" ]
@@ -176,48 +225,4 @@ shell SwSrcView : SfxViewShell
-/*------------------------------------------------------------------------
-
- $Log: not supported by cvs2svn $
- Revision 1.12 2000/05/26 07:06:20 os
- old SW Basic API Slots removed
-
- Revision 1.11 2000/05/10 12:00:11 os
- Basic API removed
-
- Revision 1.10 1999/03/23 11:16:34 MA
- #63806# ConfigName und HelpText entfernt
-
-
- Rev 1.9 23 Mar 1999 12:16:34 MA
- #63806# ConfigName und HelpText entfernt
-
- Rev 1.8 12 Nov 1998 17:29:12 MA
- #58677# Disable Flag
-
- Rev 1.7 11 Jul 1998 15:28:30 OS
- HTML-Quelltext ins Medium der DocShell speichern #52379#
-
- Rev 1.6 13 Mar 1998 08:32:26 OS
- SID_NEWWINDOW nicht mehr ueberladen
-
- Rev 1.5 28 Aug 1997 12:52:16 MBA
- Neue Interface-Namen
-
- Rev 1.4 14 Apr 1997 16:03:00 OS
- neu: SearchAttributes und ReplaceAttributes
-
- Rev 1.3 12 Feb 1997 12:19:16 OM
- Kopf/Fusszeilen im Webmode
-
- Rev 1.2 11 Feb 1997 14:04:06 OM
- Lauftext im Webmode
-
- Rev 1.1 10 Feb 1997 17:28:50 OM
- Lauftext
-
- Rev 1.0 23 Jan 1997 08:41:46 OS
- Initial revision.
-
-------------------------------------------------------------------------*/