# -*- 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_InternalUnoApi_InternalUnoApi,touch)) $(eval $(call gb_InternalUnoApi_use_api,touch,\ udkapi \ )) $(eval $(call gb_InternalUnoApi_define_api_dependencies,touch, \ offapi,\ udkapi \ )) $(eval $(call gb_InternalUnoApi_set_include,touch,\ -I$(SRCDIR)/touch/idl \ -I$(SRCDIR)/udkapi \ $$(INCLUDE) \ )) $(eval $(call gb_InternalUnoApi_add_idlfiles,touch,touch/idl/org/libreoffice/touch,\ Document \ XDocument \ XDocumentRenderCallback \ )) # vim: set noet sw=4 ts=4: aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/smarttags
span title='2016-03-10 18:32:05 +0100'>2016-03-10
AgeCommit message (Expand)Author
Remove unnecessary typedef (that introduced a reserved identifier)Stephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/i18nlangtag,i18nutilNoel 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-08-12tdf#73691 Implement MSWord's Alt-X: toggle unicode notationJustin Luth
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-02-16boost->stdCaolán McNamara