summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/office/MsoDiagramNodeType.idl
blob: a09afeba0317b4a058e73b4bce8dc1422de1454a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * 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 MsoDiagramNodeType {
        const long msoDiagramAssistant = 2;
        const long msoDiagramNode = 1;
    };
}; }; };
href='/cgit/lo/core/commit/ure?h=cp-5.3-62&id=d1a734cef0ed5d655774c2f8ac7a2203f8c0a385'>Create instdir uno ini-file from instsetoo_nativeStephan Bergmann 2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist 2014-08-10Ugly hack to fix build when srcdir!=builddirTor Lillqvist 2014-08-10javaldx is not built for WNT or MACOSX so no point in the uno wrapper scriptTor Lillqvist 2014-08-10Fixes for the --enable-canonical-installation-tree-structure caseTor Lillqvist 2014-08-10Use @LIBO_URE_LIB_FOLDER@ for URE_INTERNAL_LIB_DIRTor Lillqvist 2014-08-10Use @LIBO_URE_SHARE_JAVA_FOLDER@ instead of hardcoding ../share/javaTor Lillqvist 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann 2013-12-16Clean-up uno/lbnames.hStephan Bergmann 2013-12-11ure: remove documentation of no longer bundled GCC librariesMichael Stahl 2013-12-11ure: remove references to SunStudio C52 filenamesMichael Stahl 2013-11-05fdo#60698: Merge all libs of io...Marcos Paulo de Souza 2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl