# -*- 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,mozab2)) $(eval $(call gb_Library_set_componentfile,mozab2,connectivity/source/drivers/mozab/mozab)) $(eval $(call gb_Library_set_include,mozab2,\ -I$(SRCDIR)/connectivity/source/inc \ $$(INCLUDE) \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_use_external,mozab2,boost_headers)) $(eval $(call gb_Library_use_sdk_api,mozab2)) $(eval $(call gb_Library_use_libraries,mozab2,\ cppu \ cppuhelper \ dbtools \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,mozab2,\ connectivity/source/drivers/mozab/MDriver \ connectivity/source/drivers/mozab/MServices \ )) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
AgeCommit message (Expand)Author
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-01sw: sort includes in editsh.hxxMichael Stahl
2015-09-01sw: replace boost::ptr_vector with std::vectorMichael Stahl
2015-08-21AutoCorrect methods result in ambiguous overloadsNoel Grandin
2015-08-20tdf#92324 Fixed MailMerge printing with values from databaseVasily Melenchuk
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-07-04Fix typosAndrea Gelmini
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist