# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_Configuration_Configuration,driver_mork)) $(eval $(call gb_Configuration_add_spool_modules,driver_mork,connectivity/registry/mork,\ org/openoffice/Office/DataAccess/Drivers-mork.xcu \ )) $(eval $(call gb_Configuration_add_localized_datas,driver_mork,connectivity/registry/mork,\ org/openoffice/Office/DataAccess/Drivers.xcu \ )) # vim: set noet sw=4 ts=4: .form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-03Windows format name is FileGroupDescriptorW for Unicode stringsMike Kaganski
2021-12-03Windows format name is UniformResourceLocatorW for Unicode stringsMike Kaganski
2021-12-01tdf#145964: Windows format name is FileNameW for Unicode stringsMike Kaganski
2021-11-28use more OInterfaceContainerHelper3 in sotNoel Grandin
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin
2021-11-18rtl::Static->thread-safe static in sotNoel Grandin
2021-10-31Prepare for removal of non-const operator[] from Sequence in sotMike Kaganski
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-10Missing includeStephan Bergmann
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-01osl::Mutex->std::mutex in FileStreamWrapper_ImplNoel Grandin
2021-07-31getArray->getConstArrayNoel Grandin
2021-07-29rtl::Static -> static localNoel Grandin