/* -*- 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_OSL_GETGLOBALMUTEX_HXX #define INCLUDED_OSL_GETGLOBALMUTEX_HXX #include "osl/mutex.hxx" namespace osl { /** A helper functor for the rtl_Instance template. See the rtl_Instance template for examples of how this class is used. */ class GetGlobalMutex { public: ::osl::Mutex * operator()() { return ::osl::Mutex::getGlobalMutex(); } }; } #endif // INCLUDED_OSL_GETGLOBALMUTEX_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/inc/scriptdlg.hxx
AgeCommit message (Expand)Author
2022-04-29use more string_view in INetURLObjectNoel Grandin
2021-10-30Resolves: tdf#145377 don't use dismissed dialog as parent for error dialogsCaolán McNamara
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman
2020-06-09remove the fake SvxScriptErrorDialog codeNoel Grandin
2020-06-05have just one way to set expander imageCaolán McNamara
2019-09-05loplugin:constmethod in cuiNoel Grandin
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen
2019-04-01drop unnecessary includesCaolán McNamara
2019-03-11weld SvxMenuConfigPage/SvxToolbarConfigPageCaolán McNamara
2019-02-22weld SvxScriptOrgDialogCaolán McNamara