# -*- 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) 2012 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_Extension_Extension,presentation-minimizer,sdext/source/minimizer)) $(eval $(call gb_Extension_add_libraries,presentation-minimizer,\ SunPresentationMinimizer \ )) $(eval $(call gb_Extension_add_file,presentation-minimizer,components.rdb,$(call gb_Rdb_get_target,minimizer))) $(eval $(call gb_Extension_add_files,presentation-minimizer,bitmaps,\ $(SRCDIR)/icon-themes/galaxy/desktop/res/extension_32.png \ $(SRCDIR)/icon-themes/galaxy/minimizer/minimizepresi_80.png \ $(SRCDIR)/icon-themes/galaxy/minimizer/opt_16.png \ $(SRCDIR)/icon-themes/galaxy/minimizer/opt_26.png \ )) $(eval $(call gb_Extension_add_file,presentation-minimizer,registry/schema/org/openoffice/Office/extension/SunPresentationMinimizer.xcs,$(call gb_XcsTarget_get_target,sdext/source/minimizer/registry/schema/org/openoffice/Office/extension/SunPresentationMinimizer.xcs))) $(eval $(call gb_Extension_add_files,presentation-minimizer,registry/data/org/openoffice/Office,\ $(call gb_XcuFile_for_extension,sdext/source/minimizer/registry/data/org/openoffice/Office/Addons.xcu) \ $(call gb_XcuDataTarget_get_target,sdext/source/minimizer/registry/data/org/openoffice/Office/ProtocolHandler.xcu) \ )) $(eval $(call gb_Extension_add_file,presentation-minimizer,registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu,$(call gb_XcuFile_for_extension,sdext/source/minimizer/registry/data/org/openoffice/Office/extension/SunPresentationMinimizer.xcu))) # vim:set shiftwidth=4 softtabstop=4 expandtab: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool/inc
AgeCommit message (Expand)Author
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-22tdf#123936 Formatting files in module i18npool with clang-formatPhilipp Hofer
2020-08-09i18npool: create instances with uno constructorsNoel Grandin
2020-07-29expand out macroNoel Grandin
2020-07-29i18npool: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann
2020-06-12tdf#133898: get a context in default ctr (i18npool/calendarImpl)Julien Nabet
2020-05-29pack a few more classesNoel Grandin
2020-05-09compact namespace in i18npool..ooxNoel Grandin
2020-01-25tdf#124176: Use pragma once instead of include guardsBurak Bala
2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-12-03remove some useless comment linesNoel Grandin
2019-06-28tdf#125706 Fields slow down down load, part3Noel Grandin
2019-06-28tdf#125706 Fields slow down down load, cache NativeNumberSupplierServiceNoel Grandin
2019-06-20Resolves: tdf#92503 introduce TimeZone to calendar loading and default to UTCEike Rathke
2019-06-01Support to Korean Dangi Calendar for tdf#125446DaeHyun Sung
2019-05-28i18npool: remove versioned ICU forward declarationsMichael Stahl
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2018-11-19loplugin:singlevalfieldsNoel Grandin
2018-08-14cclass_Unicode::StrChr needs to support non-BMP charsStephan Bergmann
2018-06-26remove the useOffset thread-unsafe hack from transliterationLuboš Luňák
2018-06-20NatNum12: fix and add capitalization prefixes, tdf#115007 follow-upLászló Németh
2018-06-08tdf#115007: Use [NatNum12 params...] syntaxMike Kaganski
2018-05-22Use vector in BreakIterator_th instead of C arraysKhaled Hosny
2018-05-22Fold BreakIterator_CTL into BreakIterator_thKhaled Hosny
2018-05-03tdf#117171 support localized number name numbering stylesLászló Németh
2018-04-29loplugin:useuniqueptr in cclass_UnicodeNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke