summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/excel/XlSortOrder.idl
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi/ooo/vba/excel/XlSortOrder.idl')
-rw-r--r--oovbaapi/ooo/vba/excel/XlSortOrder.idl18
1 files changed, 18 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XlSortOrder.idl b/oovbaapi/ooo/vba/excel/XlSortOrder.idl
index 0be5c7e8a1b7..bdfae570ee8e 100644
--- a/oovbaapi/ooo/vba/excel/XlSortOrder.idl
+++ b/oovbaapi/ooo/vba/excel/XlSortOrder.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 excel {
constants XlSortOrder {
const long xlAscending = 1;
ef='/cgit/lo/core/commit/store?h=co-6.4-3&id=e1d3ecb498c9b28731392a6cb8557fe73fcfb5e9'>loplugin:simplifyconstruct in stoc..svlNoel Grandin 2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin 2018-06-12Remove redundant reinterpret_castStephan Bergmann 2018-06-12-fsanitize=functionStephan Bergmann 2018-06-11new loplugin:shouldreturnboolNoel Grandin 2018-04-28loplugin:countusersofdefaultparamsNoel Grandin 2018-04-16loplugin:useuniqueptr in OStorePageBIOSNoel Grandin 2018-01-13store: remove unnecessary comments in storpage.hxxChris Sherlock 2018-01-12More loplugin:cstylecast: storeStephan Bergmann 2018-01-09loplugin:convertlong in ucb,sotNoel Grandin 2017-12-11loplugin:salcall fix functionsNoel Grandin 2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin 2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin 2017-11-02improve constparam lopluginNoel Grandin 2017-10-23loplugin:includeform: storeStephan Bergmann 2017-10-20loplugin:constmethod in codemaker,registry,storeNoel Grandin 2017-08-18loplugin:unnecessaryparenNoel Grandin 2017-08-15Remove unnecessary user-provided copy functionsStephan Bergmann 2017-07-28loplugin:constparams handle constructorsNoel Grandin 2017-07-17loplugin:constparams in store,registryNoel Grandin 2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin 2017-07-02loplugin:casttovoid: storeStephan Bergmann