# -*- 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 sw_ooxmlexport_test,7)) # vim: set noet sw=4 ts=4: lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/cntfrm.hxx
AgeCommit message (Expand)Author
2014-11-10loplugin: cstylecastNoel Grandin
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-03-16sal_Bool to boolMatteo Casalin
2014-03-05remove unused code in SW moduleNoel Grandin
2014-02-22sal_Bool to boolMatteo Casalin
2014-02-22sal_Bool to bool and some simplificationsMatteo Casalin
2013-11-05fixincludeguards.sh: swThomas Arnhold
2012-11-30re-base on ALv2 code. Includes:Michael Meeks