summaryrefslogtreecommitdiff
path: root/include/comphelper/evtmethodhelper.hxx
blob: f420b1869422d84964138c6e50905b4faa843f68 (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
31
32
/* -*- 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 .
 */

#pragma once

#include <com/sun/star/uno/Sequence.h>
#include <comphelper/comphelperdllapi.h>

namespace comphelper
{
COMPHELPER_DLLPUBLIC css::uno::Sequence<OUString>
getEventMethodsForType(const css::uno::Type& type);

} // namespace comphelper

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
>2019-07-26Fix typoAndrea Gelmini 2019-07-23Fix typosAndrea Gelmini 2019-07-20loplugin:referencecasting in oox..pyunoNoel Grandin 2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen 2018-08-29Fix typosAndrea Gelmini 2018-07-04Make ThreadPool::pushTask take param by std::unique_ptrNoel Grandin 2018-03-17Typos concerning hierarchyJulien Nabet 2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem 2017-06-11Fix typosAndrea Gelmini 2017-06-08First cut at moving unzipping into new thread:Mohammed Abdul Azeem 2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna 2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl 2017-01-19Use the old-fashion way to instantiate a UNO service.Kohei Yoshida 2017-01-17tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida 2016-07-29Fix typo: completelly -> completelyTakeshi Abe 2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann 2016-03-07improve defaultparams lopluginNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin 2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin 2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin 2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin 2014-08-14java: remove commented out codeNoel Grandin 2014-08-01typo: more then -> more thanTakeshi Abe 2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26Remove visual noise from packageAlexander Wilms 2013-12-02Related: EDB-29934-1 add .zip cppunit testsCaolán McNamara 2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks 2012-06-22re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-21re-base on ALv2 code.Michael Meeks