# -*- 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_CppunitTest_CppunitTest,svx_unit)) $(eval $(call gb_CppunitTest_use_external,svx_unit,boost_headers)) $(eval $(call gb_CppunitTest_use_api,svx_unit, \ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_set_include,svx_unit,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,svx_unit, \ svx/qa/unit/svdraw/test_SdrTextObject \ )) $(eval $(call gb_CppunitTest_use_libraries,svx_unit, \ sal \ svxcore \ )) # vim: set noet sw=4 ts=4: '>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgelem.cxx
AgeCommit message (Expand)Author
2019-10-17Remove some memset callsMike Kaganski
2019-05-28tdf#42949 Fix IWYU warnings in sot/Gabor Kelemen
2018-07-26loplugin:returnconstant in sal,l10ntools,sotNoel Grandin
2018-01-12More loplugin:cstylecast: sotStephan Bergmann
2017-11-16ofz#4079 check for error earlierCaolán McNamara
2017-10-23loplugin:includeform: sotStephan Bergmann
2017-09-19tdf#112399 ignore size of unknown/unused ole2 entriesCaolán McNamara
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-02-27loplugin:loopvartoosmallStephan Bergmann
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-01-14loplugin:unusedmethods unused return value in sotNoel Grandin
2015-11-17Add SvStream::ReadUtf16 (don't assume sal_Unicode is unsigned short)Stephan Bergmann
2015-10-29com::sun::star->css in smoketest,sotNoel Grandin
2015-10-09sot: prefix members of StgEntryMiklos Vajna
2015-10-09sot: prefix members of StgHeaderMiklos Vajna
2015-07-22limit storage entry max size to size of underlying streamCaolán McNamara
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-05try to avoid overflows in some compare functionsMichael Stahl
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin