# -*- 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,registry)) $(eval $(call gb_Module_add_targets,registry,\ Library_reg \ $(if $(filter-out $(OS),IOS), \ Executable_regmerge \ Executable_regview \ StaticLibrary_registry_helper \ ) \ )) ifneq (,$(filter ODK,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,registry,\ Executable_regcompare \ )) endif # vim:set noet sw=4 ts=4: a9a651a98c8096d3'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/redline.hxx
AgeCommit message (Expand)Author
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-02-27coverity#1187644 confused copy ctors, leaks, etc.Caolán McNamara
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-12Add support for 'Table Cell Redlines' in SW coreAdam Co
2014-02-11Add support for 'Table Row Redlines' in SW coreAdam Co
2014-02-11Add derived class 'SwTableRowRedline' stubAdam Co
2014-02-11New redline object and table for non-ranged redlines called 'SwExtraRedline'Adam Co
2014-01-17bool improvementsStephan Bergmann
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co
2013-12-12Add new 'SwRedlineExtraData_FormattingChanges' class for formatting changesAdam Co
2013-11-21longparas: these are really xub_StrLensCaolán McNamara
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-15convert sw/inc/redline.hxx from String to OUStringNoel Grandin
2013-08-17String to OUStringMatteo Casalin