# -*- 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_AllLangResTarget_AllLangResTarget,frm)) $(eval $(call gb_AllLangResTarget_set_reslocation,frm,forms)) $(eval $(call gb_AllLangResTarget_add_srs,frm,\ frm/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,frm/res)) $(eval $(call gb_SrsTarget_set_include,frm/res,\ $$(INCLUDE) \ -I$(SRCDIR)/forms/source/inc \ )) $(eval $(call gb_SrsTarget_add_files,frm/res,\ forms/source/resource/strings.src \ forms/source/resource/xforms.src \ )) # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppu/source/uno/sequence.cxx
AgeCommit message (Expand)Author
2024-11-02No need to use SAL_THROW_EXTERN_C macro in CXXMike Kaganski
2024-04-30WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-02-23Abort if type information is missing when creating sequencesStephan Bergmann
2020-09-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara
2020-04-14loplugin:buriedassign in c*Noel Grandin
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-22tweak markupCaolán McNamara
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin
2018-08-29loplugin:constantparam (1)Noel Grandin
2018-01-19convert these to true assertsCaolán McNamara
2017-10-23loplugin:includeform: cppuStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-23icopyConstructFromElements's nAlloc is never negativeStephan Bergmann
2016-08-05loplugin:countusersofdefaultparams in chart2..desktopNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann