# -*- 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_Module_Module,binaryurp)) $(eval $(call gb_Module_add_targets,binaryurp,\ Library_binaryurp \ )) $(eval $(call gb_Module_add_check_targets,binaryurp,\ CppunitTest_binaryurp_test-cache \ CppunitTest_binaryurp_test-unmarshal \ )) # vim: set noet sw=4 ts=4: method='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/emfio
AgeCommit message (Expand)Author
2019-06-04Avoid truncation of ±1E20 to longStephan Bergmann
2019-05-12regenerate PCH headersLuboš Luňák
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-04-26Avoid manual malloc/freeStephan Bergmann
2019-04-13loplugin:sequentialassign in editeng..extensionsNoel Grandin
2019-03-08new loplugin constvarsNoel Grandin
2019-03-05Assume that EMR_SETVIEWPORTEXTEX wants to read signed valuesStephan Bergmann
2019-02-09move and extend primitive2dxmldump to drawinglayerTomaž Vajngerl
2019-02-08loplugin:indentation in editeng..extensionsNoel Grandin
2019-01-21o3tl::make_unique -> std::make_unique in dbaccess...frameworkGabor Kelemen
2019-01-03svm xml dumper: move this from test to vclMiklos Vajna
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-15Fix wrong path nameSamuel Mehrbrodt
2018-11-08tdf#113624 EMF+ Fix shift of DrawString without StringFormatBartosz Kosiorek
2018-11-05tdf#55058 tdf#106084 tdf#114738 EMF+ Add rotation support for String drawingBartosz Kosiorek
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin