/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ module ooo { module vba { module adodb { constants EditModeEnum { const long adEditAdd = 2; const long adEditDelete = 4; const long adEditInProgress = 1; const long adEditNone = 0; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ put type='hidden' name='id' value='9fe1b7c53df5cb3a612ab30866437ced0a406fd0'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libexttextcat
AgeCommit message (Expand)Author
2024-01-03libexttextcat: package newer language modulesMiklos Vajna
2023-01-27Remove support for AIXStephan Bergmann
2022-05-01try to use also proper debug LDFLAGS for externals librariesLuboš Luňák
2022-04-12use gb_DEBUGINFO_FLAGS consistently in gbuild ExternalProject'sLuboš Luňák
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski
2021-11-08upgrade to libexttextcat-3.4.6Caolán McNamara