# -*- 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,extras/fonts)) $(eval $(call gb_CustomTarget_register_targets,extras/fonts,opens___.ttf)) ifneq (,$(FONTFORGE)) $(gb_CustomTarget_workdir)/extras/fonts/opens___.ttf : \ $(SRCDIR)/extras/source/truetype/symbol/OpenSymbol.sfd $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),FNT,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),FNT) $(FONTFORGE) -lang=ff -c 'Open($$1); Generate($$2)' $< $@ $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),FNT) else $(gb_CustomTarget_workdir)/extras/fonts/opens___.ttf : \ $(TARFILE_LOCATION)/$(OPENSYMBOL_TTF) cp $< $@ endif distro/allotropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Expand)Author
2017-05-19Update the reference rdbs to libreoffice-5-3Stephan Bergmann
2017-05-05Fix typosAndrea Gelmini
2017-05-03remove unneeded @since tags from added pivot chart UNO interfacesTomaž Vajngerl
2017-05-03remove empty commentsNoel Grandin
2017-05-01tdf#107145 display applied filters for page field in pivot chartTomaž Vajngerl
2017-04-29tdf#107097 invoke internal DP and correctly handle "range" namesTomaž Vajngerl
2017-04-27last private:resource ... bitmapex user is goneCaolán McNamara
2017-04-26last private:resource ... bitmap user is goneCaolán McNamara
2017-04-22tdf#107068 add arrow to the buttons, mark if field is filteredTomaž Vajngerl
2017-04-19pivotcharts: display pivot table fields in correct orderTomaž Vajngerl
2017-04-12[API-CHANGE] drop css.comp.logging.SimpleLogRingCaolán McNamara
2017-04-12enum spelling: throught -> throughJustin Luth
2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl
2017-03-26uitest: provide a way to select a floating window, e.g. popup menuMarkus Mohrhard
2017-03-25Fix typosAndrea Gelmini
2017-03-19TyposJulien Nabet
2017-03-19fix typo/grammar: "the the" --> thedennisroczek
2017-03-16gpg4libre: No need to create separate idl files for gpg servicesSamuel Mehrbrodt