# -*- 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_Jar_Jar,ridl)) $(eval $(call gb_Jar_add_manifest_classpath,ridl, \ libreoffice.jar \ )) # vim:set noet sw=4 ts=4: class='main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)Author
2023-03-14CppunitTest_sot_test_sot: remove duplicated assertMiklos Vajna
2023-02-28no need to allocate ucbhelper::Content separately in UCBStorage_ImplNoel Grandin
2023-02-24osl::Mutex->std::mutex in OLESimpleStorageNoel Grandin
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-28cid#1500658 silence Resource leakCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara
2022-06-10new loplugin:moveitNoel Grandin
2022-06-03Use o3tl::make_unsigned, nStrLen is known to be non-negative hereStephan Bergmann
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann
2022-05-30clang-tidy modernize-pass-by-value in sotNoel Grandin
2022-05-19reserve vector in StgCache::Commit()Noel Grandin
2022-05-12tdf#121740 avoid some temporary OUString constructionNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in sotStephan Bergmann
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-03-01Recheck modules s[f-t]* with IWYUGabor Kelemen
2022-02-27cid#1500380: silence Resource leakJulien Nabet