# -*- 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_CustomTarget_CustomTarget,wizards/share)) $(call gb_CustomTarget_get_target,wizards/share): \ $(call gb_CustomTarget_get_workdir,wizards/share)/dialog.xlc \ $(call gb_CustomTarget_get_workdir,wizards/share)/script.xlc $(call gb_CustomTarget_get_workdir,wizards/share)/%.xlc: \ $(SRCDIR)/wizards/source/configshare/%.xlc \ | $(call gb_CustomTarget_get_workdir,wizards/share)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1) sed -e 's/@LIBO_SHARE_FOLDER@/$(LIBO_SHARE_FOLDER)/' $< > $@ # vim:set shiftwidth=4 tabstop=4 noexpandtab: # vim: set noet sw=4 ts=4: ropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)Author
2012-09-04n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-30n#777337 fix DOCX import of title page top/bottom margin with headers/footersMiklos Vajna
2012-08-28Move group handling from RTFDocumentImpl to RTFTokenizerMiklos Vajna
2012-08-28fdo#52052 fix RTF import of page breaks on landscape pagesMiklos Vajna
2012-08-27n#775899 docx import of w:usePrinterMetrics compat optionMiklos Vajna
2012-08-27n#775899 docx import: set PrinterIndependentLayout like ww8 doesMiklos Vajna
2012-08-23refactor duplicated code to DomainMapper_Impl::getCurrentNumberingPropertyMiklos Vajna
2012-08-23n#775906 dmapper: fix inherited first/left margin vs w:ind/w:rightMiklos Vajna
2012-08-23fix math export/import in docx/rtfLuboš Luňák
2012-08-23n#775899 sw: add FloattableNomargins compat flagMiklos Vajna
2012-08-21n#775899 initial docx import of w:vertAnchor inside w:tblpPrMiklos Vajna
2012-08-20fdo#53175: Don't load the default values of the styles in writerfilterCédric Bosdonnat
2012-08-17gbuild: register all jarsMichael Stahl
2012-08-14RTF shape filter: handle custom segment typesMiklos Vajna
2012-08-13fdo#47495 fix RTF import of multiple shapes inside textframesMiklos Vajna
2012-08-13drop unnecessary RTFDocumentImpl::isEmptyMiklos Vajna
2012-08-10fdo#48446 implement RTF_CPGMiklos Vajna
2012-08-09Related: fdo#51112 import RTF_CLSHDNGMiklos Vajna
2012-08-08try somewhat harder to read w:position (bnc#773061)Luboš Luňák
2012-08-08support for deferred property processing in writerfilterLuboš Luňák
2012-08-07Remove commented out codeThomas Arnhold
2012-08-02RTFDocumentImpl::popState: drop unnecessary state copiesMiklos Vajna
2012-08-02fdo#51034 fix docx import of HYPERLINK field, l paramMiklos Vajna
2012-08-02no need to invoke dmapper hereMiklos Vajna
2012-08-02fdo#49892 import RTF_SHPB{X,Y}PAGEMiklos Vajna
2012-08-02fdo#49892 implement RTF import of dhgt shape propertyMiklos Vajna