From e45707918bb9c3916125394f2b00d30a73aa1e0b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 9 Dec 2002 10:02:22 +0000 Subject: #106005# remove $Log entries --- offapi/com/sun/star/text/XDocumentIndexMark.idl | 32 ++---------------- .../sun/star/text/XFootnotesSettingsSupplier.idl | 26 ++------------- offapi/com/sun/star/text/XFootnotesSupplier.idl | 21 ++---------- offapi/com/sun/star/text/XHeaderFooter.idl | 21 ++---------- .../com/sun/star/text/XHeaderFooterPageStyle.idl | 20 ++---------- .../com/sun/star/text/XLineNumberingSupplier.idl | 26 ++------------- offapi/com/sun/star/text/XModule.idl | 20 ++---------- offapi/com/sun/star/text/XPageCursor.idl | 30 ++--------------- offapi/com/sun/star/text/XPagePrintable.idl | 38 ++-------------------- offapi/com/sun/star/text/XParagraphCursor.idl | 21 ++---------- .../com/sun/star/text/XReferenceMarksSupplier.idl | 20 ++---------- .../sun/star/text/XRelativeTextContentInsert.idl | 23 ++----------- .../sun/star/text/XRelativeTextContentRemove.idl | 23 ++----------- offapi/com/sun/star/text/XSentenceCursor.idl | 21 ++---------- offapi/com/sun/star/text/XSimpleText.idl | 31 ++---------------- offapi/com/sun/star/text/XText.idl | 24 ++------------ offapi/com/sun/star/text/XTextColumns.idl | 27 ++------------- offapi/com/sun/star/text/XTextContent.idl | 30 ++--------------- offapi/com/sun/star/text/XTextCursor.idl | 30 ++--------------- offapi/com/sun/star/text/XTextDocument.idl | 30 ++--------------- offapi/com/sun/star/text/XTextEmbeddedObject.idl | 27 ++------------- .../sun/star/text/XTextEmbeddedObjectsSupplier.idl | 21 ++---------- offapi/com/sun/star/text/XTextField.idl | 30 ++--------------- offapi/com/sun/star/text/XTextFieldsSupplier.idl | 30 ++--------------- offapi/com/sun/star/text/XTextFrame.idl | 27 ++------------- offapi/com/sun/star/text/XTextFramesSupplier.idl | 21 ++---------- .../sun/star/text/XTextGraphicObjectsSupplier.idl | 21 ++---------- offapi/com/sun/star/text/XTextRange.idl | 27 ++------------- offapi/com/sun/star/text/XTextRangeCompare.idl | 21 ++---------- offapi/com/sun/star/text/XTextRangeMover.idl | 24 ++------------ offapi/com/sun/star/text/XTextSection.idl | 30 ++--------------- offapi/com/sun/star/text/XTextSectionsSupplier.idl | 21 ++---------- offapi/com/sun/star/text/XTextShapesSupplier.idl | 27 ++------------- offapi/com/sun/star/text/XTextTable.idl | 30 ++--------------- offapi/com/sun/star/text/XTextTableCursor.idl | 27 ++------------- offapi/com/sun/star/text/XTextTablesSupplier.idl | 21 ++---------- offapi/com/sun/star/text/XTextViewCursor.idl | 21 ++---------- .../com/sun/star/text/XTextViewCursorSupplier.idl | 24 ++------------ 38 files changed, 76 insertions(+), 888 deletions(-) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/text/XDocumentIndexMark.idl b/offapi/com/sun/star/text/XDocumentIndexMark.idl index e943176355e6..70a69b8c224b 100644 --- a/offapi/com/sun/star/text/XDocumentIndexMark.idl +++ b/offapi/com/sun/star/text/XDocumentIndexMark.idl @@ -2,9 +2,9 @@ * * $RCSfile: XDocumentIndexMark.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:45 $ + * last change: $Author: obo $ $Date: 2002-12-09 11:02:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -106,33 +106,5 @@ interface XDocumentIndexMark: com::sun::star::text::XTextContent }; }; }; }; -/*============================================================================= - $Log: not supported by cvs2svn $ - Revision 1.5 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.4 2000/12/19 16:03:49 mi - documentations syntax errors fixed - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:04 hjs - initial import - - Revision 1.5 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:03 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl b/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl index d38d5368b250..75014b190aba 100644 --- a/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl +++ b/offapi/com/sun/star/text/XFootnotesSettingsSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XFootnotesSettingsSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:45 $ + * last change: $Author: obo $ $Date: 2002-12-09 11:01:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,27 +96,5 @@ interface XFootnotesSettingsSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:04 hjs - initial import - - Revision 1.5 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:03 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XFootnotesSupplier.idl b/offapi/com/sun/star/text/XFootnotesSupplier.idl index 6355d477534e..7133c7088b98 100644 --- a/offapi/com/sun/star/text/XFootnotesSupplier.idl +++ b/offapi/com/sun/star/text/XFootnotesSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XFootnotesSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 11:00:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,21 +107,4 @@ interface XFootnotesSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:04 hjs - initial import - - Revision 1.3 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XHeaderFooter.idl b/offapi/com/sun/star/text/XHeaderFooter.idl index deb6956e6a6c..05406b004486 100644 --- a/offapi/com/sun/star/text/XHeaderFooter.idl +++ b/offapi/com/sun/star/text/XHeaderFooter.idl @@ -2,9 +2,9 @@ * * $RCSfile: XHeaderFooter.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:59:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,21 +103,4 @@ interface XHeaderFooter: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:04 hjs - initial import - - Revision 1.3 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl b/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl index 9b4e2fdf09c1..51dc82a5951b 100644 --- a/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl +++ b/offapi/com/sun/star/text/XHeaderFooterPageStyle.idl @@ -2,9 +2,9 @@ * * $RCSfile: XHeaderFooterPageStyle.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:58:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,21 +103,5 @@ interface XHeaderFooterPageStyle: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:04 hjs - initial import - - Revision 1.3 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XLineNumberingSupplier.idl b/offapi/com/sun/star/text/XLineNumberingSupplier.idl index 3a0f6b134528..cfd5fe64ea22 100644 --- a/offapi/com/sun/star/text/XLineNumberingSupplier.idl +++ b/offapi/com/sun/star/text/XLineNumberingSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XLineNumberingSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:57:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,27 +119,5 @@ interface XLineNumberingSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:04 hjs - initial import - - Revision 1.5 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:03 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XModule.idl b/offapi/com/sun/star/text/XModule.idl index 1addc4f15bc2..625aec1c75f1 100644 --- a/offapi/com/sun/star/text/XModule.idl +++ b/offapi/com/sun/star/text/XModule.idl @@ -2,9 +2,9 @@ * * $RCSfile: XModule.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:55:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,21 +83,5 @@ interface XModule: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:04 hjs - initial import - - Revision 1.3 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XPageCursor.idl b/offapi/com/sun/star/text/XPageCursor.idl index 1be5fa85e4dc..46431b71b479 100644 --- a/offapi/com/sun/star/text/XPageCursor.idl +++ b/offapi/com/sun/star/text/XPageCursor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPageCursor.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:54:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,30 +146,4 @@ interface XPageCursor: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.5 2000/12/19 17:10:54 mi - syntax correction - - Revision 1.4 2000/12/19 16:03:49 mi - documentations syntax errors fixed - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:04 hjs - initial import - - Revision 1.4 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.2 2000/01/03 12:03:23 mi - reference manual - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XPagePrintable.idl b/offapi/com/sun/star/text/XPagePrintable.idl index 6db2aaed1949..ca79d15db234 100644 --- a/offapi/com/sun/star/text/XPagePrintable.idl +++ b/offapi/com/sun/star/text/XPagePrintable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XPagePrintable.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:53:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -127,39 +127,5 @@ interface XPagePrintable: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - $Log: not supported by cvs2svn $ - Revision 1.5.16.1 2002/04/12 08:10:50 os - service name of properties corrected - - Revision 1.5 2001/03/16 16:41:46 jsc - remove interfaceheader with uik and remove [const] in method definitions - - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.2 2000/10/09 14:25:02 mi - #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags) - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.5 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:03 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XParagraphCursor.idl b/offapi/com/sun/star/text/XParagraphCursor.idl index baacda968d8c..113a538bf805 100644 --- a/offapi/com/sun/star/text/XParagraphCursor.idl +++ b/offapi/com/sun/star/text/XParagraphCursor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XParagraphCursor.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:49:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,21 +125,4 @@ interface XParagraphCursor: com::sun::star::text::XTextCursor }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:02 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XReferenceMarksSupplier.idl b/offapi/com/sun/star/text/XReferenceMarksSupplier.idl index 70bda27cdc2a..22304f75e6d4 100644 --- a/offapi/com/sun/star/text/XReferenceMarksSupplier.idl +++ b/offapi/com/sun/star/text/XReferenceMarksSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XReferenceMarksSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:48:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,21 +102,5 @@ interface XReferenceMarksSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XRelativeTextContentInsert.idl b/offapi/com/sun/star/text/XRelativeTextContentInsert.idl index abec187ebabe..a00e5237d732 100644 --- a/offapi/com/sun/star/text/XRelativeTextContentInsert.idl +++ b/offapi/com/sun/star/text/XRelativeTextContentInsert.idl @@ -2,9 +2,9 @@ * * $RCSfile: XRelativeTextContentInsert.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:47:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -115,25 +115,6 @@ interface XRelativeTextContentInsert: com::sun::star::uno::XInterface }; };};};}; -/*============================================================================= - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.4 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.2 2000/07/11 13:41:30 os - documentation - - Revision 1.1 2000/07/11 08:30:55 os - #76708# insert/remove paragraphs before/behind tables - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XRelativeTextContentRemove.idl b/offapi/com/sun/star/text/XRelativeTextContentRemove.idl index 8b2b6efdbd8c..3403f2e53c59 100644 --- a/offapi/com/sun/star/text/XRelativeTextContentRemove.idl +++ b/offapi/com/sun/star/text/XRelativeTextContentRemove.idl @@ -2,9 +2,9 @@ * * $RCSfile: XRelativeTextContentRemove.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:45:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,25 +111,6 @@ interface XRelativeTextContentRemove: com::sun::star::uno::XInterface raises( com::sun::star::lang::IllegalArgumentException ); }; };};};}; -/*============================================================================= - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.4 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.2 2000/07/11 13:41:30 os - documentation - - Revision 1.1 2000/07/11 08:31:02 os - #76708# insert/remove paragraphs before/behind tables - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XSentenceCursor.idl b/offapi/com/sun/star/text/XSentenceCursor.idl index b442d007ece0..cc306c174adf 100644 --- a/offapi/com/sun/star/text/XSentenceCursor.idl +++ b/offapi/com/sun/star/text/XSentenceCursor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSentenceCursor.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:44:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,21 +125,4 @@ interface XSentenceCursor: com::sun::star::text::XTextCursor }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XSimpleText.idl b/offapi/com/sun/star/text/XSimpleText.idl index 0ecd8419eecc..2f61d766ea8c 100644 --- a/offapi/com/sun/star/text/XSimpleText.idl +++ b/offapi/com/sun/star/text/XSimpleText.idl @@ -2,9 +2,9 @@ * * $RCSfile: XSimpleText.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:42:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -186,31 +186,4 @@ interface XSimpleText: com::sun::star::text::XTextRange }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.5 2001/01/12 13:36:43 mi - missing argument documentation added - - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.2 2000/10/09 14:25:02 mi - #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags) - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1 2000/01/24 13:18:57 mi - #72213# XSimpleText without insert/remove content - - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XText.idl b/offapi/com/sun/star/text/XText.idl index 359ca32fa95c..bc59486e0c07 100644 --- a/offapi/com/sun/star/text/XText.idl +++ b/offapi/com/sun/star/text/XText.idl @@ -2,9 +2,9 @@ * * $RCSfile: XText.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:41:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -138,24 +138,4 @@ interface XText: com::sun::star::text::XSimpleText }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.4 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.2 2000/01/24 13:18:57 mi - #72213# XSimpleText without insert/remove content - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextColumns.idl b/offapi/com/sun/star/text/XTextColumns.idl index e9b79b8c3472..52a6a79ad45d 100644 --- a/offapi/com/sun/star/text/XTextColumns.idl +++ b/offapi/com/sun/star/text/XTextColumns.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextColumns.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:40:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,27 +146,4 @@ interface XTextColumns: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.5 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:03 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextContent.idl b/offapi/com/sun/star/text/XTextContent.idl index 9224b47fbf24..8f8b790a6592 100644 --- a/offapi/com/sun/star/text/XTextContent.idl +++ b/offapi/com/sun/star/text/XTextContent.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextContent.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:40:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -123,30 +123,4 @@ interface XTextContent: com::sun::star::lang::XComponent }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4.16.1 2002/08/27 12:01:09 tl - #97432# documentation added - - Revision 1.4 2001/03/16 16:41:46 jsc - remove interfaceheader with uik and remove [const] in method definitions - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.4 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.2 1999/11/18 11:49:58 mi - XComponent now in module lang - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextCursor.idl b/offapi/com/sun/star/text/XTextCursor.idl index f8cb35b315a9..ce49648bfe3e 100644 --- a/offapi/com/sun/star/text/XTextCursor.idl +++ b/offapi/com/sun/star/text/XTextCursor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextCursor.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:10:07 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:39:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -141,30 +141,4 @@ interface XTextCursor: com::sun::star::text::XTextRange }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4.16.2 2002/08/27 12:02:55 tl - #97433# documentation added - - Revision 1.4.16.1 2002/08/27 12:01:55 tl - #97435# documentation added - - Revision 1.4 2001/03/16 16:41:46 jsc - remove interfaceheader with uik and remove [const] in method definitions - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextDocument.idl b/offapi/com/sun/star/text/XTextDocument.idl index f4a6607add39..ffec87cf6028 100644 --- a/offapi/com/sun/star/text/XTextDocument.idl +++ b/offapi/com/sun/star/text/XTextDocument.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextDocument.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:37:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -107,30 +107,4 @@ interface XTextDocument: com::sun::star::frame::XModel }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.2 2000/10/09 14:25:02 mi - #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags) - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.4 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.2 2000/02/07 11:25:03 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextEmbeddedObject.idl b/offapi/com/sun/star/text/XTextEmbeddedObject.idl index 381fe79db468..bb07d1b54c0f 100644 --- a/offapi/com/sun/star/text/XTextEmbeddedObject.idl +++ b/offapi/com/sun/star/text/XTextEmbeddedObject.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextEmbeddedObject.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:35:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,27 +108,4 @@ interface XTextEmbeddedObject: com::sun::star::text::XTextContent }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.5 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:03 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextEmbeddedObjectsSupplier.idl b/offapi/com/sun/star/text/XTextEmbeddedObjectsSupplier.idl index 01c4f9c3963d..28a24f5f8dd5 100644 --- a/offapi/com/sun/star/text/XTextEmbeddedObjectsSupplier.idl +++ b/offapi/com/sun/star/text/XTextEmbeddedObjectsSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextEmbeddedObjectsSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:34:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,21 +96,4 @@ interface XTextEmbeddedObjectsSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextField.idl b/offapi/com/sun/star/text/XTextField.idl index 7905a225c7c1..7bd90635caf1 100644 --- a/offapi/com/sun/star/text/XTextField.idl +++ b/offapi/com/sun/star/text/XTextField.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextField.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:34:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,30 +100,4 @@ interface XTextField: com::sun::star::text::XTextContent }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.5 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:04 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextFieldsSupplier.idl b/offapi/com/sun/star/text/XTextFieldsSupplier.idl index a5286f65119d..a884e4779ae4 100644 --- a/offapi/com/sun/star/text/XTextFieldsSupplier.idl +++ b/offapi/com/sun/star/text/XTextFieldsSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextFieldsSupplier.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:33:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,30 +111,4 @@ interface XTextFieldsSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.2 2000/10/09 14:25:02 mi - #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags) - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.4 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.2 2000/02/07 11:25:04 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextFrame.idl b/offapi/com/sun/star/text/XTextFrame.idl index 3e3dd878076e..cd97ce4fa85b 100644 --- a/offapi/com/sun/star/text/XTextFrame.idl +++ b/offapi/com/sun/star/text/XTextFrame.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextFrame.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:29:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,27 +96,4 @@ interface XTextFrame: com::sun::star::text::XTextContent }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.4 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.2 2000/02/07 11:25:04 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextFramesSupplier.idl b/offapi/com/sun/star/text/XTextFramesSupplier.idl index 45299c92daac..40f734910cd8 100644 --- a/offapi/com/sun/star/text/XTextFramesSupplier.idl +++ b/offapi/com/sun/star/text/XTextFramesSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextFramesSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:28:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,21 +95,4 @@ interface XTextFramesSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextGraphicObjectsSupplier.idl b/offapi/com/sun/star/text/XTextGraphicObjectsSupplier.idl index 3a280ffbab92..27faec52ff13 100644 --- a/offapi/com/sun/star/text/XTextGraphicObjectsSupplier.idl +++ b/offapi/com/sun/star/text/XTextGraphicObjectsSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextGraphicObjectsSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:27:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -96,21 +96,4 @@ interface XTextGraphicObjectsSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextRange.idl b/offapi/com/sun/star/text/XTextRange.idl index db484c021200..77a41383576f 100644 --- a/offapi/com/sun/star/text/XTextRange.idl +++ b/offapi/com/sun/star/text/XTextRange.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextRange.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:27:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,27 +135,4 @@ interface XTextRange: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.5 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:04 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextRangeCompare.idl b/offapi/com/sun/star/text/XTextRangeCompare.idl index 6adf3e3a2ef6..13194c6689c5 100644 --- a/offapi/com/sun/star/text/XTextRangeCompare.idl +++ b/offapi/com/sun/star/text/XTextRangeCompare.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextRangeCompare.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:25:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -125,21 +125,4 @@ interface XTextRangeCompare: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1 2000/03/28 08:16:36 mi - #74484# XTextRangeCompare: new interface - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextRangeMover.idl b/offapi/com/sun/star/text/XTextRangeMover.idl index 5d3109127382..811c043c430f 100644 --- a/offapi/com/sun/star/text/XTextRangeMover.idl +++ b/offapi/com/sun/star/text/XTextRangeMover.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextRangeMover.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:24:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,24 +104,4 @@ interface XTextRangeMover: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextSection.idl b/offapi/com/sun/star/text/XTextSection.idl index 13aa1ff38676..70d42116f509 100644 --- a/offapi/com/sun/star/text/XTextSection.idl +++ b/offapi/com/sun/star/text/XTextSection.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextSection.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:23:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,30 +99,4 @@ interface XTextSection: com::sun::star::text::XTextContent }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.5 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:04 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextSectionsSupplier.idl b/offapi/com/sun/star/text/XTextSectionsSupplier.idl index 0a69dbc21416..6aa2e2448d86 100644 --- a/offapi/com/sun/star/text/XTextSectionsSupplier.idl +++ b/offapi/com/sun/star/text/XTextSectionsSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextSectionsSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:22:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,21 +95,4 @@ interface XTextSectionsSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextShapesSupplier.idl b/offapi/com/sun/star/text/XTextShapesSupplier.idl index 6443699b2db3..e9d025661e56 100644 --- a/offapi/com/sun/star/text/XTextShapesSupplier.idl +++ b/offapi/com/sun/star/text/XTextShapesSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextShapesSupplier.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:21:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,27 +94,4 @@ interface XTextShapesSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.2 2000/10/09 14:25:02 mi - #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags) - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextTable.idl b/offapi/com/sun/star/text/XTextTable.idl index add490f15bf2..79fa2e59e566 100644 --- a/offapi/com/sun/star/text/XTextTable.idl +++ b/offapi/com/sun/star/text/XTextTable.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextTable.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:20:30 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -185,30 +185,4 @@ interface XTextTable: com::sun::star::text::XTextContent }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.2 2000/10/09 14:25:02 mi - #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags) - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.5 2000/09/11 11:53:03 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:57 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:04 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextTableCursor.idl b/offapi/com/sun/star/text/XTextTableCursor.idl index 1eef469bc63f..0e9dbdc621ae 100644 --- a/offapi/com/sun/star/text/XTextTableCursor.idl +++ b/offapi/com/sun/star/text/XTextTableCursor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextTableCursor.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:19:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,27 +165,4 @@ interface XTextTableCursor: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.5 2000/09/11 11:53:04 mi - documentation merged from XML - - Revision 1.3 2000/03/31 11:53:50 os - #74034# Documentation changed - - Revision 1.2 2000/02/07 11:25:04 mi - zu #70728# missing documentation marked - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextTablesSupplier.idl b/offapi/com/sun/star/text/XTextTablesSupplier.idl index 5a4e9b7936b3..3ffa3f262bbb 100644 --- a/offapi/com/sun/star/text/XTextTablesSupplier.idl +++ b/offapi/com/sun/star/text/XTextTablesSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextTablesSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:17:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,21 +95,4 @@ interface XTextTablesSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:04 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextViewCursor.idl b/offapi/com/sun/star/text/XTextViewCursor.idl index ee59c68f7256..2fd44a605a9d 100644 --- a/offapi/com/sun/star/text/XTextViewCursor.idl +++ b/offapi/com/sun/star/text/XTextViewCursor.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextViewCursor.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:16:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -111,21 +111,4 @@ interface XTextViewCursor: com::sun::star::text::XTextCursor }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:04 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif diff --git a/offapi/com/sun/star/text/XTextViewCursorSupplier.idl b/offapi/com/sun/star/text/XTextViewCursorSupplier.idl index 0a9158b1dc6c..75eb592317f5 100644 --- a/offapi/com/sun/star/text/XTextViewCursorSupplier.idl +++ b/offapi/com/sun/star/text/XTextViewCursorSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTextViewCursorSupplier.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 16:41:46 $ + * last change: $Author: obo $ $Date: 2002-12-09 10:15:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,24 +102,4 @@ interface XTextViewCursorSupplier: com::sun::star::uno::XInterface }; }; }; }; -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.4 2000/12/21 08:35:21 mi - @see interface/service/... ident -> @see ident - for new docu generator - - Revision 1.3 2000/11/08 12:44:27 mi - moved from api - - Revision 1.1.1.1 2000/09/18 23:36:05 hjs - initial import - - Revision 1.3 2000/09/11 11:53:04 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:46 jsc - new - - -=============================================================================*/ #endif -- cgit