# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_Package_Package,wizards_basicshare,$(call gb_CustomTarget_get_workdir,wizards/share))) $(eval $(call gb_Package_add_files,wizards_basicshare,$(LIBO_SHARE_FOLDER)/basic,\ dialog.xlc \ script.xlc \ )) # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool/inc/calendar_gregorian.hxx
AgeCommit message (Expand)Author
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-14loplugin:unocast (i18npool::Calendar_gregorian)Stephan Bergmann
2021-11-21tdf#143148 Use pragma once in i18npoolHarjot
2020-07-29i18npool: create instances with uno constructorsNoel Grandin
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-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-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-26Resolves: tdf#100046 the dreaded 1945-04-02 Double DST, also tdf#79663Eike Rathke
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin
2015-10-19com::sun::star->css in i18npoolNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-03new loplugin: refcountingNoel Grandin
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke