# -*- 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_JunitTest_JunitTest,dbaccess_unoapi)) $(eval $(call gb_JunitTest_set_unoapi_test_defaults,dbaccess_unoapi)) # vim: set noet sw=4 ts=4: >index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/unx/source
AgeCommit message (Expand)Author
2021-11-18rtl::Static->thread-safe static in svlNoel Grandin
2021-01-05tdf#96505 : Get rid of cargo cult long integer literalsumutbayramoglu
2020-11-17loplugin:stringviewparam extend to constructorsNoel
2020-10-19use tools::Long in svlNoel
2019-08-24loplugin:returnconstval in svlNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22loplugin:constmethod in svlNoel Grandin
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2017-12-19svl: Fix possible memleak at deleting DdeServiceTakeshi Abe
2017-07-17loplugin:useuniqueptr: svl (clang-cl)Stephan Bergmann
2017-04-05loplugin:constantparam part2Noel Grandin
2017-01-02coverity#1371220 Missing move assignment operatorCaolán McNamara
2017-01-02use std::unique_ptrCaolán McNamara
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann
2016-04-06remove some dead bits of DDENoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-31Disconnect and Connect don't do anything nowCaolán McNamara
2015-08-14fix windows build, partial revert of my commitNoel Grandin
2015-08-14make Link<> instances typedNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-18more cast hellCaolán McNamara
2015-03-18another round of build fixingCaolán McNamara
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-03-25coverity#738856 Uninitialized pointer fieldCaolán McNamara
2014-03-14coverity#708265 Uninitialized pointer fieldCaolán McNamara
2014-03-14coverity#708269 Uninitialized pointer fieldCaolán McNamara
2014-03-14coverity#708271 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079295 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079294 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079293 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079292 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079291 Uninitialized pointer fieldCaolán McNamara
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-08-02strip down UniString some moreCaolán McNamara
2012-07-02re-base on ALv2 code.Michael Meeks