# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Module_Module,svx)) $(eval $(call gb_Module_add_targets,svx,\ Library_svx \ Library_svxcore \ )) ifeq ($(gb_Side),host) $(eval $(call gb_Module_add_targets,svx,\ Library_textconversiondlgs \ UIConfig_svx \ )) endif $(eval $(call gb_Module_add_l10n_targets,svx,\ AllLangMoTarget_svx \ )) $(eval $(call gb_Module_add_check_targets,svx,\ CppunitTest_svx_unit \ CppunitTest_svx_gallery_test \ CppunitTest_svx_removewhichrange \ CppunitTest_svx_core \ )) # screenshots $(eval $(call gb_Module_add_screenshot_targets,svx,\ CppunitTest_svx_dialogs_test \ )) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) ifeq (,$(DISABLE_DYNLOADING)) $(eval $(call gb_Module_add_targets,svx,\ Executable_gengal \ $(if $(filter-out MACOSX WNT,$(OS)), \ Package_gengal) \ )) endif else # !DESKTOP ifeq ($(WITH_GALLERY_BUILD),TRUE) $(eval $(call gb_Module_add_targets_for_build,svx,\ Executable_gengal \ )) endif endif # !DESKTOP $(eval $(call gb_Module_add_subsequentcheck_targets,svx,\ JunitTest_svx_unoapi \ )) $(eval $(call gb_Module_add_uicheck_targets,svx,\ UITest_svx_table \ )) #todo: noopt for EnhanceCustomShapesFunctionParser.cxx on Solaris Sparc and MacOSX #todo: -DUNICODE and -D_UNICODE on WNT for source/dialog #todo: component file # vim: set noet sw=4 ts=4: -5.3-3.1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/ridljar/com
AgeCommit message (Expand)Author
2018-01-26Fix typosAndrea Gelmini
2017-08-25i#32546# - Java UnoRuntime.getUniqueKey/generateOid do not work reliablyDamjan Jovanovic
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-02-03TyposJulien Nabet
2016-06-07error: unknown tag: internalStephan Bergmann
2016-06-07[API CHANGE] Drop deprecated I*Description interfacesNoel Grandin
2016-05-16Fix typosAndrea Gelmini
2016-05-13Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann
2016-02-17ridljar: fix javadoc warningsMichael Stahl
2015-10-20coverity#1326356 presumably a deliberate fall throughCaolán McNamara
2015-10-15[API CHANGE] Remove deprecated com.sun.star.uno.Union classStephan Bergmann
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: rather use @Deprecated annotationNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin