# -*- 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,libebook)) $(eval $(call gb_Module_add_targets,libebook,\ ExternalProject_libebook \ UnpackedTarball_libebook \ )) # vim: set noet sw=4 ts=4: d class='main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/editeng/svxenum.hxx
AgeCommit message (Expand)Author
2020-08-09tdf#135573 sw: add Székely rovás (Old Hungarian) numeralsLászló Németh
2020-03-23sw: add pad-to-5 numberingMiklos Vajna
2020-03-20sw pad-to-4 numbering: add doc model, UNO API and layoutMiklos Vajna
2020-03-17sw pad-to-3 numbering: add doc model, UNO API and layoutMiklos Vajna
2020-03-03sw padded numbering: add doc model and UNO APIMiklos Vajna
2019-09-02tdf#55436 - Add SYMBOL_CHICAGO numbering scheme (for footnotes)Tim Bartlett
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
2018-03-13tdf#114622 Add Numbering in Arabic-Indic numeralsSuhail Alkowaileet
2017-09-15convert SvxCellVerJustify to scoped enumNoel Grandin
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin
2017-03-26Kill remaining PseudoSlots usageMaxim Monastirsky
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-05ubsan: add in all the valid value for NumberingType to the SvxNumType enumCaolán McNamara
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin
2016-12-13if they must match then ensure they doEike Rathke
2016-09-19loplugin:unusedenumvaluesNoel Grandin
2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin
2016-08-17convert SvxEscapement to scoped enumNoel Grandin
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin
2016-08-17convert SvxSpecialLineSpace to scoped enumNoel Grandin
2016-08-17convert SvxBreak to scoped enumNoel Grandin
2016-08-17convert SvxCellJustifyMethod to scoped enumNoel Grandin
2016-08-15convert SvxSpellArea to scoped enumNoel Grandin
2016-08-15convert SvxCompareMode to scoped enumNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-02tdf#84843 Stop using PseudoSlots for drawing slotsMaxim Monastirsky