# -*- 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_Module_Module,ucpp)) $(eval $(call gb_Module_add_targets,ucpp,\ CustomTarget_source \ )) ifneq ($(CROSS_COMPILING),YES) $(eval $(call gb_Module_add_targets,ucpp,\ Executable_ucpp \ )) endif # vim: set noet sw=4 ts=4: : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/editeng/editstat.hxx
AgeCommit message (Expand)Author
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-10-01tdf#92341 Make Autocorrect entry actually workSamuel Mehrbrodt
2015-07-16loplugin:unusedmethods editengNoel Grandin
2015-03-25convert SPELLCMD_ constants to enum classNoel Grandin
2015-03-25convert EE_STAT constants to enum classNoel Grandin
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist
2014-10-02Bin commented-out #definesTor Lillqvist
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/editengThomas Arnhold
2013-09-26Missing #includeStephan Bergmann
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-11convert include/editeng/editstate.hxx from String to OUStringNoel Grandin