# -*- 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: value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)Author
2014-04-23No need to set LD_LIBRARY_PATH for xpdfimportStephan Bergmann
2014-04-22Do not drop existing LD_LIBRARY_PATHStephan Bergmann
2014-04-22fdo#71217 PDF Import: Fix importing of JPEG imagesVort
2014-04-22Fix order of CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann
2014-04-18fdo#69051 fdo#72028 PDF Import: text fixesVort
2014-04-18Related: rhbz#1088625 PresenterPaintManager seen as NULLCaolán McNamara
2014-04-17remove executable bitAndras Timar
2014-04-14sdext: use --switch=2 --readonly-tables gperf optionsMiklos Vajna
2014-04-14typo: diposed -> disposedThomas Arnhold
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-04-11fdo#35064 PDF Import: Add support for simple text scalingVort
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-08fdo#45001 fdo#77105 PDF Import: rotated text fixesVort
2014-04-04fdo#43157 : clean up more OSL_POSTCONDMichaël Lefèvre
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31fdo#49431 PDF Import: Improve line and space detection algorithmVort
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25coverity#982469 Unchecked dynamic_castCaolán McNamara
2014-03-25coverity#982468 Unchecked dynamic_castCaolán McNamara