# -*- 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_Package_Package,extras_wordbook,$(SRCDIR)/extras/source/wordbook)) $(eval $(call gb_Package_add_files,extras_wordbook,$(LIBO_SHARE_FOLDER)/wordbook,\ en-GB.dic \ en-US.dic \ sl.dic \ technical.dic \ )) # vim: set noet sw=4 ts=4: ef='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.cxx
AgeCommit message (Expand)Author
2013-10-18WW8 import: fix handling of sprmPIlfo when sprmPIlvl is missingMiklos Vajna
2013-10-18fdo#36868 WW8 import: allow outline numbering and list style in the same ...Miklos Vajna
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-14Code cleanup for i#120928 patchCédric Bosdonnat
2013-03-14Fix issue #i119405: Numbering text style changed after importing the *.docJian Hong Cheng
2013-03-13WaE: various warngs, e.g. unused argument, variables, orderingCaolán McNamara
2013-03-13Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng
2013-03-05res. bug on numbered paragraph when .doc importMaxime de Roucy
2013-03-04remove trailing whitespacesThomas Arnhold
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-12-28Some cppcheck cleaning in swJulien Nabet
2012-12-18SwMSConvertControls::InsertControl: typoMiklos Vajna
2012-12-18sw: kill C2U in filterMiklos Vajna
2012-11-30re-base on ALv2 code. Includes:Michael Meeks