summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-04-06 14:24:47 +0200
committerDavid Tardon <dtardon@redhat.com>2012-04-06 14:31:05 +0200
commit7545dbbf64e959cfb166556935946f442199e92b (patch)
tree8ffd1c318cd4c3ff1efc54b0683660033c6d0002 /offapi
parent7d82fb18fe6ae68f6eb6a33c6030105f9e2fe232 (diff)
parent7e94a37403aa4470bd7dad7c549ba8bc7485620a (diff)
merge feature/gbuild_components
Diffstat (limited to 'offapi')
-rw-r--r--offapi/Module_offapi.mk4
-rw-r--r--offapi/Package_offapi_idl.mk31
-rw-r--r--offapi/Package_offapi_inc.mk31
-rw-r--r--offapi/UnoApiMerge_types.mk (renamed from offapi/UnoApi_types.mk)10
-rw-r--r--offapi/UnoApi_offapi.mk447
-rw-r--r--offapi/com/sun/star/scaddins/analysisadd.idl596
-rw-r--r--offapi/com/sun/star/scaddins/dateadd.idl120
7 files changed, 228 insertions, 1011 deletions
diff --git a/offapi/Module_offapi.mk b/offapi/Module_offapi.mk
index 6f77ab6d8633..a78b14126846 100644
--- a/offapi/Module_offapi.mk
+++ b/offapi/Module_offapi.mk
@@ -31,9 +31,7 @@ $(eval $(call gb_Module_Module,offapi))
$(eval $(call gb_Module_add_targets,offapi,\
UnoApi_offapi \
- UnoApi_types \
- Package_offapi_idl \
- Package_offapi_inc \
+ UnoApiMerge_types \
))
# vim: set noet sw=4 ts=4:
diff --git a/offapi/Package_offapi_idl.mk b/offapi/Package_offapi_idl.mk
deleted file mode 100644
index e1a01fb6c9f1..000000000000
--- a/offapi/Package_offapi_idl.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_UnoApiTarget_autopackage_idl,offapi))
-
-# vim: set noet sw=4 ts=4:
diff --git a/offapi/Package_offapi_inc.mk b/offapi/Package_offapi_inc.mk
deleted file mode 100644
index f7f7634f16c6..000000000000
--- a/offapi/Package_offapi_inc.mk
+++ /dev/null
@@ -1,31 +0,0 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-$(eval $(call gb_UnoApiTarget_autopackage_inc,offapi))
-
-# vim: set noet sw=4 ts=4:
diff --git a/offapi/UnoApi_types.mk b/offapi/UnoApiMerge_types.mk
index df0da0603c27..a97945d3dfe5 100644
--- a/offapi/UnoApi_types.mk
+++ b/offapi/UnoApiMerge_types.mk
@@ -26,21 +26,21 @@
#
#*************************************************************************
-$(eval $(call gb_UnoApiTarget_UnoApiTarget,types))
+$(eval $(call gb_UnoApiMerge_UnoApiMerge,types))
-$(eval $(call gb_UnoApiTarget_add_merge_rdbfiles,types,\
+$(eval $(call gb_UnoApiMerge_add_rdbfiles,types,\
udkapi \
offapi \
))
-$(eval $(call gb_UnoApiTarget_add_reference_rdbfile,types,\
+$(eval $(call gb_UnoApiMerge_add_reference_rdbfile,types,\
offapi/type_reference/types \
))
# ugly hack for now!
statistic : $(gb_Helper_MISC)/api_statistic
-$(gb_Helper_MISC)/api_statistic: $(call gb_UnoApiTarget_get_target,types)
- $(PERL) util/checknewapi.pl $(call gb_UnoApiTarget_get_target,types) $(UNOAPI_REFERENCE_types) "$(RSCREVISION)" "$(gb_UnoApiTarget_REGVIEWTARGET)" > $@
+$(gb_Helper_MISC)/api_statistic: $(call gb_UnoApiMerge_get_target,types)
+ $(PERL) util/checknewapi.pl $(call gb_UnoApiMerge_get_target,types) $(UNOAPI_REFERENCE_types) "$(RSCREVISION)" "$(gb_UnoApiMerge_REGVIEWTARGET)" > $@
# vim: set noet sw=4 ts=4:
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index ffe8d7732245..1a47d4943c59 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -26,23 +26,23 @@
#
#*************************************************************************
-$(eval $(call gb_UnoApiTarget_UnoApiTarget,offapi))
+$(eval $(call gb_UnoApi_UnoApi,offapi))
-$(eval $(call gb_UnoApiTarget_add_rdbfiles,offapi,\
+$(eval $(call gb_UnoApi_add_api,offapi,\
udkapi \
))
-$(eval $(call gb_UnoApiTarget_set_include,offapi,\
+$(eval $(call gb_UnoApi_set_include,offapi,\
$$(INCLUDE) \
-I$(SRCDIR)/offapi \
-I$(OUTDIR)/idl \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/animations,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/animations,\
TargetPropertiesCreator \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt,\
AsyncCallback \
ContainerWindowProvider \
DialogProvider \
@@ -52,53 +52,53 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt,
TabController \
UnoControlDialogModelProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt/grid,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt/grid,\
DefaultGridDataModel \
SortableGridDataModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt/tab,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt/tab,\
UnoControlTabPageModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt/tree,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/awt/tree,\
MutableTreeDataModel \
MutableTreeNode \
TreeControl \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/chart2/data,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/chart2/data,\
DatabaseDataProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/configuration,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/configuration,\
ReadOnlyAccess \
ReadWriteAccess \
Update \
theDefaultProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/deployment,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/deployment,\
ExtensionManager \
PackageInformationProvider \
PackageRegistryBackend \
UpdateInformationProvider \
thePackageManagerFactory \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/deployment/test,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/deployment/test,\
SmoketestCommandEnvironment \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/deployment/ui,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/deployment/ui,\
LicenseDialog \
PackageManagerDialog \
UpdateRequiredDialog \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/document,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/document,\
DocumentProperties \
DocumentRevisionListPersistence \
OleEmbeddedServerRegistration \
OOXMLDocumentPropertiesImporter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/drawing,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/drawing,\
SlideRenderer \
SlideSorter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/drawing/framework,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/drawing/framework,\
BasicPaneFactory \
BasicToolBarFactory \
BasicViewFactory \
@@ -107,42 +107,42 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/draw
ModuleController \
ResourceId \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/embed,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/embed,\
DocumentCloser \
FileSystemStorageFactory \
InstanceLocker \
OLESimpleStorage \
StorageFactory \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/form/inspection,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/form/inspection,\
DefaultFormComponentInspectorModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/form/runtime,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/form/runtime,\
FormOperations \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/frame,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/frame,\
DispatchHelper \
DispatchRecorderSupplier \
DocumentTemplates \
MediaTypeDetectionHelper \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/graphic,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/graphic,\
GraphicObject \
GraphicProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/inspection,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/inspection,\
DefaultHelpProvider \
GenericPropertyHandler \
ObjectInspector \
ObjectInspectorModel \
StringRepresentation \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/linguistic2,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/linguistic2,\
LanguageGuessing \
Proofreader \
ProofreadingIterator \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/logging,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/logging,\
ConsoleHandler \
CsvLogFormatter \
DocumentIOLogRing \
@@ -151,35 +151,35 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/logg
PlainTextFormatter \
SimpleLogRing \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/mail,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/mail,\
MailMessage \
MailServiceProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/media,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/media,\
Manager \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/mozilla,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/mozilla,\
MozillaBootstrap \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/plugin,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/plugin,\
PluginManager \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/presentation,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/presentation,\
SlideShow \
TransitionFactory \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/rdf,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/rdf,\
BlankNode \
Literal \
Repository \
URI \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/rendering,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/rendering,\
Canvas \
CanvasFactory \
MtfRenderer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/report,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/report,\
FixedLine \
FixedText \
FormatCondition \
@@ -194,45 +194,45 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/repo
Section \
Shape \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/report/inspection,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/report/inspection,\
DefaultComponentInspectorModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/resource,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/resource,\
OfficeResourceLoader \
StringResource \
StringResourceWithLocation \
StringResourceWithStorage \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/scanner,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/scanner,\
ScannerManager \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/script,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/script,\
DocumentDialogLibraryContainer \
DocumentScriptLibraryContainer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/script/provider,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/script/provider,\
ScriptURIHelper \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/script/vba,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/script/vba,\
VBAEventProcessor \
VBAMacroResolver \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sdb,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sdb,\
DataAccessDescriptorFactory \
DatabaseInteractionHandler \
InteractionHandler \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sdb/application,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sdb/application,\
CopyTableWizard \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sdbc,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sdbc,\
ConnectionPool \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/security,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/security,\
CertificateContainer \
SerialNumberAdapter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sheet,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/sheet,\
ExternalDocLink \
ExternalDocLinks \
ExternalSheetCache \
@@ -241,20 +241,20 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/shee
RecentFunctions \
Solver \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/smarttags,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/smarttags,\
SmartTagAction \
SmartTagRecognizer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/task,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/task,\
InteractionRequestStringResolver \
JobExecutor \
OfficeRestartManager \
PasswordContainerInteractionHandler \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/text,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/text,\
DefaultNumberingProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/ucb,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/ucb,\
AnyCompareFactory \
CachedContentResultSetFactory \
CachedContentResultSetStubFactory \
@@ -267,40 +267,40 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/ucb,
SortedDynamicResultSetFactory \
Store \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/ui,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/ui,\
GlobalAcceleratorConfiguration \
WindowContentFactory \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/ui/dialogs,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/ui/dialogs,\
Wizard \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/util,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/util,\
JobManager \
PathSubstitution \
TextSearch \
UriAbbreviation \
URLTransformer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/xml/sax,\
+$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/xml/sax,\
FastShapeContextHandler \
FastTokenHandler \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star,\
modules \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/accessibility,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/accessibility,\
AccessBridge \
Accessible \
AccessibleContext \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/auth,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/auth,\
SSOExceptions \
SSOManagerFactory \
SSOPasswordCache \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt,\
AccessibleButton \
AccessibleCheckBox \
AccessibleComboBox \
@@ -396,21 +396,21 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/a
UnoControlTimeField \
UnoControlTimeFieldModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt/grid,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt/grid,\
DefaultGridColumnModel \
GridColumn \
UnoControlGrid \
UnoControlGridModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt/tab,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt/tab,\
UnoControlTabPage \
UnoControlTabPageContainer \
UnoControlTabPageContainerModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt/tree,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/awt/tree,\
TreeControlModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/chart,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/chart,\
AccessibleChartDocumentView \
AccessibleChartElement \
AreaDiagram \
@@ -447,7 +447,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/c
StockDiagram \
XYDiagram \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/chart2,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/chart2,\
Axis \
CandleStickChartType \
ChartDocument \
@@ -477,7 +477,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/c
StandardDiagramCreationParameters \
Title \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/chart2/data,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/chart2/data,\
DataFilter \
DataProvider \
DataSequence \
@@ -488,7 +488,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/c
RangeHighlightListener \
TabularDataProviderArguments \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/configuration,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/configuration,\
AccessRootElement \
AdministrationProvider \
ConfigurationAccess \
@@ -509,7 +509,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/c
SimpleSetUpdate \
UpdateRootElement \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/configuration/backend,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/configuration/backend,\
Backend \
BackendAdapter \
CopyImporter \
@@ -544,30 +544,30 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/c
SystemIntegration \
UpdatableLayer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/configuration/backend/xml,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/configuration/backend/xml,\
LayerParser \
LayerWriter \
SchemaParser \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/configuration/bootstrap,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/configuration/bootstrap,\
BootstrapContext \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/datatransfer,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/datatransfer,\
DataFormatTranslator \
MimeContentTypeFactory \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/datatransfer/clipboard,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/datatransfer/clipboard,\
ClipboardManager \
GenericClipboard \
SystemClipboard \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/datatransfer/dnd,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/datatransfer/dnd,\
OleDragSource \
OleDropTarget \
X11DragSource \
X11DropTarget \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/document,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/document,\
DocumentInfo \
EventDescriptor \
Events \
@@ -591,7 +591,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/d
XMLOasisBasicExporter \
XMLOasisBasicImporter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/drawing,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/drawing,\
AccessibleDrawDocumentView \
AccessibleGraphControl \
AccessibleGraphicShape \
@@ -662,14 +662,14 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/d
TransparencyGradientTable \
modules \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/embed,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/embed,\
BaseStorage \
EmbeddedObjectDescriptor \
FileSystemStorage \
Storage \
StorageStream \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/form,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/form,\
DataAwareControlModel \
FormComponent \
FormComponents \
@@ -680,7 +680,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/f
PropertyBrowserController \
modules \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/binding,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/binding,\
BindableControlModel \
BindableDataAwareControlModel \
BindableDatabaseCheckBox \
@@ -696,7 +696,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/f
ListEntrySource \
ValueBinding \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/component,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/component,\
CheckBox \
ComboBox \
CommandButton \
@@ -736,7 +736,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/f
TextField \
TimeField \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/control,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/control,\
CheckBox \
ComboBox \
CommandButton \
@@ -757,7 +757,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/f
TextField \
TimeField \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/inspection,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/inspection,\
ButtonNavigationHandler \
CellBindingPropertyHandler \
EditPropertyHandler \
@@ -767,19 +767,19 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/f
XMLFormsPropertyHandler \
XSDValidationPropertyHandler \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/runtime,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/runtime,\
FormController \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/validation,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/form/validation,\
ValidatableBindableControlModel \
ValidatableControlModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/formula,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/formula,\
AccessibleFormulaText \
AccessibleFormulaView \
FormulaProperties \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/frame,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/frame,\
Components \
ContentHandler \
ContentHandlerFactory \
@@ -810,19 +810,19 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/f
ToolbarController \
TransientDocumentsDocumentContentFactory \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/gallery,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/gallery,\
GalleryItem \
GalleryTheme \
GalleryThemeProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/graphic,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/graphic,\
Graphic \
GraphicDescriptor \
GraphicRasterizer \
GraphicRendererVCL \
MediaProperties \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/i18n,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/i18n,\
BreakIterator \
ChapterCollator \
CharacterClassification \
@@ -837,21 +837,21 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/i
TextConversion \
Transliteration \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/image,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/image,\
ImageMap \
ImageMapCircleObject \
ImageMapObject \
ImageMapPolygonObject \
ImageMapRectangleObject \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/installation,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/installation,\
InstallationCheck \
InstallationCheckService \
InternetSettings \
ProtocolHandlerCheck \
ProtocolHandlerCheckService \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/linguistic2,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/linguistic2,\
ConversionDictionary \
ConversionDictionaryList \
Dictionary \
@@ -863,20 +863,20 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/l
SpellChecker \
Thesaurus \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/mozilla,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/mozilla,\
MenuProxy \
MenuProxyListener \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/packages,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/packages,\
Package \
PackageFolder \
PackageFolderEnumeration \
PackageStream \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/packages/zip,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/packages/zip,\
ZipFileAccess \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/presentation,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/presentation,\
ChartShape \
CustomPresentation \
CustomPresentationAccess \
@@ -905,30 +905,26 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/p
SubtitleShape \
TitleTextShape \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/presentation/textfield,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/presentation/textfield,\
DateTime \
Footer \
Header \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/rendering,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/rendering,\
BitmapCanvas \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/report,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/report,\
modules \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/report/inspection,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/report/inspection,\
DataProviderHandler \
ReportComponentHandler \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/scaddins,\
- analysisadd \
- dateadd \
-))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/script/browse,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/script/browse,\
BrowseNode \
BrowseNodeFactory \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/script/provider,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/script/provider,\
LanguageScriptProvider \
MasterScriptProvider \
MasterScriptProviderFactory \
@@ -938,11 +934,11 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/s
ScriptProviderForJava \
ScriptProviderForJavaScript \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/script/vba,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/script/vba,\
VBASpreadsheetEventProcessor \
VBATextEventProcessor \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/sdb,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sdb,\
CallableStatement \
Column \
ColumnDescriptorControl \
@@ -990,10 +986,10 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/s
TableDescriptor \
TableDesign \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/sdb/application,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sdb/application,\
DefaultViewController \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/sdbc,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sdbc,\
CallableStatement \
Connection \
ConnectionProperties \
@@ -1009,7 +1005,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/s
RowSet \
Statement \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/sdbcx,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sdbcx,\
Column \
ColumnDescriptor \
Container \
@@ -1037,14 +1033,14 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/s
View \
ViewDescriptor \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/security,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/security,\
DocumentDigitalSignatures \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/setup,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/setup,\
ProductRegistration \
Setup \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/sheet,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sheet,\
AccessibleCell \
AccessibleCsvCell \
AccessibleCsvRuler \
@@ -1156,7 +1152,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/s
UniqueCellFormatRangesEnumeration \
VolatileResult \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/style,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/style,\
CellStyle \
CharacterProperties \
CharacterPropertiesAsian \
@@ -1175,11 +1171,11 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/s
StyleFamilies \
StyleFamily \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/sync,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sync,\
SyncCollector \
Synchronizer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/system,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/system,\
ProxySettings \
SOffice52ProxySettings \
SimpleCommandMail \
@@ -1187,7 +1183,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/s
SystemProxySettings \
SystemShellExecute \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/table,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/table,\
AccessibleCellView \
AccessibleTableView \
Cell \
@@ -1209,13 +1205,13 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/t
TableSortDescriptor \
TableSortDescriptor2 \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/task,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/task,\
AsyncJob \
InteractionHandler \
Job \
PasswordContainer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/text,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/text,\
AccessibleEndnoteView \
AccessibleFootnoteView \
AccessibleHeaderFooterView \
@@ -1326,14 +1322,14 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/t
ViewSettings \
WebDocument \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/text/fieldmaster,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/text/fieldmaster,\
Bibliography \
DDE \
Database \
SetExpression \
User \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/text/textfield,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/text/textfield,\
Annotation \
Author \
Bibliography \
@@ -1376,7 +1372,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/t
User \
WordCount \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/text/textfield/docinfo,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/text/textfield/docinfo,\
ChangeAuthor \
ChangeDateTime \
CreateAuthor \
@@ -1395,7 +1391,8 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/t
Subject \
Title \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/ucb,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/ucb,\
+ AnyCompareFactory \
CachedContentResultSet \
CachedContentResultSetStub \
CachedDynamicResultSet \
@@ -1446,7 +1443,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/u
WebDAVDocumentContent \
WebDAVFolderContent \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/ui,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/ui,\
ActionTrigger \
ActionTriggerContainer \
ActionTriggerSeparator \
@@ -1466,12 +1463,12 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/u
UIElementSettings \
WindowStateConfiguration \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/ui/dialogs,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/ui/dialogs,\
FilePicker \
FilterOptionsDialog \
FolderPicker \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/util,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/util,\
NumberFormatProperties \
NumberFormatSettings \
NumberFormats \
@@ -1485,7 +1482,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/u
SortDescriptor2 \
Sortable \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/view,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/view,\
OfficeDocumentView \
PrintOptions \
PrintSettings \
@@ -1494,10 +1491,10 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/v
RenderOptions \
ViewSettings \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/xforms,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xforms,\
Binding \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml,\
AttributeContainer \
ExportFilter \
ImportFilter \
@@ -1509,7 +1506,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/x
XMLExportFilter \
XMLImportFilter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/crypto,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/crypto,\
SEInitializer \
SecurityEnvironment \
XMLEncryption \
@@ -1518,29 +1515,29 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/x
XMLSignature \
XMLSignatureTemplate \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/crypto/sax,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/crypto/sax,\
Decryptor \
Encryptor \
SAXEventKeeper \
SignatureCreator \
SignatureVerifier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/dom,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/dom,\
SAXDocumentBuilder \
DocumentBuilder \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/input,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/input,\
SaxDocumentHandler \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/wrapper,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/wrapper,\
XMLDocumentWrapper \
XMLElementWrapper \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/xpath,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/xpath,\
XPathAPI \
XPathExtension \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/xsd,\
+$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xsd,\
Boolean \
Date \
DateTime \
@@ -1553,7 +1550,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/x
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/accessibility,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/accessibility,\
AccessibleEventId \
AccessibleEventObject \
AccessibleRelation \
@@ -1587,7 +1584,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/accessibil
XAccessibleTextMarkup \
XAccessibleValue \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/animations,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/animations,\
AnimationAdditiveMode \
AnimationCalcMode \
AnimationColorSpace \
@@ -1620,7 +1617,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/animations
XTimeContainer \
XTransitionFilter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/auth,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/auth,\
AuthenticationFailedException \
InvalidArgumentException \
InvalidContextException \
@@ -1635,7 +1632,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/auth,\
XSSOManagerFactory \
XSSOPasswordCache \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/awt,\
ActionEvent \
AdjustmentEvent \
AdjustmentType \
@@ -1832,7 +1829,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt,\
XWindowListener2 \
XWindowPeer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt/grid,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/awt/grid,\
GridColumnEvent \
GridDataEvent \
GridInvalidDataException \
@@ -1852,7 +1849,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt/grid,\
XSortableGridData \
XSortableMutableGridDataModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt/tab,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/awt/tab,\
TabPageActivatedEvent \
XTabPage \
XTabPageContainer \
@@ -1860,7 +1857,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt/tab,\
XTabPageContainerModel \
XTabPageModel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt/tree,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/awt/tree,\
ExpandVetoException \
TreeDataModelEvent \
TreeExpansionEvent \
@@ -1873,7 +1870,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/awt/tree,\
XTreeExpansionListener \
XTreeNode \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/chart,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/chart,\
ChartAxisArrangeOrderType \
ChartAxisAssign \
ChartAxisLabelPosition \
@@ -1922,7 +1919,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/chart,\
XTwoAxisXSupplier \
XTwoAxisYSupplier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/chart2,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/chart2,\
AxisOrientation \
AxisType \
CoordinateSystemTypeID \
@@ -1975,7 +1972,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/chart2,\
XTitled \
XTransformation \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/chart2/data,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/chart2/data,\
DataSequenceRole \
HighlightedRange \
LabelOrigin \
@@ -1992,7 +1989,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/chart2/dat
XSheetDataProvider \
XTextualDataSequence \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/configuration,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/configuration,\
CannotLoadConfigurationException \
CorruptedConfigurationException \
CorruptedUIConfigurationException \
@@ -2004,7 +2001,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/configurat
XTemplateInstance \
XUpdate \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/configuration/backend,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/configuration/backend,\
AuthenticationFailedException \
BackendAccessException \
BackendSetupException \
@@ -2038,7 +2035,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/configurat
XUpdateHandler \
XVersionedSchemaSupplier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/datatransfer,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/datatransfer,\
DataFlavor \
UnsupportedFlavorException \
XDataFormatTranslator \
@@ -2051,7 +2048,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/datatransf
XTransferableSource \
XTransferableSupplier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/datatransfer/clipboard,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/datatransfer/clipboard,\
ClipboardEvent \
RenderingCapabilities \
XClipboard \
@@ -2063,7 +2060,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/datatransf
XClipboardOwner \
XFlushableClipboard \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/datatransfer/dnd,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/datatransfer/dnd,\
DNDConstants \
DragGestureEvent \
DragSourceDragEvent \
@@ -2085,7 +2082,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/datatransf
XDropTargetDropContext \
XDropTargetListener \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/deployment,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/deployment,\
DependencyException \
DeploymentException \
ExtensionRemovedException \
@@ -2105,7 +2102,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/deployment
XPackageTypeInfo \
XUpdateInformationProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/document,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/document,\
AmbigousFilterRequest \
BrokenPackageRequest \
ChangedByOthersRequest \
@@ -2173,7 +2170,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/document,\
XVbaMethodParameter \
XViewDataSupplier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/drawing,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/drawing,\
Alignment \
Arrangement \
BezierPoint \
@@ -2290,7 +2287,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/drawing,\
XSlideSorterBase \
XUniversalShapeDescriptor \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/drawing/framework,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/drawing/framework,\
AnchorBindingMode \
BorderType \
ConfigurationChangeEvent \
@@ -2316,7 +2313,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/drawing/fr
XToolBar \
XView \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/embed,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/embed,\
Actions \
Aspects \
ElementModes \
@@ -2383,7 +2380,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/embed,\
XVisualObject \
XWindowSupplier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/form,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/form,\
DataSelectionType \
DatabaseDeleteEvent \
DatabaseParameterEvent \
@@ -2434,7 +2431,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/form,\
XUpdateBroadcaster \
XUpdateListener \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/form/binding,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/form/binding,\
IncompatibleTypesException \
InvalidBindingStateException \
ListEntryEvent \
@@ -2444,7 +2441,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/form/bindi
XListEntrySource \
XValueBinding \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/form/runtime,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/form/runtime,\
FeatureState \
FilterEvent \
FormFeature \
@@ -2455,22 +2452,22 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/form/runti
XFormControllerContext \
XFormOperations \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/form/submission,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/form/submission,\
XSubmission \
XSubmissionSupplier \
XSubmissionVetoListener \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/form/validation,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/form/validation,\
XFormComponentValidityListener \
XValidatable \
XValidatableFormComponent \
XValidator \
XValidityConstraintListener \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/formula,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/formula,\
SymbolDescriptor \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/frame,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/frame,\
BorderWidths \
CommandGroup \
ControlCommand \
@@ -2563,7 +2560,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/frame,\
XUrlList \
XWindowArranger \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/frame/status,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/frame/status,\
ClipboardFormats \
FontHeight \
ItemState \
@@ -2575,13 +2572,13 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/frame/stat
Verb \
Visibility \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/gallery,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/gallery,\
GalleryItemType \
XGalleryItem \
XGalleryTheme \
XGalleryThemeProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/geometry,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/geometry,\
AffineMatrix2D \
AffineMatrix3D \
EllipticalArc \
@@ -2597,7 +2594,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/geometry,\
RealSize2D \
XMapping2D \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/graphic,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/graphic,\
GraphicColorMode \
GraphicType \
XGraphic \
@@ -2610,7 +2607,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/graphic,\
XPrimitive3D \
XPrimitiveFactory2D \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/i18n,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/i18n,\
AmPmValue \
Boundary \
BreakType \
@@ -2688,7 +2685,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/i18n,\
XTransliteration \
reservedWords \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/inspection,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/inspection,\
InteractiveSelectionResult \
LineDescriptor \
PropertyCategoryDescriptor \
@@ -2707,17 +2704,17 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/inspection
XStringListControl \
XStringRepresentation \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/installation,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/installation,\
ProtDlgRes \
XInstallationCheck \
XProtocolHandlerCheck \
protocols \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/ldap,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/ldap,\
LdapConnectionException \
LdapGenericException \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/linguistic2,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/linguistic2,\
ConversionDictionaryType \
ConversionDirection \
ConversionPropertyType \
@@ -2761,7 +2758,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/linguistic
XSupportedLocales \
XThesaurus \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/logging,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/logging,\
LogLevel \
LogRecord \
XConsoleHandler \
@@ -2772,7 +2769,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/logging,\
XLoggerPool \
XSimpleLogRing \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/mail,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/mail,\
MailAttachment \
MailException \
MailServiceType \
@@ -2786,14 +2783,14 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/mail,\
XMailServiceProvider \
XSmtpService \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/media,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/media,\
XFrameGrabber \
XManager \
XPlayer \
XPlayerWindow \
ZoomLevel \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/mozilla,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/mozilla,\
MenuMultipleChange \
MenuSingleChange \
MozillaProductType \
@@ -2812,30 +2809,30 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/mozilla,\
XProxyRunner \
XRemoteServiceManagerProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/office,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/office,\
XAnnotation \
XAnnotationAccess \
XAnnotationEnumeration \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/packages,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/packages,\
EncryptionNotAllowedException \
NoEncryptionException \
NoRawFormatException \
WrongPasswordException \
XDataSinkEncrSupport \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/packages/manifest,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/packages/manifest,\
XManifestReader \
XManifestWriter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/packages/zip,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/packages/zip,\
XZipFileAccess \
ZipConstants \
ZipEntry \
ZipException \
ZipIOException \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/plugin,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/plugin,\
PluginDescription \
PluginException \
PluginMode \
@@ -2844,7 +2841,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/plugin,\
XPluginContext \
XPluginManager \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/presentation,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/presentation,\
AnimationEffect \
AnimationSpeed \
ClickAction \
@@ -2870,7 +2867,10 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/presentati
XTransition \
XTransitionFactory \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/rdf,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/qa,\
+ XDumper \
+))
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/rdf,\
FileFormat \
ParseException \
QueryException \
@@ -2891,7 +2891,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/rdf,\
XResource \
XURI \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/rendering,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/rendering,\
ARGBColor \
AnimationAttributes \
AnimationRepeat \
@@ -2969,7 +2969,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/rendering,
XTextLayout \
XVolatileBitmap \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/report,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/report,\
Calculation \
ForceNewPage \
GroupKeepTogether \
@@ -2995,13 +2995,13 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/report,\
XSection \
XShape \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/report/meta,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/report/meta,\
XFormulaParser \
XFunctionCategory \
XFunctionDescription \
XFunctionManager \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/resource,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/resource,\
MissingResourceException \
XLocale \
XResourceBundle \
@@ -3013,17 +3013,14 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/resource,\
XStringResourceWithLocation \
XStringResourceWithStorage \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/qa,\
- XDumper \
-))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/scanner,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/scanner,\
ScanError \
ScannerContext \
ScannerException \
XScannerManager \
XScannerManager2 \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/script,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/script,\
LibraryNotLoadedException \
ModuleInfo \
ModuleSizeExceededRequest \
@@ -3038,13 +3035,13 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/script,\
XPersistentLibraryContainer \
XStorageBasedLibraryContainer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/script/browse,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/script/browse,\
BrowseNodeFactoryViewTypes \
BrowseNodeTypes \
XBrowseNode \
XBrowseNodeFactory \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/script/provider,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/script/provider,\
ScriptErrorRaisedException \
ScriptExceptionRaisedException \
ScriptFrameworkErrorException \
@@ -3056,7 +3053,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/script/pro
XScriptProviderSupplier \
XScriptURIHelper \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/script/vba,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/script/vba,\
VBAEventId \
VBAScriptEvent \
VBAScriptEventId \
@@ -3066,7 +3063,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/script/vba
XVBAModuleInfo \
XVBAScriptListener \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdb,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sdb,\
BooleanComparisonMode \
CommandType \
DatabaseRegistrationEvent \
@@ -3118,7 +3115,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdb,\
XSingleSelectQueryComposer \
XSubDocument \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdb/application,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sdb/application,\
CopyTableContinuation \
CopyTableOperation \
CopyTableRowEvent \
@@ -3130,7 +3127,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdb/applic
XDatabaseDocumentUI \
XTableUIProvider \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdb/tools,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sdb/tools,\
CompositionType \
XConnectionSupplier \
XConnectionTools \
@@ -3143,7 +3140,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdb/tools,
XTableRename \
XViewAccess \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdbc,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sdbc,\
BatchUpdateException \
BestRowScope \
BestRowType \
@@ -3203,7 +3200,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdbc,\
XStruct \
XWarningsSupplier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdbcx,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sdbcx,\
CheckOption \
CompareBookmark \
KeyType \
@@ -3230,7 +3227,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sdbcx,\
XUsersSupplier \
XViewsSupplier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/security,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/security,\
CertAltNameEntry \
CertificateCharacters \
CertificateContainerStatus \
@@ -3252,7 +3249,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/security,\
XSanExtension \
XSerialNumberAdapter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/setup,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/setup,\
ActionType \
BaseAction \
CopyFileAction \
@@ -3282,7 +3279,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/setup,\
WindowsRegistryAction \
XSetup \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sheet,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sheet,\
ActivationEvent \
AddressConvention \
Border \
@@ -3481,12 +3478,12 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sheet,\
XVolatileResult \
_NamedRange \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/smarttags,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/smarttags,\
SmartTagRecognizerMode \
XSmartTagAction \
XSmartTagRecognizer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/style,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/style,\
BreakType \
CaseMap \
DropCapFormat \
@@ -3514,11 +3511,11 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/style,\
XStyleLoader \
XStyleSupplier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/svg,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/svg,\
XSVGPrinter \
XSVGWriter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sync,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sync,\
FilterData \
SyncAction \
SyncElement \
@@ -3531,10 +3528,10 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sync,\
XSyncCollector \
XSynchronizer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/sync2,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sync2,\
BadPartnershipException \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/system,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/system,\
SimpleMailClientFlags \
SystemShellExecuteException \
SystemShellExecuteFlags \
@@ -3544,7 +3541,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/system,\
XSimpleMailMessage \
XSystemShellExecute \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/table,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/table,\
BorderLine \
BorderLine2 \
BorderLineStyle \
@@ -3579,7 +3576,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/table,\
XTableColumns \
XTableRows \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/task,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/task,\
ClassifiedInteractionRequest \
DocumentMSPasswordRequest \
DocumentMSPasswordRequest2 \
@@ -3618,7 +3615,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/task,\
XStatusIndicatorSupplier \
XUrlContainer \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/text,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/text,\
AuthorDisplayFormat \
BibliographyDataField \
BibliographyDataType \
@@ -3744,7 +3741,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/text,\
XTextViewCursorSupplier \
XWordCursor \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/ucb,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/ucb,\
AlreadyInitializedException \
AuthenticationRequest \
CHAOSProgressStart \
@@ -3917,7 +3914,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/ucb,\
XSourceInitialization \
XWebDAVCommandEnvironment \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/ui,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/ui,\
ActionTriggerSeparatorType \
ConfigurationEvent \
ContextMenuExecuteEvent \
@@ -3947,7 +3944,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/ui,\
XUIElementSettings \
XUIFunctionListener \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/ui/dialogs,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/ui/dialogs,\
CommonFilePickerElementIds \
ControlActions \
DialogClosedEvent \
@@ -3978,7 +3975,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/ui/dialogs
XWizardController \
XWizardPage \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/util,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/util,\
AliasProgrammaticPair \
AtomClassRequest \
AtomDescription \
@@ -4076,7 +4073,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/util,\
XUniqueIDFactory \
XUpdatable \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/view,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/view,\
DocumentZoomType \
DuplexMode \
PaperFormat \
@@ -4104,7 +4101,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/view,\
XViewCursor \
XViewSettingsSupplier \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xforms,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xforms,\
InvalidDataOnSubmitException \
XDataTypeRepository \
XFormsEvent \
@@ -4113,14 +4110,14 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xforms,\
XModel \
XSubmission \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml,\
Attribute \
AttributeData \
FastAttribute \
XExportFilter \
XImportFilter \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/crypto,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/crypto,\
CipherID \
DigestID \
SecurityOperationStatus \
@@ -4140,7 +4137,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/crypto
XXMLSignature \
XXMLSignatureTemplate \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/crypto/sax,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/crypto/sax,\
ConstOfSecurityId \
ElementMarkPriority \
ElementMarkType \
@@ -4166,11 +4163,11 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/crypto
XSignatureVerifyResultBroadcaster \
XSignatureVerifyResultListener \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/csax,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/csax,\
XCompressedDocumentHandler \
XMLAttribute \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/dom,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/dom,\
DOMException \
DOMExceptionType \
NodeType \
@@ -4195,7 +4192,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/dom,\
XSAXDocumentBuilder \
XText \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/dom/events,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/dom/events,\
AttrChangeType \
EventException \
EventType \
@@ -4208,17 +4205,17 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/dom/ev
XMutationEvent \
XUIEvent \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/dom/views,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/dom/views,\
XAbstractView \
XDocumentView \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/input,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/input,\
XAttributes \
XElement \
XNamespaceMapping \
XRoot \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/sax,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/sax,\
FastToken \
InputSource \
SAXException \
@@ -4242,11 +4239,11 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/sax,\
XParser \
XSAXSerializable \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/wrapper,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/wrapper,\
XXMLDocumentWrapper \
XXMLElementWrapper \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/xpath,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xml/xpath,\
Libxml2ExtensionHandle \
XPathException \
XPathObjectType \
@@ -4254,7 +4251,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xml/xpath,
XXPathExtension \
XXPathObject \
))
-$(eval $(call gb_UnoApiTarget_add_idlfiles,offapi,offapi/com/sun/star/xsd,\
+$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/xsd,\
DataTypeClass \
WhiteSpaceTreatment \
XDataType \
diff --git a/offapi/com/sun/star/scaddins/analysisadd.idl b/offapi/com/sun/star/scaddins/analysisadd.idl
deleted file mode 100644
index 88ab78aada0d..000000000000
--- a/offapi/com/sun/star/scaddins/analysisadd.idl
+++ /dev/null
@@ -1,596 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
- *
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org 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 version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
- ************************************************************************/
-
-#ifndef __com_sun_star_sheet_NoConvergenceException_idl__
-#include <com/sun/star/sheet/NoConvergenceException.idl>
-#endif
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/beans/XPropertySet.idl>
-#include <com/sun/star/sheet/LocalizedName.idl>
-
-module com
-{
-module sun
-{
-module star
-{
-module sheet
-{
-module addin
-{
- interface XCompatibilityNames : com::sun::star::uno::XInterface
- {
- /// getCompatibilityNames.
- sequence< com::sun::star::sheet::LocalizedName > getCompatibilityNames ( [in] string aProgrammaticName );
- };
-
- /**
- * Interface with analysis functions.
- */
- interface XAnalysis : com::sun::star::uno::XInterface
- {
- /// workday.
- long getWorkday(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nStartDate, [in] long nDays, [in] any aHolidays )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// yearfrac.
- double getYearfrac(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long StartDate, [in] long EndDate, [in] any Mode )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// edate.
- long getEdate(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nStartDate, [in] long nNumOfMonths )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// weeknum.
- long getWeeknum(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nStartDate, [in] long nMode )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// eomonth.
- long getEomonth(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nStartDate, [in] long nMonths )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// networkdays.
- long getNetworkdays(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long StartDate, [in] long EndDate, [in] any Holidays )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// iseven.
- long getIseven( [in] long nValue )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// isodd.
- long getIsodd( [in] long nValue )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// multinomial.
- double getMultinomial(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] sequence< sequence< long > > aValList,
- [in] sequence< any > aOptVLst )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// seriessum.
- double getSeriessum(
- [in] double X, [in] double N, [in] double M,
- [in] sequence< sequence< double > > CoeffList )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- // quotient.
- double getQuotient( [in] double Num, [in] double Denum )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- // mround.
- double getMround( [in] double Number, [in] double Multiple )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- // sqrtpi.
- double getSqrtpi( [in] double Number )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- // randbetween.
- double getRandbetween( [in] double Min, [in] double Max )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// gcd.
- double getGcd(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] sequence< sequence< double > > FirstValList,
- [in] sequence< any > OptionalValList )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// lcm.
- double getLcm(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] sequence< sequence< double > > FirstValList,
- [in] sequence< any > OptionalValList )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// besseli.
- double getBesseli( [in] double Num, [in] long Order )
- raises( com::sun::star::lang::IllegalArgumentException,
- com::sun::star::sheet::NoConvergenceException );
-
- /// besselj.
- double getBesselj( [in] double Num, [in] long Order )
- raises( com::sun::star::lang::IllegalArgumentException,
- com::sun::star::sheet::NoConvergenceException );
-
- /// besselk.
- double getBesselk( [in] double Num, [in] long Order )
- raises( com::sun::star::lang::IllegalArgumentException,
- com::sun::star::sheet::NoConvergenceException );
-
- /// bessely.
- double getBessely( [in] double Num, [in] long Order )
- raises( com::sun::star::lang::IllegalArgumentException,
- com::sun::star::sheet::NoConvergenceException );
-
- /// bin2oct.
- string getBin2Oct(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] string BinaryNum, [in] any Places )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// bin2dec.
- double getBin2Dec( [in] string BinaryNum )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// bin2hex.
- string getBin2Hex(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] string BinaryNum, [in] any Places )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// oct2bin.
- string getOct2Bin(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] string OctalNum, [in] any Places )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// oct2dec.
- double getOct2Dec( [in] string OctalNum )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// oct2hex.
- string getOct2Hex(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] string OctalNum, [in] any Places )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// dec2bin.
- string getDec2Bin(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Value, [in] any Places )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// dec2oct.
- string getDec2Oct(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Value, [in] any Places )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// dec2hex.
- string getDec2Hex(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] double Value, [in] any Places )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// hex2bin.
- string getHex2Bin(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] string HexadecimalValue, [in] any Places )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// hex2dec.
- double getHex2Dec( [in] string HexadecimalValue )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// hex2oct.
- string getHex2Oct(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] string HexadecimalValue, [in] any Places )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// delta.
- long getDelta(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] double Num1, [in] any Num2 )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// erf.
- double getErf(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] double LowerLimit, [in] any UpperLimit )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// erfc.
- double getErfc( [in] double LowerLimit )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// gestep.
- long getGestep(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] double Num, [in] any Step )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// factdouble.
- double getFactdouble( [in] long Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imabs.
- double getImabs( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imaginary.
- double getImaginary( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// impower.
- string getImpower( [in] string Num, [in] double Power )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imargument.
- double getImargument( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imcos.
- string getImcos( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imdiv.
- string getImdiv( [in] string Num1, [in] string Num2 )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imexp.
- string getImexp( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imconjugate.
- string getImconjugate( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imln.
- string getImln( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imlog10.
- string getImlog10( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imlog2.
- string getImlog2( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// improduct.
- string getImproduct(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] sequence< sequence< string > > Num1,
- [in] sequence< any > NumberList )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imreal.
- double getImreal( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imsin.
- string getImsin( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imsub.
- string getImsub( [in] string Num1, [in] string Num2 )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imsum.
- string getImsum(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] sequence< sequence< string > > Num1,
- [in] sequence< any > OptNums )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// imsqrt.
- string getImsqrt( [in] string Num )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// complex.
- string getComplex( [in] double Real, [in] double Imaginary, [in] any Suffix )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// convert.
- double getConvert( [in] double Value, [in] string FromUnit, [in] string ToUnit )
- raises( com::sun::star::lang::IllegalArgumentException );
-
-
- /// amordegrc.
- double getAmordegrc(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] double Cost, [in] long Date, [in] long FirstPer, [in] double RestVal,
- [in] double Periode, [in] double Rate, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// amorlinc.
- double getAmorlinc(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] double Cost, [in] long Date, [in] long FirstPer, [in] double RestVal,
- [in] double Periode, [in] double Rate, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// accrint.
- double getAccrint(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Issue, [in] long FirstInterest, [in] long Settlement, [in] double Rate,
- [in] any Value, [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// accrintm.
- double getAccrintm(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Issue, [in] long Settlement, [in] double Rate, [in] any Value, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// received.
- double getReceived(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Investment, [in] double Discount,
- [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// disc.
- double getDisc(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Price, [in] double Redemption,
- [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// duration.
- double getDuration(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Coupon, [in] double Yield,
- [in] long Frequncy, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// effect.
- double getEffect( [in] double Nomial, [in] long NumOfPeriods )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// cumprinc.
- double getCumprinc(
- [in] double Rate, [in] long NumOfPeriods, [in] double Val, [in] long StartPeriode,
- [in] long EndPeriode, [in] long PayType )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// cumipmt.
- double getCumipmt(
- [in] double Rate, [in] long NumOfPeriods, [in] double Val, [in] long StartPeriode,
- [in] long EndPeriode, [in] long PayType )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// price.
- double getPrice(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Rate, [in] double Yield,
- [in] double Redemption, [in] long Frequncy, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// pricedisc.
- double getPricedisc(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Discont, [in] double Redemption,
- [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// pricemat.
- double getPricemat(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] long Issue, [in] double Rate, [in] double Yield,
- [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// mduration.
- double getMduration(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Coupon, [in] double Yield,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// nominal.
- double getNominal( [in] double Rate, [in] long NumOfPeriods )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// dollarfr.
- double getDollarfr( [in] double DollarDecimal, [in] long Fraction )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// dollarde.
- double getDollarde( [in] double DollarFractional, [in] long Fraction )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// yield.
- double getYield(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Coupon, [in] double Price,
- [in] double Redemption, [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// yielddisc.
- double getYielddisc(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Price,
- [in] double Redemption, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// yieldmat.
- double getYieldmat(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] long Issue, [in] double Rate,
- [in] double Price, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// tbilleq.
- double getTbilleq(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Discont )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// tbillprice.
- double getTbillprice(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Discont )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// tbillyield.
- double getTbillyield(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] double Price )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// oddfprice.
- double getOddfprice(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] long Issue, [in] long FirstCouponDate,
- [in] double Rate, [in] double Yield, [in] double Redemption,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// oddfyield.
- double getOddfyield(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] long Issue, [in] long FirstCouponDate,
- [in] double Rate, [in] double Price, [in] double Redemption,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// oddlprice.
- double getOddlprice(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] long LastInterest,
- [in] double Rate, [in] double Yield, [in] double Redemption,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// oddlyield.
- double getOddlyield(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity, [in] long LastInterest,
- [in] double Rate, [in] double Price, [in] double Redemption,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// xirr.
- double getXirr(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] sequence< sequence< double > > Values,
- [in] sequence< sequence< long > > Dates, [in] any Guess )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// xnpv.
- double getXnpv(
- [in] double Rate,
- [in] sequence< sequence< double > > Values,
- [in] sequence< sequence< long > > Dates )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// intrate.
- double getIntrate(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity,
- [in] double Investment, [in] double Redemption, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// coupncd.
- double getCoupncd(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// coupdays.
- double getCoupdays(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
-
- /// coupdaysnc.
- double getCoupdaysnc(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// coupdaybs.
- double getCoupdaybs(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// couppcd.
- double getCouppcd(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// coupnum.
- double getCoupnum(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long Settlement, [in] long Maturity,
- [in] long Frequency, [in] any Base )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// fvschedule.
- double getFvschedule( [in] double Principal, [in] sequence< sequence< double > > Schedule )
- raises( com::sun::star::lang::IllegalArgumentException );
- };
-
- service Analysis
- {
- // exported interfaces:
- interface XCompatibilityNames;
- interface XAnalysis;
- };
-};
-};
-};
-};
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/offapi/com/sun/star/scaddins/dateadd.idl b/offapi/com/sun/star/scaddins/dateadd.idl
deleted file mode 100644
index 3c88517bef49..000000000000
--- a/offapi/com/sun/star/scaddins/dateadd.idl
+++ /dev/null
@@ -1,120 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*************************************************************************
-*
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * Copyright 2000, 2010 Oracle and/or its affiliates.
- *
- * OpenOffice.org - a multi-platform office productivity suite
- *
- * This file is part of OpenOffice.org.
- *
- * OpenOffice.org is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License version 3
- * only, as published by the Free Software Foundation.
- *
- * OpenOffice.org 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 version 3 for more details
- * (a copy is included in the LICENSE file that accompanied this code).
- *
- * You should have received a copy of the GNU Lesser General Public License
- * version 3 along with OpenOffice.org. If not, see
- * <http://www.openoffice.org/license.html>
- * for a copy of the LGPLv3 License.
- *
-************************************************************************/
-
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/beans/XPropertySet.idl>
-#include <com/sun/star/sheet/LocalizedName.idl>
-
-module com
-{
-module sun
-{
-module star
-{
-module sheet
-{
-module addin
-{
- interface XCompatibilityNames : com::sun::star::uno::XInterface
- {
- /// @return a sequence with all localized names for a programmatic name
- sequence< com::sun::star::sheet::LocalizedName > getCompatibilityNames ( [in] string aProgrammaticName );
- };
-
- /**
- * Interface with date functions.
- */
- interface XDateFunctions : com::sun::star::uno::XInterface
- {
- /// calculates the number of weeks between two dates.
- long getDiffWeeks(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nStartDate, [in] long nEndDate, [in] long nMode )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// calculates the number of months between two dates.
- long getDiffMonths(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nStartDate, [in] long nEndDate, [in] long nMode )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// calculates the number of years between two dates.
- long getDiffYears(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nStartDate, [in] long nEndDate, [in] long nMode )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// checks if a date is in a leap year.
- long getIsLeapYear(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nDate )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// calculates the number of days in a month.
- long getDaysInMonth(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nDate )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// calculates the number of days in a year.
- long getDaysInYear(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nDate )
- raises( com::sun::star::lang::IllegalArgumentException );
-
- /// calculates the number of weeks in a year.
- long getWeeksInYear(
- [in] com::sun::star::beans::XPropertySet xOptions,
- [in] long nDate )
- raises( com::sun::star::lang::IllegalArgumentException );
- };
-
- /**
- * Interface with miscellaneous functions.
- */
- interface XMiscFunctions : com::sun::star::uno::XInterface
- {
- /// Encrypts or decrypts a string using the ROT13 algorithm.
- string getRot13( [in] string aSrcString )
- raises( com::sun::star::lang::IllegalArgumentException );
- };
-
- service DateFunctions
- {
- // exported interfaces:
- interface XDateFunctions;
- interface XMiscFunctions;
- };
-};
-};
-};
-};
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */