# -*- 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) 2010 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_Library_Library,ctl)) $(eval $(call gb_Library_set_include,ctl,\ $$(INCLUDE) \ -I$(SRCDIR)/UnoControls/inc \ -I$(SRCDIR)/UnoControls/source/inc \ )) $(eval $(call gb_Library_add_api,ctl,\ offapi \ udkapi \ )) $(eval $(call gb_Library_add_linked_libs,ctl,\ cppu \ cppuhelper \ sal \ tl \ $(gb_STDLIBS) \ )) $(eval $(call gb_Library_set_componentfile,ctl,UnoControls/util/ctl)) $(eval $(call gb_Library_add_exception_objects,ctl,\ UnoControls/source/base/basecontainercontrol \ UnoControls/source/base/basecontrol \ UnoControls/source/base/multiplexer \ UnoControls/source/base/registercontrols \ UnoControls/source/controls/OConnectionPointContainerHelper \ UnoControls/source/controls/OConnectionPointHelper \ UnoControls/source/controls/framecontrol \ UnoControls/source/controls/progressbar \ UnoControls/source/controls/progressmonitor \ UnoControls/source/controls/statusindicator \ )) # vim:set shiftwidth=4 softtabstop=4 expandtab: -3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Library_merged.mk
9107aac3f412ce546892a4b0e55c10dfb'>idlc: sal_Bool -> bool
AgeCommit message (Expand)Author
2015-11-28Add i18nlangtag and ucbhelper to libmergedMatúš Kukan
2015-11-28Add comphelper to libmergedMatúš Kukan
2015-06-25tdf#91485 fix cursors not displayed on Windows with mergedlibsChristian Lohmaier
2014-12-15gbuild: More automagic for libmergedMatúš Kukan
2014-12-15gbuild: Do not require gb_Library_use_externals for libmergedMatúš Kukan
2014-12-02fix typo and libmerged buildMatúš Kukan
2014-12-02 --enabled-mergedlibs, missing setupapi DLL on windowsNoel Grandin
2014-12-02--enabled-mergedlibs, don't use glxtest on windowsNoel Grandin
2014-11-24fix libmerged build: missing glxtestMatúš Kukan
2014-07-03fix libmerged: vclplug_svp is inMatúš Kukan
2014-05-13add externals for libmerged tooMatúš Kukan
2014-04-28prefer makefile-gmake-modeTakeshi Abe
Stephan Bergmann
2014-02-06Typo: atribute(s) -> attribute(s)Julien Nabet
2014-02-06Fix spelling errrorTor Lillqvist
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#440064 Logically dead codeCaolán McNamara
2014-01-25coverity#440240 Dereference after null checkNorbert Thiebaud
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann
2013-11-26Duplicate base checking code already covers check for opt base != XInterfaceStephan Bergmann
2013-11-25Fix fn declaration parameter names to match fn definitionStephan Bergmann
2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann
2013-11-22Fix unoidl sourceprovider polystruct argument checksStephan Bergmann
2013-11-22Fix unoidl sourceprovider "published" checksStephan Bergmann
2013-11-22constant.tests idlc/unoidl diffs:Stephan Bergmann
2013-11-22attributes.tests idlc/unoidl diffs:Stephan Bergmann
2013-11-22Add exectest.pl OLD-/NEW-FAILURE for deliberate idlc/unoidl diffsStephan Bergmann
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28windows: warning 4706 is disabled globally in com_MSC_defs.mkThomas Arnhold
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-09-20bad search/replaceStephan Bergmann
2013-09-20Use tempfile instead of stdin in exectest.plStephan Bergmann
2013-09-12CID#705985 ensure umask for mkstempCaolán McNamara
2013-09-12CID#440614 use after freeCaolán McNamara
2013-09-04Minor clean upStephan Bergmann
2013-08-28Do not leave $$ uninitialized in case of errorStephan Bergmann
2013-08-28parser.y: untabify, remove trailing whitespace, mode linesStephan Bergmann
2013-08-22downcast of address which does not point to an object of type 'AstInterface'Stephan Bergmann
2013-08-22downcast of address which does not point to an object of type 'AstType'Stephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák