add. some missing headers
This commit is contained in:
parent
c2465e2d2d
commit
842b2a1be3
1 changed files with 49 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue