# -*- 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,binaryurp)) $(eval $(call gb_Library_set_componentfile,binaryurp,binaryurp/source/binaryurp)) $(eval $(call gb_Library_use_udk_api,binaryurp)) $(eval $(call gb_Library_use_external,binaryurp,boost_headers)) $(eval $(call gb_Library_use_libraries,binaryurp,\ cppu \ cppuhelper \ sal \ salhelper \ )) $(eval $(call gb_Library_add_exception_objects,binaryurp,\ binaryurp/source/binaryany \ binaryurp/source/bridge \ binaryurp/source/bridgefactory \ binaryurp/source/currentcontext \ binaryurp/source/incomingrequest \ binaryurp/source/lessoperators \ binaryurp/source/marshal \ binaryurp/source/outgoingrequests \ binaryurp/source/proxy \ binaryurp/source/reader \ binaryurp/source/unmarshal \ binaryurp/source/writer \ )) # vim: set noet sw=4 ts=4: /zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/inc/helper/ocomponentenumeration.hxx
AgeCommit message (Expand)Author
2017-11-02loplugin:finalclasses in frameworkNoel Grandin
2017-06-08framework: cleanup xinterface.hxx includesJochen Nitschke
2017-06-07framework: cleanup xtypeprovider.hxx includesJochen Nitschke
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-03Fix typosAndrea Gelmini
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-04typo: emtpy → emptyChristian Lohmaier
2016-04-01sequence->vector in frameworkNoel Grandin
2015-11-02loplugin:stringconstantNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-21Miscellaneous typosAdolfo Jayme Barrientos
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2014-06-10-Werror,-Wtautological-undefined-compareStephan Bergmann
2014-05-14Removed redundant private methods commentsHussian Alamri
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Typo: s/ouer/ourTor Lillqvist
2014-04-06Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist
2014-04-06Bin empty @seealso, @param, @return and @onerror metacommentsTor Lillqvist
2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Use SolarMutexGuard directlyStephan Bergmann
2014-02-26Remove visual noise from frameworkAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann