From 295b09a63240d0a591921a40dc949784a441ce99 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 11 Mar 2012 15:28:34 +0100 Subject: refactor UnoApi class --- offapi/Module_offapi.mk | 4 +- offapi/Package_offapi_idl.mk | 31 ---- offapi/Package_offapi_inc.mk | 31 ---- offapi/UnoApiMerge_types.mk | 46 +++++ offapi/UnoApi_offapi.mk | 432 +++++++++++++++++++++---------------------- offapi/UnoApi_types.mk | 46 ----- 6 files changed, 263 insertions(+), 327 deletions(-) delete mode 100644 offapi/Package_offapi_idl.mk delete mode 100644 offapi/Package_offapi_inc.mk create mode 100644 offapi/UnoApiMerge_types.mk delete mode 100644 offapi/UnoApi_types.mk (limited to 'offapi') 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 -# -# 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 -# -# 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/UnoApiMerge_types.mk b/offapi/UnoApiMerge_types.mk new file mode 100644 index 000000000000..a97945d3dfe5 --- /dev/null +++ b/offapi/UnoApiMerge_types.mk @@ -0,0 +1,46 @@ +# -*- 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 +# +# for a copy of the LGPLv3 License. +# +#************************************************************************* + +$(eval $(call gb_UnoApiMerge_UnoApiMerge,types)) + +$(eval $(call gb_UnoApiMerge_add_rdbfiles,types,\ + udkapi \ + offapi \ +)) + +$(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_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 23c4523c790a..1074f6fb0a8b 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -26,75 +26,75 @@ # #************************************************************************* -$(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 \ DialogProvider2 \ 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 \ 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 \ @@ -103,33 +103,33 @@ $(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 \ InstanceLocker \ OLESimpleStorage \ )) -$(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/graphic,\ +$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/graphic,\ GraphicObject \ )) -$(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 \ @@ -138,29 +138,29 @@ $(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/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 \ @@ -175,42 +175,42 @@ $(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/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 \ @@ -218,49 +218,49 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_nohdl,offapi,offapi/com/sun/star/shee FormulaOpCodeMapper \ 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 \ OfficeRestartManager \ PasswordContainerInteractionHandler \ )) -$(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,\ CommandEnvironment \ )) -$(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 \ UriAbbreviation \ )) -$(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 \ @@ -359,21 +359,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 \ @@ -410,7 +410,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 \ @@ -440,7 +440,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 \ @@ -451,7 +451,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 \ @@ -472,7 +472,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 \ @@ -507,30 +507,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 \ @@ -555,7 +555,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 \ @@ -626,7 +626,7 @@ $(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 \ @@ -635,7 +635,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/e StorageFactory \ 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 \ @@ -646,7 +646,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 \ @@ -662,7 +662,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 \ @@ -702,7 +702,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 \ @@ -723,7 +723,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 \ @@ -733,19 +733,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 \ @@ -780,12 +780,12 @@ $(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 \ GraphicProvider \ @@ -793,7 +793,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/g 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 \ @@ -808,21 +808,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 \ @@ -834,24 +834,24 @@ $(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 \ MozillaBootstrap \ )) -$(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/plugin,\ +$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/plugin,\ PluginManager \ )) -$(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 \ @@ -880,33 +880,33 @@ $(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,\ +$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/scaddins,\ analysisadd \ dateadd \ )) -$(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/scanner,\ +$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/scanner,\ ScannerManager \ )) -$(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 \ @@ -916,11 +916,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 \ @@ -968,10 +968,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 \ @@ -987,7 +987,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 \ @@ -1015,14 +1015,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 \ @@ -1135,7 +1135,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 \ @@ -1154,11 +1154,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 \ @@ -1166,7 +1166,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 \ @@ -1188,14 +1188,14 @@ $(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 \ JobExecutor \ 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 \ @@ -1307,14 +1307,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 \ @@ -1357,7 +1357,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 \ @@ -1376,7 +1376,7 @@ $(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 \ CachedContentResultSetFactory \ @@ -1437,7 +1437,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 \ @@ -1457,12 +1457,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 \ @@ -1479,7 +1479,7 @@ $(eval $(call gb_UnoApiTarget_add_idlfiles_noheader,offapi,offapi/com/sun/star/u TextSearch \ URLTransformer \ )) -$(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 \ @@ -1488,10 +1488,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 \ @@ -1503,7 +1503,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 \ @@ -1512,29 +1512,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 \ @@ -1547,7 +1547,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 \ @@ -1581,7 +1581,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 \ @@ -1614,7 +1614,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 \ @@ -1629,7 +1629,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 \ @@ -1826,7 +1826,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 \ @@ -1846,7 +1846,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 \ @@ -1854,7 +1854,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 \ @@ -1867,7 +1867,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 \ @@ -1916,7 +1916,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 \ @@ -1969,7 +1969,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 \ @@ -1986,7 +1986,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 \ @@ -1998,7 +1998,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 \ @@ -2032,7 +2032,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 \ @@ -2045,7 +2045,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 \ @@ -2057,7 +2057,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 \ @@ -2079,7 +2079,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 \ @@ -2099,7 +2099,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 \ @@ -2167,7 +2167,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 \ @@ -2284,7 +2284,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 \ @@ -2310,7 +2310,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 \ @@ -2377,7 +2377,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 \ @@ -2428,7 +2428,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 \ @@ -2438,7 +2438,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 \ @@ -2449,22 +2449,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 \ @@ -2557,7 +2557,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 \ @@ -2569,13 +2569,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 \ @@ -2591,7 +2591,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 \ @@ -2604,7 +2604,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 \ @@ -2682,7 +2682,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 \ @@ -2701,17 +2701,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 \ @@ -2755,7 +2755,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 \ @@ -2766,7 +2766,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 \ @@ -2780,14 +2780,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 \ @@ -2806,30 +2806,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 \ @@ -2838,7 +2838,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 \ @@ -2864,7 +2864,7 @@ $(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/rdf,\ FileFormat \ ParseException \ QueryException \ @@ -2885,7 +2885,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 \ @@ -2963,7 +2963,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 \ @@ -2989,13 +2989,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 \ @@ -3007,14 +3007,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/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 \ @@ -3029,13 +3029,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 \ @@ -3047,7 +3047,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 \ @@ -3057,7 +3057,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 \ @@ -3109,7 +3109,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 \ @@ -3121,7 +3121,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 \ @@ -3134,7 +3134,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 \ @@ -3194,7 +3194,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 \ @@ -3221,7 +3221,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 \ @@ -3243,7 +3243,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 \ @@ -3273,7 +3273,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 \ @@ -3472,12 +3472,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 \ @@ -3505,11 +3505,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 \ @@ -3522,10 +3522,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 \ @@ -3535,7 +3535,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 \ @@ -3569,7 +3569,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 \ @@ -3608,7 +3608,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 \ @@ -3734,7 +3734,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 \ @@ -3907,7 +3907,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 \ @@ -3937,7 +3937,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 \ @@ -3968,7 +3968,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 \ @@ -4066,7 +4066,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 \ @@ -4094,7 +4094,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 \ @@ -4103,14 +4103,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 \ @@ -4130,7 +4130,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 \ @@ -4156,11 +4156,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 \ @@ -4185,7 +4185,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 \ @@ -4198,17 +4198,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 \ @@ -4232,11 +4232,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 \ @@ -4244,7 +4244,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/UnoApi_types.mk b/offapi/UnoApi_types.mk deleted file mode 100644 index df0da0603c27..000000000000 --- a/offapi/UnoApi_types.mk +++ /dev/null @@ -1,46 +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 -# -# for a copy of the LGPLv3 License. -# -#************************************************************************* - -$(eval $(call gb_UnoApiTarget_UnoApiTarget,types)) - -$(eval $(call gb_UnoApiTarget_add_merge_rdbfiles,types,\ - udkapi \ - offapi \ -)) - -$(eval $(call gb_UnoApiTarget_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)" > $@ - -# vim: set noet sw=4 ts=4: -- cgit From 3f751c7fa02862356c6ea03ea3af311cd1f26943 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 13 Mar 2012 09:20:30 +0100 Subject: split into one file for each interface/service This is the way gbuild's UnoApi class keeps track of which header files are there to be delivered. --- offapi/UnoApi_offapi.mk | 14 +- offapi/com/sun/star/scaddins/analysisadd.idl | 596 --------------------- offapi/com/sun/star/scaddins/dateadd.idl | 120 ----- offapi/com/sun/star/sheet/addin/Analysis.idl | 59 ++ offapi/com/sun/star/sheet/addin/DateFunctions.idl | 59 ++ offapi/com/sun/star/sheet/addin/XAnalysis.idl | 584 ++++++++++++++++++++ .../sun/star/sheet/addin/XCompatibilityNames.idl | 58 ++ offapi/com/sun/star/sheet/addin/XDateFunctions.idl | 100 ++++ offapi/com/sun/star/sheet/addin/XMiscFunctions.idl | 62 +++ 9 files changed, 932 insertions(+), 720 deletions(-) delete mode 100644 offapi/com/sun/star/scaddins/analysisadd.idl delete mode 100644 offapi/com/sun/star/scaddins/dateadd.idl create mode 100644 offapi/com/sun/star/sheet/addin/Analysis.idl create mode 100644 offapi/com/sun/star/sheet/addin/DateFunctions.idl create mode 100644 offapi/com/sun/star/sheet/addin/XAnalysis.idl create mode 100644 offapi/com/sun/star/sheet/addin/XCompatibilityNames.idl create mode 100644 offapi/com/sun/star/sheet/addin/XDateFunctions.idl create mode 100644 offapi/com/sun/star/sheet/addin/XMiscFunctions.idl (limited to 'offapi') diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 1074f6fb0a8b..11c0d3739724 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -895,10 +895,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/report/ DataProviderHandler \ ReportComponentHandler \ )) -$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/scaddins,\ - analysisadd \ - dateadd \ -)) $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/scanner,\ ScannerManager \ )) @@ -1135,6 +1131,16 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sheet,\ UniqueCellFormatRangesEnumeration \ VolatileResult \ )) +$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sheet/addin,\ + XAnalysis \ + XCompatibilityNames \ + XDateFunctions \ + XMiscFunctions \ +)) +$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sheet/addin,\ + Analysis \ + DateFunctions \ +)) $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/style,\ CellStyle \ CharacterProperties \ 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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#ifndef __com_sun_star_sheet_NoConvergenceException_idl__ -#include -#endif - -#include -#include -#include - -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 - * - * for a copy of the LGPLv3 License. - * -************************************************************************/ - - -#include -#include -#include - -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: */ diff --git a/offapi/com/sun/star/sheet/addin/Analysis.idl b/offapi/com/sun/star/sheet/addin/Analysis.idl new file mode 100644 index 000000000000..2e1ad523e615 --- /dev/null +++ b/offapi/com/sun/star/sheet/addin/Analysis.idl @@ -0,0 +1,59 @@ +/* -*- 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 + * + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + +#ifndef com_sun_star_sheet_addin_Analysis_idl +#define com_sun_star_sheet_addin_Analysis_idl + +#include +#include + +module com +{ +module sun +{ +module star +{ +module sheet +{ +module addin +{ + service Analysis + { + // exported interfaces: + interface XCompatibilityNames; + interface XAnalysis; + }; +}; +}; +}; +}; +}; + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/DateFunctions.idl b/offapi/com/sun/star/sheet/addin/DateFunctions.idl new file mode 100644 index 000000000000..5411284b94f9 --- /dev/null +++ b/offapi/com/sun/star/sheet/addin/DateFunctions.idl @@ -0,0 +1,59 @@ +/* -*- 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 + * + * for a copy of the LGPLv3 License. + * +************************************************************************/ + +#ifndef com_sun_star_sheet_addin_DateFunctions_idl +#define com_sun_star_sheet_addin_DateFunctions_idl + +#include +#include + +module com +{ +module sun +{ +module star +{ +module sheet +{ +module addin +{ + service DateFunctions + { + // exported interfaces: + interface XDateFunctions; + interface XMiscFunctions; + }; +}; +}; +}; +}; +}; + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/XAnalysis.idl b/offapi/com/sun/star/sheet/addin/XAnalysis.idl new file mode 100644 index 000000000000..1cb001851aaf --- /dev/null +++ b/offapi/com/sun/star/sheet/addin/XAnalysis.idl @@ -0,0 +1,584 @@ +/* -*- 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 + * + * for a copy of the LGPLv3 License. + * + ************************************************************************/ + +#ifndef com_sun_star_sheet_addin_XAnalysis_idl +#define com_sun_star_sheet_addin_XAnalysis_idl + +#include +#include +#include + +module com +{ +module sun +{ +module star +{ +module sheet +{ +module addin +{ + /** + * 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 ); + }; +}; +}; +}; +}; +}; + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/XCompatibilityNames.idl b/offapi/com/sun/star/sheet/addin/XCompatibilityNames.idl new file mode 100644 index 000000000000..fade59e835b3 --- /dev/null +++ b/offapi/com/sun/star/sheet/addin/XCompatibilityNames.idl @@ -0,0 +1,58 @@ +/* -*- 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 + * + * for a copy of the LGPLv3 License. + * +************************************************************************/ + +#ifndef com_sun_star_sheet_addin_XCompatibilityNames_idl +#define com_sun_star_sheet_addin_XCompatibilityNames_idl + +#include +#include + +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 ); + }; +}; +}; +}; +}; +}; + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/XDateFunctions.idl b/offapi/com/sun/star/sheet/addin/XDateFunctions.idl new file mode 100644 index 000000000000..773a1ff67f57 --- /dev/null +++ b/offapi/com/sun/star/sheet/addin/XDateFunctions.idl @@ -0,0 +1,100 @@ +/* -*- 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 + * + * for a copy of the LGPLv3 License. + * +************************************************************************/ + +#ifndef com_sun_star_sheet_addin_XDateFunctions_idl +#define com_sun_star_sheet_addin_XDateFunctions_idl + +#include +#include + +module com +{ +module sun +{ +module star +{ +module sheet +{ +module addin +{ + /** + * 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 ); + }; +}; +}; +}; +}; +}; + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/XMiscFunctions.idl b/offapi/com/sun/star/sheet/addin/XMiscFunctions.idl new file mode 100644 index 000000000000..dd5189cc401f --- /dev/null +++ b/offapi/com/sun/star/sheet/addin/XMiscFunctions.idl @@ -0,0 +1,62 @@ +/* -*- 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 + * + * for a copy of the LGPLv3 License. + * +************************************************************************/ + +#ifndef com_sun_star_sheet_addin_XMiscFunctions_idl +#define com_sun_star_sheet_addin_XMiscFunctions_idl + +#include +#include + +module com +{ +module sun +{ +module star +{ +module sheet +{ +module addin +{ + /** + * 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 ); + }; +}; +}; +}; +}; +}; + +#endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit From f361c71992f0458866229af84275c0e799776930 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 18 Mar 2012 19:45:36 +0100 Subject: move addins out of offapi again --- offapi/UnoApi_offapi.mk | 10 - offapi/com/sun/star/sheet/addin/Analysis.idl | 59 --- offapi/com/sun/star/sheet/addin/DateFunctions.idl | 59 --- offapi/com/sun/star/sheet/addin/XAnalysis.idl | 584 --------------------- .../sun/star/sheet/addin/XCompatibilityNames.idl | 58 -- offapi/com/sun/star/sheet/addin/XDateFunctions.idl | 100 ---- offapi/com/sun/star/sheet/addin/XMiscFunctions.idl | 62 --- 7 files changed, 932 deletions(-) delete mode 100644 offapi/com/sun/star/sheet/addin/Analysis.idl delete mode 100644 offapi/com/sun/star/sheet/addin/DateFunctions.idl delete mode 100644 offapi/com/sun/star/sheet/addin/XAnalysis.idl delete mode 100644 offapi/com/sun/star/sheet/addin/XCompatibilityNames.idl delete mode 100644 offapi/com/sun/star/sheet/addin/XDateFunctions.idl delete mode 100644 offapi/com/sun/star/sheet/addin/XMiscFunctions.idl (limited to 'offapi') diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 11c0d3739724..4747164b09e6 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -1131,16 +1131,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sheet,\ UniqueCellFormatRangesEnumeration \ VolatileResult \ )) -$(eval $(call gb_UnoApi_add_idlfiles,offapi,offapi/com/sun/star/sheet/addin,\ - XAnalysis \ - XCompatibilityNames \ - XDateFunctions \ - XMiscFunctions \ -)) -$(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/sheet/addin,\ - Analysis \ - DateFunctions \ -)) $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/style,\ CellStyle \ CharacterProperties \ diff --git a/offapi/com/sun/star/sheet/addin/Analysis.idl b/offapi/com/sun/star/sheet/addin/Analysis.idl deleted file mode 100644 index 2e1ad523e615..000000000000 --- a/offapi/com/sun/star/sheet/addin/Analysis.idl +++ /dev/null @@ -1,59 +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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#ifndef com_sun_star_sheet_addin_Analysis_idl -#define com_sun_star_sheet_addin_Analysis_idl - -#include -#include - -module com -{ -module sun -{ -module star -{ -module sheet -{ -module addin -{ - service Analysis - { - // exported interfaces: - interface XCompatibilityNames; - interface XAnalysis; - }; -}; -}; -}; -}; -}; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/DateFunctions.idl b/offapi/com/sun/star/sheet/addin/DateFunctions.idl deleted file mode 100644 index 5411284b94f9..000000000000 --- a/offapi/com/sun/star/sheet/addin/DateFunctions.idl +++ /dev/null @@ -1,59 +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 - * - * for a copy of the LGPLv3 License. - * -************************************************************************/ - -#ifndef com_sun_star_sheet_addin_DateFunctions_idl -#define com_sun_star_sheet_addin_DateFunctions_idl - -#include -#include - -module com -{ -module sun -{ -module star -{ -module sheet -{ -module addin -{ - service DateFunctions - { - // exported interfaces: - interface XDateFunctions; - interface XMiscFunctions; - }; -}; -}; -}; -}; -}; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/XAnalysis.idl b/offapi/com/sun/star/sheet/addin/XAnalysis.idl deleted file mode 100644 index 1cb001851aaf..000000000000 --- a/offapi/com/sun/star/sheet/addin/XAnalysis.idl +++ /dev/null @@ -1,584 +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 - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ - -#ifndef com_sun_star_sheet_addin_XAnalysis_idl -#define com_sun_star_sheet_addin_XAnalysis_idl - -#include -#include -#include - -module com -{ -module sun -{ -module star -{ -module sheet -{ -module addin -{ - /** - * 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 ); - }; -}; -}; -}; -}; -}; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/XCompatibilityNames.idl b/offapi/com/sun/star/sheet/addin/XCompatibilityNames.idl deleted file mode 100644 index fade59e835b3..000000000000 --- a/offapi/com/sun/star/sheet/addin/XCompatibilityNames.idl +++ /dev/null @@ -1,58 +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 - * - * for a copy of the LGPLv3 License. - * -************************************************************************/ - -#ifndef com_sun_star_sheet_addin_XCompatibilityNames_idl -#define com_sun_star_sheet_addin_XCompatibilityNames_idl - -#include -#include - -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 ); - }; -}; -}; -}; -}; -}; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/XDateFunctions.idl b/offapi/com/sun/star/sheet/addin/XDateFunctions.idl deleted file mode 100644 index 773a1ff67f57..000000000000 --- a/offapi/com/sun/star/sheet/addin/XDateFunctions.idl +++ /dev/null @@ -1,100 +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 - * - * for a copy of the LGPLv3 License. - * -************************************************************************/ - -#ifndef com_sun_star_sheet_addin_XDateFunctions_idl -#define com_sun_star_sheet_addin_XDateFunctions_idl - -#include -#include - -module com -{ -module sun -{ -module star -{ -module sheet -{ -module addin -{ - /** - * 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 ); - }; -}; -}; -}; -}; -}; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/sheet/addin/XMiscFunctions.idl b/offapi/com/sun/star/sheet/addin/XMiscFunctions.idl deleted file mode 100644 index dd5189cc401f..000000000000 --- a/offapi/com/sun/star/sheet/addin/XMiscFunctions.idl +++ /dev/null @@ -1,62 +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 - * - * for a copy of the LGPLv3 License. - * -************************************************************************/ - -#ifndef com_sun_star_sheet_addin_XMiscFunctions_idl -#define com_sun_star_sheet_addin_XMiscFunctions_idl - -#include -#include - -module com -{ -module sun -{ -module star -{ -module sheet -{ -module addin -{ - /** - * 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 ); - }; -}; -}; -}; -}; -}; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit