diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-05-15 09:29:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-05-15 09:29:08 +0000 |
commit | 842b2a1be31a800a05d94b3a3a816601cb69c4f1 (patch) | |
tree | 7fb5b77e6f3ce67fe34883305c8ad4cdb34a28ae /offapi | |
parent | c2465e2d2da76194871ab77a006f654bd0216d87 (diff) |
add. some missing headers
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/TextDocument.idl | 51 |
1 files changed, 49 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/TextDocument.idl b/offapi/com/sun/star/text/TextDocument.idl index 17f61251b2ce..b5bb5627cf37 100644 --- a/offapi/com/sun/star/text/TextDocument.idl +++ b/offapi/com/sun/star/text/TextDocument.idl @@ -2,9 +2,9 @@ * * $RCSfile: TextDocument.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2001-05-09 14:06:21 $ + * last change: $Author: kz $ $Date: 2001-05-15 10:29:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,10 +72,54 @@ #ifndef __com_sun_star_util_XSearchable_idl__ #include <com/sun/star/util/XSearchable.idl> #endif + #ifndef _com_sun_star_util_XRefreshable_idl_ #include <com/sun/star/util/XRefreshable.idl> #endif +#ifndef __com_sun_star_text_XFootnotesSupplier_idl__ +#include <com/sun/star/text/XFootnotesSupplier.idl> +#endif + +#ifndef __com_sun_star_text_XEndnotesSupplier_idl__ +#include <com/sun/star/text/XEndnotesSupplier.idl> +#endif + +#ifndef __com_sun_star_util_XReplaceable_idl__ +#include <com/sun/star/util/XReplaceable.idl> +#endif + +#ifndef __com_sun_star_text_XPagePrintable_idl__ +#include <com/sun/star/text/XPagePrintable.idl> +#endif + +#ifndef __com_sun_star_text_XReferenceMarksSupplier_idl__ +#include <com/sun/star/text/XReferenceMarksSupplier.idl> +#endif + +#ifndef __com_sun_star_text_XLineNumberingSupplier_idl__ +#include <com/sun/star/text/XLineNumberingSupplier.idl> +#endif + +#ifndef __com_sun_star_text_XChapterNumberingSupplier_idl__ +#include <com/sun/star/text/XChapterNumberingSupplier.idl> +#endif + +#ifndef __com_sun_star_text_XTextGraphicObjectsSupplier_idl__ +#include <com/sun/star/text/XTextGraphicObjectsSupplier.idl> +#endif + +#ifndef __com_sun_star_text_XTextEmbeddedObjectsSupplier_idl__ +#include <com/sun/star/text/XTextEmbeddedObjectsSupplier.idl> +#endif + +#ifndef __com_sun_star_text_XTextTablesSupplier_idl__ +#include <com/sun/star/text/XTextTablesSupplier.idl> +#endif + +#ifndef __com_sun_star_lang_Locale_idl__ +#include <com/sun/star/lang/Locale.idl> +#endif //============================================================================= @@ -194,6 +238,9 @@ service TextDocument /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2001/05/09 14:06:21 mi + HypertextDocument and AdvancedTextDocument now deprecated, all members now optional in TextDocument + Revision 1.3 2000/11/08 12:44:27 mi moved from api |