# -*- 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_UnpackedTarball_UnpackedTarball,xsltml)) $(eval $(call gb_UnpackedTarball_set_tarball,xsltml,$(XSLTML_TARBALL),0)) $(eval $(call gb_UnpackedTarball_fix_end_of_line,xsltml,\ cmarkup.xsl \ entities.xsl \ glayout.xsl \ mmltex.xsl \ scripts.xsl \ tables.xsl \ tokens.xsl \ )) $(eval $(call gb_UnpackedTarball_add_patches,xsltml,\ external/xsltml/xsltml_2.1.2.patch \ )) # vim: set noet sw=4 ts=4: form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oovbaapi
AgeCommit message (Expand)Author
2023-03-13tdf#150281: Fix CentimetersToPoints in CalcBaole Fang
2023-02-25word vba: tie "Word" to VBAGlobalsJustin Luth
2023-02-24word vba: add ShowAll to XViewJustin Luth
2023-02-24word vba: Add activeWindow to XDocumentJustin Luth
2023-02-14tdf#149786 sc: add VBA function: ExportAsFixedFormatBalazs Varga
2022-12-16tdf#151548 vba FormFields: implement RangeJustin Luth
2022-11-25tdf#151548 vba ContentControls: Add word::XContentControlListEntryJustin Luth
2022-11-24tdf#151548 vba ContentControls: Add basic word::XContentControlJustin Luth
2022-11-15tdf#151548 vba FormFields: Add basic word::XDropDown supportJustin Luth
2022-11-14Fix typoAndrea Gelmini
2022-11-14tdf#151548 vba FormFields: Add basic word::XTextInput supportJustin Luth
2022-11-11tdf#151548 vba FormFields: Add basic word::XCheckBox supportJustin Luth
2022-11-10Fix typosAndrea Gelmini
2022-11-10tdf#151548 vba FormFields: Add basic word::XFormField supportJustin Luth
2022-10-17sw vba: add WordBasic.MsgBoxJustin Luth
2022-10-14sw vba: add WordBasic.ScreenUpdatingJustin Luth
2022-10-13sw vba: tie WordBasic to VBAGlobalsJustin Luth
2022-08-06VBA Add conversion methods to globalHannah Meeks
2022-08-05VBA Add conversion methods to ApplicationHannah Meeks
2022-08-05VBA Add Padding properties to XTableHannah Meeks
2022-07-20VBA: Add Select Method to ActiveDocumentHannah Meeks
2022-07-14The DefaultPropertyName for range is texHannah Meeks
2022-07-14tdf#149963 - XFind not a property/attribute of XRangeHannah Meeks
2022-06-30tdf#99514 - implement Value2 for compatibilityHannah Meeks
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2022-01-27vba: add support for Application.WindowState + testTomaž Vajngerl
2022-01-22tdf#118246 add support for Application.GetOpenFilename func.Tomaž Vajngerl