# -*- 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_Library_Library,abp)) $(eval $(call gb_Library_set_componentfile,abp,extensions/source/abpilot/abp)) $(eval $(call gb_Library_set_include,abp,\ $$(INCLUDE) \ -I$(SRCDIR)/extensions/inc \ -I$(SRCDIR)/extensions/source/inc \ )) $(eval $(call gb_Library_use_external,abp,boost_headers)) $(eval $(call gb_Library_use_sdk_api,abp)) $(eval $(call gb_Library_add_exception_objects,abp,\ extensions/source/abpilot/abpfinalpage \ extensions/source/abpilot/abspage \ extensions/source/abpilot/abspilot \ extensions/source/abpilot/admininvokationimpl \ extensions/source/abpilot/admininvokationpage \ extensions/source/abpilot/datasourcehandling \ extensions/source/abpilot/fieldmappingimpl \ extensions/source/abpilot/fieldmappingpage \ extensions/source/abpilot/moduleabp \ extensions/source/abpilot/tableselectionpage \ extensions/source/abpilot/typeselectionpage \ extensions/source/abpilot/unodialogabp \ )) $(eval $(call gb_Library_use_libraries,abp,\ comphelper \ cppuhelper \ cppu \ sal \ sfx \ svl \ svt \ svxcore \ svx \ tk \ tl \ utl \ vcl \ i18nlangtag \ )) # vim:set noet sw=4 ts=4: reoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)Author
2014-01-27coverity#707684 Uninitialized scalar fieldCaolán McNamara
2014-01-27coverity#983618 Uncaught exceptionCaolán McNamara
2014-01-27coverity#983617 Uncaught exceptionCaolán McNamara
2014-01-27coverity#707681 Uninitialized scalar fieldCaolán McNamara
2014-01-27coverity#707680 Uninitialized scalar fieldCaolán McNamara
2014-01-24Replace "known-good" dynamic_casts with static_castsStephan Bergmann
2014-01-24Revert "coverity#704575 et al. and clean-up."Stephan Bergmann
2014-01-22coverity#704575 et al. and clean-up.Norbert Thiebaud
2014-01-19do not resolve empty locale here when set, fdo#73549 relatedEike Rathke
2014-01-08Fix some configmgr XServiceInfoStephan Bergmann
2013-12-16Allow setting environment value directly in .component filesStephan Bergmann
2013-12-16change config example in commentAndras Timar
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-09Get rid of redundant configmgr::XcuParser::State::lockedStephan Bergmann
2013-12-09fdo#69027 check for state_.top().lockedAndras Timar
2013-12-06Do not create paths starting "//" when root is just "/"Stephan Bergmann
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin
2013-11-21Some more adaptions to cppu::supportsServiceStephan Bergmann
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist