# -*- 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_Dictionary_Dictionary,dict-pt-PT,dictionaries/pt_PT)) $(eval $(call gb_Dictionary_add_root_files,dict-pt-PT,\ dictionaries/pt_PT/hyph_pt_PT.dic \ dictionaries/pt_PT/icon.png \ dictionaries/pt_PT/LICENSES.txt \ dictionaries/pt_PT/pt_PT.aff \ dictionaries/pt_PT/pt_PT.dic \ dictionaries/pt_PT/README_hyph_pt_PT.txt \ dictionaries/pt_PT/README_pt_PT.txt \ dictionaries/pt_PT/README_th_pt_PT_v2.txt \ )) $(eval $(call gb_Dictionary_add_thesauri,dict-pt-PT,\ dictionaries/pt_PT/th_pt_PT_v2.dat \ )) # vim: set noet sw=4 ts=4: value='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oovbaapi
AgeCommit message (Expand)Author
2013-05-09implement Range.NameNoel Power
2013-05-09stub implementation(s) for Application EnableCancelKey & InternationalNoel Power
2013-05-09implement Application.Iteration & Application.InchesToPointsNoel Power
2013-05-09implement Application.UndoNoel Power
2013-05-09fix memory leak with orphaned controls created on the flyNoel Power
2013-05-09add Workbook.Save methodNoel Power
2013-05-09support Shape.AlternativeNoel Power
2013-05-09ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power
2013-05-09tweak vba Control implementation to aritificially fire events from apiNoel Power
2013-05-09handle various ReturnXXXX types for formsNoel Power
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-15bnc#813528 stub out some missing XPageSetup apiNoel Power