summaryrefslogtreecommitdiff
path: root/include/comphelper/evtmethodhelper.hxx
blob: a4a1bbfc366cd1ad331c512da1fde5df1d6a5b8e (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 .
 */
#ifndef INCLUDED_COMPHELPER_EVTMETHODHELPER_HXX
#define INCLUDED_COMPHELPER_EVTMETHODHELPER_HXX
#include <comphelper/sequence.hxx>

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


}   // namespace comphelper

#endif // COMPHELPER_EVENTMEHODHELPER_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
n OpCodeMapDataNoel Grandin 2023-01-01Resolves: tdf#151886 Use default locale with English function names againEike Rathke 2022-12-20tdf#146781 sc: update extended tip for function description searchStéphane Guillou 2022-12-15crashtesting: assert seen on loading forum-mso-en4-573860.xlsxEike Rathke 2022-12-14upgrade tag names with new version of gladeStéphane Guillou 2022-09-28use more string_view in formulaNoel Grandin 2022-09-19small opt in FormulaTokenIteratorNoel Grandin 2022-09-06A ColRowName (label) is a QuotedLabel is a SingleQuotedEike Rathke 2022-09-01Resolves: tdf#142293 Implement the temporariness of GetOpCodeMap()Eike Rathke 2022-09-01Related: tdf#142293 Introduce a protected FormulaCompiler::GetFinalOpCodeMap()Eike Rathke 2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock 2022-08-22cid#1509296 silence Use after freeCaolán McNamara 2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann 2022-08-06Related: tdf#135993 Use ScCompiler to create English OpCodeMap with AddInsEike Rathke 2022-08-06Related: tdf#135993 Destroy temporary OpCodeMap when reading configEike Rathke 2022-08-04Add known but not in AddInMap English names for GRAM_API, tdf#150253 follow-upEike Rathke 2022-08-04Resolves: tdf#150253 Add English names for GRAM_API AddIn functionsEike Rathke 2022-07-09tdf#146781 - Function wizard: search desired function also in the descriptionAndreas Heinisch 2022-06-23clang-tidy modernize-pass-by-value in formulaNoel Grandin 2022-06-22crashtesting: assert seen with forum-mso-de-53682Caolán McNamara 2022-06-18Related: tdf#142293 tdf#141495 Allow additional symbols in externals mapEike Rathke 2022-06-03Add binary operators to ForceArrayReturn handling, tdf#149378 follow-upEike Rathke 2022-06-03Propagate ForceArrayReturn only for Value parameters, tdf#149378 follow-upEike Rathke 2022-06-03Propagate inline array only for Value parameters, tdf#149378 follow-upEike Rathke 2022-06-02Resolves: tdf#149378 Force array input if outer function returns array/matrixEike Rathke 2022-04-26add o3tl::toUInt32Noel Grandin 2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara 2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen 2021-12-21loplugin:flatten in filter..frameworkNoel Grandin 2021-12-20Recheck include/[e-r]* with IWYUGabor Kelemen 2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann 2021-11-25remove unused defines and convert some to OUStringLiteralNoel Grandin 2021-11-24loplugin:stringliteraldefine in formual,fpickerNoel Grandin 2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin 2021-10-30Prepare for removal of non-const operator[] from Sequence in formulaMike Kaganski 2021-10-11loplugin:moveparam in formulaNoel Grandin