summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/XCommandBarButton.idl
blob: ddc61a394d96bf7332bd65973f71792bd90cc59c (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
25
26
27
28
29
30
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * 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 {


interface XCommandBarButton: com::sun::star::uno::XInterface
{
};

}; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
119f603c2581870e4e7ea7bc'>Remove unneeded breaksAndrea Gelmini 2021-02-09loplugin:stringview (clang-cl)Stephan Bergmann 2021-01-02Fix some warnings for Raspberry pi 4 (part4)Julien Nabet 2021-01-02Fix some warnings for Raspberry pi 4 (part3)Julien Nabet 2021-01-02Fix some warnings for Raspberry pi 4 (part2)Julien Nabet 2021-01-01Add rtti.hxx for gcc3_linux_armJulien Nabet 2021-01-01Fix some warnings for Raspberry pi 4 (part1)Julien Nabet 2020-12-18Mention relevant Clang bug in commentStephan Bergmann 2020-12-17Various minor loplugin fixes (macOS ARM64)Stephan Bergmann 2020-12-17Make the pthread_jit_write_protect_np call pair exception-safeStephan Bergmann 2020-12-16Fix macOS ARM64 RTTI generationStephan Bergmann 2020-12-08tdf#134754: Gracefully handle EINVAL from mmap MAP_JIT on old macOSStephan Bergmann 2020-12-06Related tdf#134754: Detect failed mmap on macOSStephan Bergmann 2020-11-13Improve the C++/UNO bridge for macOS on Apple SiliconTor Lillqvist 2020-11-13tdf#123936 Formatting files in module bridges with clang-formatPhilipp Hofer 2020-10-14loplugin:external (clang-cl)Stephan Bergmann 2020-10-14loplugin:includeform (clang-cl)Stephan Bergmann 2020-10-14loplugin:stringconstant (clang-cl)Stephan Bergmann 2020-10-14loplugin:redundantcast (clang-cl)Stephan Bergmann 2020-10-14-Werror,-Wmicrosoft-exception-spec (clang-cl)Stephan Bergmann 2020-09-30bridges: add a Windows Arm64 UNO bridgeJan-Marek Glogowski 2020-09-27Fix typoAndrea Gelmini 2020-09-23Add Stephan's "Very bad HACK" to the iOS code, too, for iOS 14Tor Lillqvist 2020-09-17WIN bridges: unify cpp2uno common codeJan-Marek Glogowski 2020-09-17WIN bridges: unify exception handlingJan-Marek Glogowski 2020-09-17WIN bridges: unify bridge code layoutJan-Marek Glogowski 2020-09-04tdf#124176 Use #pragma once in bridgesGeorge Bateman