# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # Major Contributor(s): # Copyright (C) 2010 Red Hat, Inc., David Tardon # (initial developer) # # All Rights Reserved. # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Rdb_Rdb,ure/services)) $(eval $(call gb_Rdb_add_components,ure/services,\ $(if $(filter IOS,$(OS)),, \ io/source/acceptor/acceptor \ io/source/connector/connector) \ binaryurp/source/binaryurp \ stoc/util/bootstrap \ stoc/source/inspect/introspection \ stoc/source/invocation_adapterfactory/invocadapt \ stoc/source/invocation/invocation \ stoc/source/namingservice/namingservice \ stoc/source/proxy_factory/proxyfac \ stoc/source/corereflection/reflection \ stoc/util/stocservices \ io/source/stm/streams \ io/source/TextInputStream/textinstream \ io/source/TextOutputStream/textoutstream \ remotebridges/source/unourl_resolver/uuresolver \ )) ifneq ($(SOLAR_JAVA),) $(eval $(call gb_Rdb_add_components,ure/services,\ javaunohelper/util/juh \ stoc/source/javaloader/javaloader \ stoc/source/javavm/javavm \ )) endif # vim:set shiftwidth=4 softtabstop=4 expandtab: stro/collabora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/inc/ToxTextGenerator.hxx
AgeCommit message (Expand)Author
2023-02-28tdf#114773: only add space between entry number and textMike Kaganski
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin
2021-02-02tdf#121842 sw: add hyperlinks to toxmarks in ToC/User-Defined IndexMichael Stahl
2019-07-05tdf#42949 Fix IWYU warnings in sw/inc/*Gabor Kelemen
2018-12-21sw_redlinehide: adapt ToX UpdateMichael Stahl
2018-08-16loplugin:useuniqueptr in SwTOXBaseSectionNoel Grandin
2018-07-10use std::uniqueptr in HandledTextTokenNoel Grandin
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-01-31Fix some IWYU warningsMiklos Vajna
2017-10-23loplugin:includeform: swStephan Bergmann
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-02-18boost->stdCaolán McNamara
2014-11-03drop SW_DLLPUBLICs for unit-test only exposureCaolán McNamara
2014-06-06TOX: Extract generation of tab stop attributes to its own class.Tobias Lippert
2014-06-06-Werror,-Wmismatched-tagsStephan Bergmann
2014-06-06Unittest generation of text for chapter entries in the TOCTobias Lippert
2014-06-06Unittest generation of page number placeholders in table of contentsTobias Lippert
2014-06-06fdo#30732 Retain selected character attributes for table of contentsTobias Lippert
2014-06-05Unittest link generation for table of contents.Tobias Lippert
2014-06-05WaE: -Werror,-Wmismatched-tagsCaolán McNamara
2014-06-05Extract TOX text generation to its own source fileTobias Lippert