summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl')
-rw-r--r--oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl18
1 files changed, 18 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl b/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl
index f8e7670ab70f..75e1213994aa 100644
--- a/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl
+++ b/oovbaapi/ooo/vba/office/MsoPresetTextEffectShape.idl
@@ -1,3 +1,21 @@
+/*
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ */
+
module ooo { module vba { module office {
constants MsoPresetTextEffectShape {
const long msoTextEffectShapeArchDownCurve = 10;
a04867304c3bd9b27f0a182e2c2c9'>remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-03Related to fdo#60724: correct spellingThomas Arnhold 2013-02-28remove all d.lstMichael Stahl 2013-02-26odk: remove temporary Zip file gratuitous complexityMichael Stahl 2013-02-22s/the the/the/Tor Lillqvist 2013-02-22s/whith/with/Tor Lillqvist 2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac 2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl 2012-12-21API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann 2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens 2012-11-09Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORTTor Lillqvist 2012-11-09Use JNIEXPORT to really export these for AndroidTor Lillqvist 2012-10-07DISABLE_DYNLOADING tentative fixTor Lillqvist 2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl 2012-09-21No juh library to load in the disable-dynloading case (on Android)Tor Lillqvist 2012-09-20No need for the juh/juhx dance when DISABLE_DYNLOADINGTor Lillqvist 2012-09-17Keep null service manager throw a DeploymentExceptionStephan Bergmann 2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann 2012-09-06Java cleanup, remove unnecessary importsNoel Grandin 2012-08-20Java5 updates - convert to genericsNoel Grandin 2012-08-20Remove dead java code, fields and local variablesNoel Grandin 2012-08-20Java update - fix various javadoc issuesNoel Grandin 2012-08-17gbuild: register all jarsMichael Stahl 2012-08-15gbuild: remove most uses of gb_Jar_set_jarclasspath:Michael Stahl 2012-08-08Export JNI functions from juh, juhx libsStephan Bergmann