# -*- 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,codemaker)) # if not cross-compiling or we need this for ODK ifneq (,$(if $(CROSS_COMPILING),,T)$(filter ODK,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,codemaker,\ StaticLibrary_codemaker \ StaticLibrary_codemaker_cpp \ StaticLibrary_codemaker_java \ Executable_javamaker \ Executable_cppumaker \ )) endif # vim:set noet sw=4 ts=4: ();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/qa
AgeCommit message (Expand)Author
2020-05-25[MS-OFFCRYPTO] convert oox implementation into UNO serviceVasily Melenchuk
2020-04-01Remove unused includeMiklos Vajna
2020-03-20tdf#131082 fix missing fill property of grouped shapesnd101
2020-03-17tdf#131118 VML import: fix size of non-autosize shapes containing textMiklos Vajna
2020-03-12Revert "loplugin:constfields in oox"Noel Grandin
2020-03-03tdf#84399 VML import: map <v:shape o:spt="202"> to TextShapeMiklos Vajna
2020-02-20Remove some unused includesMiklos Vajna
2020-02-07test: move component context from subclasses to BootstrapFixtureMiklos Vajna
2020-02-06CppunitTest_oox_shape: remove unused includesMiklos Vajna
2020-01-14tdf#129516 DOCX import: fix incorrect z-order with textboxesMiklos Vajna
2020-01-08Remove some unused includesMiklos Vajna
2019-12-20CppunitTest_oox_drawingml: remove unneeded includesMiklos Vajna
2019-12-19sal_Char->char in oox..registryNoel Grandin
2019-12-03tdf#128429 VML import: let mso-layout-flow-alt:bottom-to-top imply verticalMiklos Vajna
2019-11-26Remove some unused includesMiklos Vajna
2019-11-24cppcheck: performing init in init list (oox, package, sal, sax)Julien Nabet
2019-11-21oox: add PPTX import/export for semi-transparent shape textMiklos Vajna
2019-11-13tdf#117658 PPTX import: fix duplicated math object handlingMiklos Vajna
2019-11-11Related: tdf#117658 PPTX import: ignore math text outside <m:t>Miklos Vajna