/* -*- 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/. */ #pragma once #include #include #include #include namespace unoidl::detail { class LegacyProvider: public Provider { public: // throws FileFormatException, NoSuchFileException: LegacyProvider(Manager & manager, OUString const & uri); // throws FileFormatException: virtual rtl::Reference< MapCursor > createRootCursor() const override; // throws FileFormatException: virtual rtl::Reference< Entity > findEntity(OUString const & name) const override; private: virtual ~LegacyProvider() noexcept override; Manager & manager_; mutable RegistryKey ucr_; }; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ alue='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-25speedup saving large XLS file with lots of query formula(2)Noel Grandin
2024-06-19Fix typoAndrea Gelmini
2024-05-14loplugin:ostr in svlNoel Grandin
2024-01-10tdf#114441 Convert sal_uLong to sal_Int32Kira Tubo
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svlStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2022-07-25use more o3tl::spanNoel Grandin
2022-06-16Related: tdf#149325 tdf#52602 SvNumberFormatsObj::addNew accept differingEike Rathke
2022-06-15Use rtl::isAsceeLowerCase/rtl::toAsciiUpperCaseMike Kaganski
2022-06-15Resolves: tdf#149325 tdf#52602 SvNumberFormatsObj::queryKey try also uppercaseEike Rathke
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-03-24loplugin:constantparamNoel Grandin
2021-10-25Restore behaviour SvNumberFormatterServiceObj keep LANGUAGE_SYSTEM unresolvedEike Rathke
2021-10-25Get rid of fuzziness in MsLangId::Conversion::convertIsoNamesToLanguage()Eike Rathke
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-02-16loplugin:referencecasting in stoc..svtoolsNoel
2020-09-03Make ImpSvNumberformatScan::GetColor constMike Kaganski
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svlStephan Bergmann
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-03-07use more Color in sfx2..svtoolsNoel Grandin
2018-01-15More loplugin:cstylecast: svlStephan Bergmann
2018-01-12More loplugin:cstylecast: svlStephan Bergmann
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe
2017-10-06use rtl::Reference in svl,sfx2Noel Grandin
2017-09-23loplugin:flatten in svl..svxNoel Grandin