# -*- 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_Executable_Executable,stringex)) $(eval $(call gb_Executable_set_include,stringex,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,stringex,\ sal \ )) $(eval $(call gb_Executable_use_static_libraries,stringex,\ transex \ )) $(eval $(call gb_Executable_add_exception_objects,stringex,\ l10ntools/source/stringmerge \ l10ntools/source/stringex \ )) $(eval $(call gb_Executable_use_externals,stringex,\ boost_headers \ libxml2 \ )) # vim: set noet sw=4 ts=4: ='distro/allotropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/StyleSheetTable.hxx
AgeCommit message (Expand)Author
2023-02-20writerfilter: prefix members of DomainMapper_Impl, EmbeddedFontHandler, ...Miklos Vajna
2023-02-07tdf#153083 writerfilter,sw: DOCX locale-dependent TOC \t style names, 3Michael Stahl
2023-01-31tdf#153083 writerfilter: import locale-dependent TOC \t style names, 2Michael Stahl
2021-09-27sw: paragraph styles: add DOCX filter for a linked character styleMiklos Vajna
2021-08-24tdf#143692 writerfilter CN: reapply lost OutlineLevelJustin Luth
2021-07-11pProperties in StyleSheetEntry is always StyleSheetPropertyMapNoel Grandin
2021-06-25tdf#135316 store stylesheets in a mapNoel Grandin
2021-03-23tdf#124176 Use pragma once in w*Vincent LE GARREC
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-07-20compact namespace: writerfilterNoel Grandin
2020-05-10use compact namespace syntaxNoel Grandin
2020-04-14tdf#131321 writerfilter: ApplyNumberingStyleNameToParaStyles()Justin Luth
2020-02-20tdf#42949 Fix IWYU warnings in writerfilter/Gabor Kelemen
2020-02-12tdf#129575 DOCX import: fix table style preferenceLászló Németh
2019-10-17loplugin:virtualdead unusedparam in LoggedTable::lcl_entryNoel Grandin
2019-09-28loplugin:constmethod in writerfilterNoel Grandin
2019-09-04tdf#95848 writerfilter: DOCX import: fix mapping of w:abstractNumMichael Stahl
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin
2019-06-18loplugin:passstuffbyrefNoel Grandin
2018-07-31writerfilter: create StyleSheetEntry::GetMergedInheritedPropertiesJustin Luth
2018-07-24tdf#72560 writerfilter: StyleProperty - also check DocDefaultsJustin Luth
2018-07-13related tdf#106174 writerfilter: replace broken FindParentStyleSheetJustin Luth
2018-07-10tdf#79877 perf loading docx file, writerfilter/ improvementsNoel Grandin
2018-05-24revert tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth
2018-01-27writerfilter: FindStyleSheetBy... remove StyleName optionJustin Luth
2018-01-17writerfilter: remove unused sStyleName1Justin Luth
2018-01-17NFC writerfilter: remove redundant sStyleIdentifierIJustin Luth
2018-01-15tdf#76817 ooxmlimport: connect Heading to existing numbersJustin Luth
2017-12-31loplugin:passstuffbyref improved return in emfio,writerfilterNoel Grandin
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-10-05writerfilter: consistently use "" and <> in include directivesMike Kaganski
2017-10-04loplugin:finalclasses in writerfilterNoel Grandin
2017-06-20loplugin:unusedfields in writerfilterNoel Grandin