# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2011 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_CustomTarget_CustomTarget,accessibility/bridge)) $(call gb_CustomTarget_get_target,accessibility/bridge) : \ $(call gb_CustomTarget_get_workdir,accessibility/bridge)/org/openoffice/java/accessibility/Build.java ifeq ($(PRODUCT),) accessibility_DEBUG := true accessibility_PRODUCT := false else accessibility_DEBUG := false accessibility_PRODUCT := true endif $(call gb_CustomTarget_get_workdir,accessibility/bridge)/org/openoffice/java/accessibility/Build.java : $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1) mkdir -p $(dir $@) && (\ echo package org.openoffice.java.accessibility\; && \ echo public class Build \{ && \ echo public static final boolean DEBUG = $(accessibility_DEBUG)\; && \ echo public static final boolean PRODUCT = $(accessibility_PRODUCT)\; && \ echo \} \ ) > $@ # vim: set ts=4 sw=4 et: 2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/inc/macros.hxx
AgeCommit message (Expand)Author
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2016-06-02remove ENABLE_GL3D_BARCHART defineJochen Nitschke
2014-04-08add initial code for creating 3D bar shapesMarkus Mohrhard
2014-03-25Make the new OpenGL chart type a compile time option.Kohei Yoshida
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
2013-05-22Minor simplificationStephan Bergmann
2013-03-25OSL_FAIL to SAL_WARN in ASSERT_EXCEPTIONMarkus Mohrhard
2013-03-25remove C2U in chart2Markus Mohrhard
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter
2013-01-30remove useless macrosLuboš Luňák
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2012-07-18re-base on ALv2 code. Includes:Michael Meeks