# -*- 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/. # module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: '>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/svdde
AgeCommit message (Expand)Author
2019-10-01loplugin:returnconstval (clang-cl)Stephan Bergmann
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann
2019-08-24loplugin:returnconstval in svlNoel Grandin
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-08-22loplugin:constmethod in svlNoel Grandin
2019-04-13use more std::make_uniqueNoel Grandin
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-25Simplify containers iterations in svgio, svl, svtoolsArkadiy Illarionov
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen
2018-10-21tdf#120703 (PVS): redundant nullptr check; loop index sizeMike Kaganski
2018-10-20result of DdeQueryStringW unusedCaolán McNamara
2018-01-24loplugin:emptyif (clang-cl)Stephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2017-12-19svl: Fix possible memleak at deleting DdeServiceTakeshi Abe
2017-11-29loplugin:unnecessaryparen (clang-cl)Stephan Bergmann
2017-10-16svl: Drop unnecessary abstraction of DdeItemImpTakeshi Abe
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-22Windows: avoid dependence on UNICODE define; prefer W functionsMike Kaganski
2017-09-18Use even more WIN32_LEAN_AND_MEANMike Kaganski
2017-07-17loplugin:useuniqueptr: svl (clang-cl)Stephan Bergmann
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-05-11Clean up uses of SAL_U/SAL_W: svlStephan Bergmann
2017-04-19loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-04-05loplugin:constantparam part2Noel Grandin
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-21tdf#96505 - Get rid of cargo cult long integer literalsudaycoder
2017-01-02coverity#1371220 Missing move assignment operatorCaolán McNamara
2017-01-02use std::unique_ptrCaolán McNamara
2016-10-15clang-cl loplugin: svlStephan Bergmann
2016-10-14DdeInternal::InfCallback is unusedStephan Bergmann
2016-10-08svl: convert DBG_ASSERTs to assertMichael Stahl
2016-10-07svl: remove #include windows.h from svdde.hxxMichael Stahl
2016-10-07Revert "More blind fix for --enable-pch Windows builds"Michael Stahl
2016-10-07More blind fix for --enable-pch Windows buildsStephan Bergmann
2016-10-07Make _WIN32-only DDE code use proper HCONVStephan Bergmann
2016-10-06Replace DdeString conversion opreator with proper functionStephan Bergmann
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann
2016-07-04remove comphelper::string::removeNoel Grandin
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-04-15remove tools/solarmutex.hxxNoel Grandin
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke
2016-04-06remove some dead bits of DDENoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock