1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..$/..
29
30PRJNAME=offapi
31
32TARGET=cssdocument
33PACKAGE=com$/sun$/star$/document
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38# ------------------------------------------------------------------------
39
40IDLFILES=\
41	AmbigousFilterRequest.idl\
42	BrokenPackageRequest.idl\
43    CorruptedFilterConfigurationException.idl\
44    ChangedByOthersRequest.idl\
45    DocumentEvent.idl\
46	DocumentInfo.idl\
47    DocumentProperties.idl\
48	EventDescriptor.idl\
49	EventObject.idl\
50	Events.idl\
51	ExportFilter.idl\
52	ExtendedTypeDetection.idl\
53    ExtendedTypeDetectionFactory.idl\
54	FilterAdapter.idl\
55	FilterFactory.idl\
56	FilterOptionsRequest.idl\
57	HeaderFooterSettings.idl\
58	ImportFilter.idl\
59	LinkTarget.idl\
60	LinkTargets.idl\
61    LockFileIgnoreRequest.idl\
62	LockedDocumentRequest.idl\
63	LockedOnSavingRequest.idl\
64	MacroExecMode.idl\
65	MediaDescriptor.idl\
66	NoSuchFilterRequest.idl\
67	OfficeDocument.idl\
68	OleEmbeddedServerRegistration.idl\
69	OwnLockOnDocumentRequest.idl\
70	PDFDialog.idl\
71	PrinterIndependentLayout.idl\
72	RedlineDisplayType.idl \
73	Settings.idl\
74	StandaloneDocumentInfo.idl\
75	TypeDetection.idl\
76	UpdateDocMode.idl\
77	XActionLockable.idl\
78	XBinaryStreamResolver.idl\
79	XDocumentEventBroadcaster.idl\
80	XDocumentEventListener.idl\
81	XDocumentInfo.idl\
82	XDocumentInfoSupplier.idl\
83	XDocumentInsertable.idl\
84	XDocumentProperties.idl\
85	XDocumentPropertiesSupplier.idl\
86	XDocumentRecovery.idl\
87	XDocumentSubStorageSupplier.idl\
88	XEmbeddedObjectResolver.idl\
89	XEmbeddedObjectSupplier.idl\
90	XEmbeddedObjectSupplier2.idl\
91	XEmbeddedScripts.idl\
92	XEventBroadcaster.idl\
93	XEventListener.idl\
94	XEventsSupplier.idl\
95	XExporter.idl\
96	XExtendedFilterDetection.idl\
97	XFilter.idl\
98	XFilterAdapter.idl\
99	XGraphicObjectResolver.idl\
100	XImporter.idl\
101	XInteractionFilterOptions.idl\
102	XInteractionFilterSelect.idl\
103	XLinkTargetSupplier.idl\
104	XMimeTypeInfo.idl\
105	XOOXMLDocumentPropertiesImporter.idl\
106	XRedlinesSupplier.idl \
107	XScriptInvocationContext.idl\
108	XStandaloneDocumentInfo.idl\
109	XStorageBasedDocument.idl\
110	XStorageChangeListener.idl\
111	XTypeDetection.idl\
112	XViewDataSupplier.idl\
113    LinkUpdateModes.idl\
114    XDocumentRevisionListPersistence.idl\
115    DocumentRevisionListPersistence.idl \
116    XDocumentLanguages.idl \
117    XCodeNameQuery.idl \
118    XUndoAction.idl \
119    XUndoManager.idl \
120    XUndoManagerListener.idl \
121    XUndoManagerSupplier.idl \
122    UndoManagerEvent.idl \
123    EmptyUndoStackException.idl \
124    UndoContextNotClosedException.idl \
125    UndoFailedException.idl \
126
127
128# ------------------------------------------------------------------
129
130.INCLUDE :  target.mk
131.INCLUDE :  $(PRJ)$/util$/target.pmk
132