# -*- 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,ucpexpand1)) $(eval $(call gb_Library_set_componentfile,ucpexpand1,ucb/source/ucp/expand/ucpexpand1)) $(eval $(call gb_Library_use_sdk_api,ucpexpand1)) $(eval $(call gb_Library_use_libraries,ucpexpand1,\ cppu \ cppuhelper \ sal \ tl \ ucbhelper \ )) $(eval $(call gb_Library_add_exception_objects,ucpexpand1,\ ucb/source/ucp/expand/ucpexpand \ )) # vim: set noet sw=4 ts=4: ect name='h' onchange='this.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/toolkit/helper/macros.hxx
AgeCommit message (Expand)Author
2019-01-15tdf#42949 Fix IWYU warnings in include/toolkit/*Gabor Kelemen
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-07-30Add missing sal/log.hxx headersGabor Kelemen
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-06-12replace double checked locking patterns in getTypes macrosJochen Nitschke
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-18Some manual loplugin:comparisonwithconstant fixes in macros...Stephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-03remove some unused definesNoel Grandin
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-27remove some unused definesNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-02-16tdf#78174: toolkit: work around GCC 4.9 -Os link failureMichael Stahl
2014-12-12toolkit: Use appropriate OUString functions on string constantsStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-10toolkit: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-01Remove visual noise from includeAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-29bool improvementsStephan Bergmann