# -*- 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_basicsrvtemplate,$(SRCDIR)/wizards/source/template)) $(eval $(call gb_Package_add_files,wizards_basicsrvtemplate,$(LIBO_SHARE_FOLDER)/basic/Template,\ Autotext.xba \ Correspondence.xba \ dialog.xlb \ DialogStyles.xdl \ ModuleAgenda.xba \ Samples.xba \ script.xlb \ TemplateDialog.xdl \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scaddins
AgeCommit message (Expand)Author
2017-01-25Avoid calling log10(0)Stephan Bergmann
2017-01-25loplugin: unnecessary destructor scaddins..sdextNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, scaddinsStephan Bergmann
2017-01-10New loplugin:conststringvar: scaddinsStephan Bergmann
2016-11-16new loplugin finalprotectedNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in sc..scaddinsNoel Grandin
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin
2016-10-28loplugin:expandablemethods in scaddins..scriptingNoel Grandin
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin
2016-10-05tdf#100496 accept year basis 2 for AMORDEGRC and AMORLINC.Winfried Donkers
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (scaddins)Stephan Bergmann
2016-08-18cppcheck: useInitializationListCaolán McNamara
2016-08-05no need to check for nullptr before deletingMarkus Mohrhard
2016-08-05loplugin:countusersofdefaultparams in oox..sdNoel Grandin
2016-08-03Resolves: tdf#69539 UI rename CONVERT to CONVERT_OOO, CONVERT_ADD to CONVERTEike Rathke
2016-08-03UI rename DURATION to PDURATION, DURATION_ADD to DURATION, tdf#50488 relatedEike Rathke
2016-07-29Make Calc Add-In function RECEIVED behave like Excel and Gnumeric.Winfried Donkers
2016-07-12tdf100766 : ODDLPRICE apply constraints to comply with ODFF1.2Winfried Donkers
2016-07-12tdf#100729 ODDLYIELD : apply constraints in compliance with ODFF1.2Winfried Donkers
2016-07-12tdf#100528 follow up; filter nonsense results.Winfried Donkers
2016-07-11tdf#100843 LCM_EXCEL2003 fix incorrect handling of non-integer values.Winfried Donkers
2016-07-11tdf#100811 Add extra conversion units to ODFF function CONVERTWinfried Donkers
2016-06-30Resolves: tdf#100440 check mode to be 0 or 1 for MONTHS(), YEARS() and WEEKS()Eike Rathke
2016-06-28tdf#100528 Add constraints for AMORLINC functionWinfried Donkers
2016-06-28tdf#100523 Add constraints for AMORDEGRC function.Winfried Donkers
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann
2016-06-06Use o3tl/any.hxx in scaddinsStephan Bergmann
2016-05-10clang-tidy modernize-loop-convert scaddins to sdextNoel Grandin
2016-04-12Avoid reserved identifiersStephan Bergmann
2016-03-24loplugin:constantparam in scNoel Grandin
2016-03-02loplugin:unuseddefaultparam in scaddinsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-05Fix typosAndrea Gelmini
2016-02-04loplugin:fpcomparison in scaddins/Noel Grandin