# -*- 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) 2012 Red Hat, Inc., Eike Rathke # # 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,tubes)) $(eval $(call gb_Library_use_packages,tubes,tubes_inc)) $(eval $(call gb_Library_set_include,tubes,\ -I$(SRCDIR)/tubes/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_sdk_api,tubes)) $(eval $(call gb_Library_add_defs,tubes,\ -DTUBES_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_use_libraries,tubes,\ comphelper \ cppu \ sal \ svt \ svxcore \ tl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,tubes,\ boost_headers \ gtk \ telepathy \ )) $(eval $(call gb_Library_add_exception_objects,tubes,\ tubes/source/collaboration \ tubes/source/conference \ tubes/source/contacts \ tubes/source/manager \ )) $(eval $(call gb_Library_add_cobjects,tubes,\ tubes/source/file-transfer-helper \ )) # vim:set shiftwidth=4 tabstop=4 noexpandtab: */ LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/configmgr/source
AgeCommit message (Expand)Author
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-14Drop unused #includeTakeshi Abe
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann
2014-02-03fix winreg exampleAndras Timar
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-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-17The getSupportedServiceNames implementations will already take careStephan Bergmann
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann
2013-10-15Simplify some matchAsciiL -> matchStephan Bergmann
2013-10-02winreg backend: add support for oor:op in config nodesJanos Farago
2013-09-25fdo#69028 Set PropertyAttribute::READONLY for finalized configmgr propsStephan Bergmann
2013-09-10Some clean upStephan Bergmann
2013-09-10Windows registry configuration backendJanos Farago